Skip to content

Commit d35e2f8

Browse files
committed
chore(router): add appearance sub-routes
- Added theme route - Added font route
1 parent 61694f9 commit d35e2f8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/router/routes.dart

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ abstract final class Routes {
5555
// --- Settings Sub-Routes (relative to /account/settings) ---
5656
static const settingsAppearance = 'appearance';
5757
static const settingsAppearanceName = 'settingsAppearance';
58+
59+
// --- Appearance Sub-Routes (relative to /account/settings/appearance) ---
60+
static const settingsAppearanceTheme = 'theme'; // Path: /account/settings/appearance/theme
61+
static const settingsAppearanceThemeName = 'settingsAppearanceTheme';
62+
static const settingsAppearanceFont = 'font'; // Path: /account/settings/appearance/font
63+
static const settingsAppearanceFontName = 'settingsAppearanceFont';
64+
5865
static const settingsFeed = 'feed';
5966
static const settingsFeedName = 'settingsFeed';
6067
static const settingsArticle = 'article';

0 commit comments

Comments
 (0)