mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-08 20:19:29 +00:00
feat: add player settings page and enhance settings UI (#33)
This commit is contained in:
parent
8049a660e6
commit
150e5c9025
12 changed files with 761 additions and 157 deletions
|
|
@ -37,6 +37,11 @@ class Routes {
|
|||
name: 'notificationSettings',
|
||||
parentRoute: settings,
|
||||
);
|
||||
static const playerSettings = _SimpleRoute(
|
||||
pathName: 'player',
|
||||
name: 'playerSettings',
|
||||
parentRoute: settings,
|
||||
);
|
||||
|
||||
// search and explore
|
||||
static const search = _SimpleRoute(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue