Commit a087e56
committed
feat: sandbox project picker with parent project name (#4510)
Redesign the project picker to show sandbox hierarchy and remove
global sandbox theming from the sidebar/navbar.
- Project picker button shows parent:child format with sandbox
accent color and beaker icon, chevron-down dropdown indicator
- Project picker overlay lists sandboxes as nested children under
their parent project with tree indentation at any depth
- Remove sandbox color theming from sidebar/navbar - only the
picker button shows the accent color
- Unify ProjectPickerButton as single React component used by both
HEEx layouts and the collaborative editor
- Unify global_project_picker as shared layout component
- Navigation preserves current section when switching projects
- Remove dead ProjectTheme module and theme preview code
- Clean up stale CSS selectors1 parent 2f1a43e commit a087e56
30 files changed
Lines changed: 517 additions & 548 deletions
File tree
- assets
- css
- js
- collaborative-editor
- components
- project-picker
- config
- lib
- lightning_web
- components
- layouts
- live
- channel_live
- dataclip_live
- helpers
- project_live
- run_live
- sandbox_live
- workflow_live
- lightning
- projects
- test/lightning_web
- components
- live
- sandbox_live
- workflow_live
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | 446 | | |
453 | 447 | | |
454 | 448 | | |
455 | 449 | | |
456 | | - | |
457 | 450 | | |
458 | 451 | | |
459 | 452 | | |
| |||
498 | 491 | | |
499 | 492 | | |
500 | 493 | | |
501 | | - | |
502 | | - | |
503 | | - | |
| 494 | + | |
504 | 495 | | |
505 | 496 | | |
506 | 497 | | |
| |||
556 | 547 | | |
557 | 548 | | |
558 | 549 | | |
559 | | - | |
560 | | - | |
561 | 550 | | |
562 | 551 | | |
563 | 552 | | |
| |||
609 | 598 | | |
610 | 599 | | |
611 | 600 | | |
612 | | - | |
613 | 601 | | |
614 | 602 | | |
615 | 603 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 9 | + | |
| 10 | + | |
14 | 11 | | |
15 | 12 | | |
16 | 13 | | |
| |||
37 | 34 | | |
38 | 35 | | |
39 | 36 | | |
| 37 | + | |
| 38 | + | |
40 | 39 | | |
41 | | - | |
42 | 40 | | |
43 | 41 | | |
| 42 | + | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
77 | 82 | | |
78 | 83 | | |
79 | 84 | | |
| |||
91 | 96 | | |
92 | 97 | | |
93 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
94 | 102 | | |
95 | 103 | | |
96 | 104 | | |
97 | 105 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
107 | | - | |
| 109 | + | |
108 | 110 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
113 | 115 | | |
114 | 116 | | |
115 | 117 | | |
| |||
142 | 144 | | |
143 | 145 | | |
144 | 146 | | |
145 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
146 | 150 | | |
147 | 151 | | |
148 | 152 | | |
| |||
172 | 176 | | |
173 | 177 | | |
174 | 178 | | |
175 | | - | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
176 | 182 | | |
177 | 183 | | |
| 184 | + | |
178 | 185 | | |
179 | 186 | | |
180 | 187 | | |
| |||
220 | 227 | | |
221 | 228 | | |
222 | 229 | | |
223 | | - | |
224 | | - | |
| 230 | + | |
| 231 | + | |
225 | 232 | | |
226 | | - | |
227 | | - | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
228 | 236 | | |
229 | | - | |
230 | | - | |
| 237 | + | |
| 238 | + | |
231 | 239 | | |
232 | 240 | | |
233 | 241 | | |
| |||
Lines changed: 0 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
0 commit comments