Commit 61891bd
committed
Refactor navigation logic and formatting in
- Update navigation calls to use type-safe `popUpTo<HomeRoute>` instead of the route object.
- Adjust `popUpTo` configuration by setting `inclusive = false` and removing `saveState` and `restoreState` flags.
- Reformat the `variant` property assignment in the navigation link `Button` for better readability.TopNavBar.1 parent b95a4a0 commit 61891bd
File tree
1 file changed
+7
-9
lines changed- composeApp/src/webMain/kotlin/zed/rainxch/rikkaui/components
1 file changed
+7
-9
lines changedLines changed: 7 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
| 81 | + | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | 85 | | |
87 | 86 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
94 | 92 | | |
95 | 93 | | |
96 | 94 | | |
| |||
0 commit comments