you page and switch users

This commit is contained in:
Dr-Blank 2024-08-23 03:44:44 -04:00
parent 3e405b795d
commit 3f496c57c4
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
17 changed files with 659 additions and 211 deletions

View file

@ -22,7 +22,7 @@ class Routes {
name: 'libraryItem',
);
// settings
// Local settings
static const settings = _SimpleRoute(
pathName: 'config',
name: 'settings',
@ -56,6 +56,18 @@ class Routes {
name: 'libraryBrowser',
// parentRoute: library,
);
// you page for the user
static const you = _SimpleRoute(
pathName: 'you',
name: 'you',
);
// user management
static const userManagement = _SimpleRoute(
pathName: 'users',
name: 'userManagement',
);
}
// a class to store path