implement all comty spaces

This commit is contained in:
SrGooglo 2022-11-29 07:27:42 +00:00 committed by root
parent cfef92815b
commit cdbb62c818
2 changed files with 34 additions and 22 deletions

View File

@ -19,7 +19,11 @@
"language": "en", "language": "en",
"sidebarKeys": [ "sidebarKeys": [
"home", "home",
"tv",
"music",
"events",
"groups",
"marketplace", "marketplace",
"groups" "dev"
] ]
} }

View File

@ -14,10 +14,31 @@
"reachable": true "reachable": true
}, },
{ {
"id": "saved", "id": "events",
"path": "/saved", "path": "/events",
"title": "Saved", "title": "Events",
"icon": "Archive", "icon": "MdLocalActivity",
"reachable": true
},
{
"id": "tv",
"path": "/tv",
"title": "Tv",
"icon": "Tv",
"reachable": true
},
{
"id": "music",
"path": "/music",
"title": "Music",
"icon": "MdMusicVideo",
"reachable": true
},
{
"id": "groups",
"path": "/groups",
"title": "Groups",
"icon": "Users",
"reachable": true "reachable": true
}, },
{ {
@ -28,23 +49,10 @@
"reachable": true "reachable": true
}, },
{ {
"id": "streams", "id": "dev",
"path": "/streams", "path": "/dev",
"title": "Streams", "title": "Development",
"icon": "Tv", "icon": "MdOutlineCode",
"reachable": true
},
{
"id": "streaming_control",
"path": "/streaming_control",
"title": "Streaming Control",
"icon": "Video"
},
{
"id": "groups",
"path": "/groups",
"title": "Groups",
"icon": "Users",
"reachable": true "reachable": true
} }
] ]