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