feat: первое подключение фронтенда
🚀 Create and publish a Docker image / Detect changes in backend and frontend (push) Successful in 8s
🚀 Create and publish a Docker image / Build & publish backend image (push) Successful in 54s
🚀 Create and publish a Docker image / Build & publish frontend image (push) Successful in 27s
🚀 Create and publish a Docker image / Update stack on Portainer (push) Successful in 6s

This commit is contained in:
2026-05-11 01:33:38 +03:00
parent 71e7d84e0f
commit 779b6aba77
21 changed files with 942 additions and 365 deletions
@@ -54,7 +54,7 @@ function isActive(to: string) {
</nav>
<div class="sidebar-footer">
<button class="logout-btn" @click="auth.logout(); router.push('/login')">
<button class="logout-btn" @click="auth.logout().then(() => router.push('/login'))">
🚪 Выйти
</button>
</div>