Commit 7556121
refactor(lab): consolidate LabsScreen and move route to Menu (#785)
* refactor(theme): consolidate design system, remove legacy theme
* fix(navigation): use qualifiedName strings for FlowHost saved state
KClass references aren't serializable and can't survive
rememberSaveable across process death. Use qualifiedName strings
instead so the seeded-stack comparison works after restoration.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* refactor(ui): relocate SearchBar to shared SearchInput component
Move the currency-selection-local SearchBar into a shared, reusable
SearchInput in ui/components. The placeholder is now a parameter,
the shape is CircleShape, and the icon tint follows the theme.
* refactor(lab): consolidate LabsScreen and move route to Menu
Merge LabsScreen and StandaloneLabsScreen into a single composable
that detects navigation context at runtime. Remove Sheets.Lab route
(Menu.Lab already exists). Remove unused PreloadLabs composable.
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 7534461 commit 7556121
4 files changed
Lines changed: 21 additions & 41 deletions
File tree
- apps/flipcash
- core/src/main/kotlin/com/flipcash/app/core
- features
- lab/src/main/kotlin/com/flipcash/app/lab
- login/src/main/kotlin/com/flipcash/app/login
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
88 | 87 | | |
89 | 88 | | |
90 | 89 | | |
91 | | - | |
92 | 90 | | |
93 | 91 | | |
94 | 92 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | | - | |
150 | 148 | | |
151 | 149 | | |
152 | 150 | | |
| |||
Lines changed: 20 additions & 36 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 21 | + | |
43 | 22 | | |
44 | 23 | | |
45 | 24 | | |
46 | 25 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
55 | 44 | | |
56 | 45 | | |
57 | 46 | | |
58 | 47 | | |
59 | 48 | | |
60 | 49 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| |||
0 commit comments