Commit cc51261
feat: rework homescreen dashboard with search, env switcher, and AI tools panel
- Add inline search input to dashboard that focuses when triggering the
search command from the library toolbar (replaces VS Code input dialog)
- Add environment switcher button when 2+ environments are configured
- Show folder mode (Dynamic/Fixed) subtitle under the cloud name
- Add gear button in the header bottom row to open the credentials config
- Rework welcome guide to focus on initial setup only; remove MCP/AI tool
setup guides and simplify to credential configuration steps
- Extract all homescreen inline CSS into media/styles/homescreen.css;
add additionalStyles support to createWebviewDocument/WebviewDocumentOptions
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 27d9661 commit cc51261
10 files changed
Lines changed: 1158 additions & 1021 deletions
File tree
- media/styles
- src
- commands
- webview
- client
- scripts
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | | - | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
48 | | - | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 6 | + | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 14 | + | |
| 15 | + | |
24 | 16 | | |
25 | 17 | | |
26 | 18 | | |
27 | 19 | | |
28 | | - | |
| 20 | + | |
0 commit comments