fix: misc server projects fixes (#5537)

* fix: add server to instance modal opens slow

* fix: creators section org doesnt display for project pages in app

* feat: separate modpacks and servers tabs in instances library
This commit is contained in:
Truman Gao
2026-03-12 13:26:14 -07:00
committed by GitHub
parent 7d92e4ec7f
commit bdc204eebd
10 changed files with 134 additions and 17 deletions

View File

@@ -70,6 +70,16 @@ export default new createRouter({
name: 'Downloaded',
component: Library.Downloaded,
},
{
path: 'modpacks',
name: 'Modpacks',
component: Library.Modpacks,
},
{
path: 'servers',
name: 'LibraryServers',
component: Library.Servers,
},
{
path: 'custom',
name: 'Custom',