Commit 5c33e6d
committed
Add keyboard shortcuts, notifications, accessibility, and PR CI workflow
- Add native app menu with Cmd+Q to quit and Cmd+W to hide to tray
- Add macOS notifications for mount/unmount results when window is hidden
- Add role="alert" to all error banners for screen reader announcements
- Add aria-current="page" to active nav items in sidebar
- Add screen reader text for status icons and spinners in MountStatus
- Add role="status" to loading indicators in DiskList and MountStatus
- Add CI workflow (cargo check + svelte-check) for PRs and main branch1 parent 3f51333 commit 5c33e6d
22 files changed
Lines changed: 1051 additions & 20 deletions
File tree
- .github/workflows
- src-tauri
- capabilities
- gen/schemas
- src
- src
- components
- lib
- stores
- routes
- actions
- images
- packages
- shell
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments