Remove default layout, migrate all pages to topnav
Some checks failed
Build Docker Image / build (push) Has been cancelled

- Add layout: 'topnav' to all 27 pages that were using default layout
- Delete app/layouts/default.vue

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ruslan Bakiev
2026-01-08 09:44:26 +07:00
parent b8de322dd2
commit ee7b8d0ee4
28 changed files with 79 additions and 199 deletions

View File

@@ -62,6 +62,7 @@ const localePath = useLocalePath()
const router = useRouter()
definePageMeta({
layout: 'topnav',
middleware: ['auth-oidc']
})

View File

@@ -5,6 +5,7 @@
<script setup lang="ts">
// Ручное создание команды убрано — команды создаются автоматически после KYC
definePageMeta({
layout: 'topnav',
middleware: ['auth-oidc']
})