Commit 2d503df
Mobile: condense the workspace header to 2 rows (project selector + view bar) (#79)
The phone header was three bands (hamburger/logo, title+selector, view tabs).
Collapse to two: the global mobile top bar now carries the project selector on
the workspace route (row 1 = ☰ + selector), and the workspace's own left
section (the "Graph Viewer / version / team" + selector block) is desktop-only,
leaving just the view bar as row 2.
- Layout.tsx: mobile top bar shows the GraphSelector on / and /workspace
(hamburger + selector); other routes keep the GraphDone wordmark.
- Workspace.tsx: the top-bar left section is `hidden lg:block` (desktop keeps
the full three-section bar; the mobile selector lives in the global bar).
Mobile spec still green; web typecheck clean.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent d37af82 commit 2d503df
2 files changed
Lines changed: 23 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
47 | | - | |
| 50 | + | |
| 51 | + | |
48 | 52 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
59 | 67 | | |
60 | 68 | | |
61 | | - | |
| 69 | + | |
62 | 70 | | |
63 | 71 | | |
64 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| |||
0 commit comments