feat: Add Plugin Configs landing page — collapse 9 sidebar items to 1
All checks were successful
Test Asgard Runner / test (push) Successful in 3s

Replace individual plugin config sidebar entries with a single "Plugin Configs"
link that opens a card-based landing page. Cards show status (Active/Configured/
Not Configured), config count, and link to existing editor views. Search bar for
filtering. All existing plugin routes preserved for direct navigation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Vantz Stockwell
2026-02-22 03:29:36 -05:00
parent d15ea28e8f
commit b4d1bc8dd0
3 changed files with 191 additions and 16 deletions

View File

@@ -110,6 +110,11 @@ const panelRoutes: RouteRecordRaw[] = [
name: 'files',
component: () => import('@/views/admin/FileManagerView.vue'),
},
{
path: 'plugin-configs',
name: 'plugin-configs',
component: () => import('@/views/admin/PluginConfigsView.vue'),
},
{
path: 'loot-builder',
name: 'loot-builder',