kin: KIN-065 UI-тоггл autocommit_enabled на странице проекта

This commit is contained in:
Gros Frumos 2026-03-16 07:15:58 +02:00
parent a48892d456
commit 0032b3056a
3 changed files with 10 additions and 1 deletions

View file

@ -7,7 +7,10 @@
<router-link to="/" class="text-lg font-bold text-gray-100 hover:text-white no-underline">
Kin
</router-link>
<span class="text-xs text-gray-600">multi-agent orchestrator</span>
<nav class="flex items-center gap-4">
<router-link to="/settings" class="text-xs text-gray-400 hover:text-gray-200 no-underline">Settings</router-link>
<span class="text-xs text-gray-600">multi-agent orchestrator</span>
</nav>
</header>
<main class="max-w-6xl mx-auto px-6 py-6">
<router-view />