implement all comty spaces

This commit is contained in:
SrGooglo 2022-11-29 07:27:42 +00:00
parent 00a1411e1c
commit e3c4f1297d
2 changed files with 34 additions and 22 deletions

View File

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

View File

@ -14,10 +14,31 @@
"reachable": true
},
{
"id": "saved",
"path": "/saved",
"title": "Saved",
"icon": "Archive",
"id": "events",
"path": "/events",
"title": "Events",
"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
},
{
@ -28,23 +49,10 @@
"reachable": true
},
{
"id": "streams",
"path": "/streams",
"title": "Streams",
"icon": "Tv",
"reachable": true
},
{
"id": "streaming_control",
"path": "/streaming_control",
"title": "Streaming Control",
"icon": "Video"
},
{
"id": "groups",
"path": "/groups",
"title": "Groups",
"icon": "Users",
"id": "dev",
"path": "/dev",
"title": "Development",
"icon": "MdOutlineCode",
"reachable": true
}
]