Commit 9986f68
docs: document Electron desktop app improvements
Document comprehensive desktop app improvements across security, platform lifecycle, and polish:
Security (P0):
- CSP headers, navigation origin validation, setWindowOpenHandler restrictions
- URL scheme validation on shell.openExternal (http/https/mailto only)
- Global uncaughtException/unhandledRejection handlers
Platform Lifecycle (P0):
- Minimum window size (960x600), macOS dock behavior, dock icon restoration
- Theme change listener syncs with OS dark/light mode
Professional Polish (P1):
- Cross-platform menus (Windows/Linux/macOS) with GitHub Help links
- System tray with Show Window/Quit context menu
- Non-blocking update notification banner from GitHub Releases
- Persistent zoom level and window state
Nice-to-Have (P2):
- Dock badge (macOS) and taskbar flash (Windows) on notifications
- Global hotkey Cmd/Ctrl+Shift+T for window focus
Updated: README.md desktop section, CLAUDE.md packages/desktop docs, packages/desktop/README.md with comprehensive feature list and updated dev/build commands.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 08d51f7 commit 9986f68
3 files changed
Lines changed: 44 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
108 | 116 | | |
109 | 117 | | |
110 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
22 | 32 | | |
23 | 33 | | |
24 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
4 | 17 | | |
5 | 18 | | |
6 | 19 | | |
| 20 | + | |
| 21 | + | |
7 | 22 | | |
| 23 | + | |
8 | 24 | | |
9 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
10 | 28 | | |
11 | 29 | | |
12 | 30 | | |
13 | 31 | | |
14 | | - | |
15 | | - | |
| 32 | + | |
16 | 33 | | |
17 | 34 | | |
18 | | - | |
| 35 | + | |
| 36 | + | |
19 | 37 | | |
| 38 | + | |
| 39 | + | |
0 commit comments