Commit 1e0b5f9
committed
feat!: add Tauri GUI with full UX, auto-update, system tray, and cross-platform releases
Complete Tauri v2 desktop application with:
- Results view: dual-mode (grouped/flat), search, smart selection presets,
impact cards, size heat colors, disk usage ring, system items integration
- Auto-update: tauri-plugin-updater with signed releases, custom notification UI,
settings "Check for Updates" button
- System tray: menu bar icon, minimize-to-tray on close, Open/Quit menu
- CI/CD: cross-platform Tauri builds (dmg/nsis/deb/appimage) in release workflow,
Tauri compile check in CI, release-please tauri.conf.json version sync
- UX polish: accessibility pass (aria-labels, focus-visible, keyboard nav),
indeterminate scan progress, cancel button in cleaning overlay, partial
failure handling in celebration view, confirm dialog improvements
- Branding: 3D robot mascot logo with yellow squircle app icon, favicon,
docs, README
BREAKING CHANGE: project restructured as Cargo workspace with Tauri GUI crate1 parent 510f7be commit 1e0b5f9
202 files changed
Lines changed: 40182 additions & 567 deletions
File tree
- .github/workflows
- assets
- crates
- null-e-cli
- src
- tui
- null-e-core
- src
- analysis
- caches
- cache
- cleaners
- config
- core
- docker
- error
- git
- plugins
- scanner
- trash
- docs
- docs
- tauri
- capabilities
- gen/schemas
- icons
- android
- mipmap-anydpi-v26
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
- values
- ios
- src
- commands
- ui
- e2e
- public
- src
- components
- clean
- projects
- scan
- hooks
- lib
- stores
- styles
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
113 | 170 | | |
114 | 171 | | |
115 | 172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
| 39 | + | |
| 40 | + | |
0 commit comments