feat: Add teleport config frontend — Pinia store, views, 2 components, router + nav
All checks were successful
Test Asgard Runner / test (push) Successful in 2s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Vantz Stockwell
2026-02-22 01:14:59 -05:00
parent 16f378eada
commit 4d087132db
7 changed files with 1144 additions and 0 deletions

View File

@@ -115,6 +115,11 @@ const panelRoutes: RouteRecordRaw[] = [
name: 'loot-builder',
component: () => import('@/views/admin/LootBuilderView.vue'),
},
{
path: 'teleport-config',
name: 'teleport-config',
component: () => import('@/views/admin/TeleportConfigView.vue'),
},
{
path: 'wipes',
name: 'wipes',