mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
implement all comty spaces
This commit is contained in:
parent
00a1411e1c
commit
e3c4f1297d
@ -19,7 +19,11 @@
|
||||
"language": "en",
|
||||
"sidebarKeys": [
|
||||
"home",
|
||||
"tv",
|
||||
"music",
|
||||
"events",
|
||||
"groups",
|
||||
"marketplace",
|
||||
"groups"
|
||||
"dev"
|
||||
]
|
||||
}
|
@ -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
|
||||
}
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user