-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #175 from pacholoamit/ui-navbar
ui navbar
- Loading branch information
Showing
14 changed files
with
103 additions
and
129 deletions.
There are no files selected for viewing
Binary file renamed
BIN
+403 KB
...de-npm-20.12.13-2b5576f45f-9ec8971a76.zip → ...ode-npm-20.14.0-ca66317c0b-b62383ea00.zip
Binary file not shown.
Binary file renamed
BIN
+1.85 MB
...-js-npm-1.136.1-9f3cdc39e9-ce6ff1e1cb.zip → ...-js-npm-1.136.4-12bdf39fda-8f2c0612ee.zip
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
# Things to do before v1.0.0: | ||
# Things to do before v1.0.0 | ||
|
||
- Tauri V2 | ||
- Topbar??? | ||
- Use Zustand stores for most state | ||
- Check Disk Health in rust | ||
- Topbar??? - IN PROGRESS | ||
- Use Zustand stores for most state - IN PROGRESS | ||
- Check Disk Health in rust - DONE? | ||
- Add Persistence of metrics & clearing of persisted metrics | ||
- Ensure Disk cards don't overflow | ||
- Revamp Processes page | ||
- Ensure Disk cards don't overflow - DONE | ||
- Revamp Processes page - DONE | ||
- Improve Theming via manifests | ||
|
||
## For Consideration | ||
- Metrics clustering | ||
- Make Disks icon dynamic |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import ReactDOM from 'react-dom/client'; | ||
import ReactDOM from "react-dom/client"; | ||
|
||
import App from '@/App'; | ||
import App from "@/App"; | ||
|
||
ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(<App />); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters