mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-08 20:19:29 +00:00
you page and switch users
This commit is contained in:
parent
3e405b795d
commit
3f496c57c4
17 changed files with 659 additions and 211 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue