backup worked

This commit is contained in:
2025-12-30 22:02:51 +03:00
parent 789e5a90e3
commit e2ce346b7b
20 changed files with 768 additions and 191 deletions

View File

@@ -22,6 +22,12 @@
>
Migration
</a>
<a
href="/tasks"
class="text-gray-600 hover:text-blue-600 font-medium {$page.url.pathname.startsWith('/tasks') ? 'text-blue-600 border-b-2 border-blue-600' : ''}"
>
Tasks
</a>
<a
href="/settings"
class="text-gray-600 hover:text-blue-600 font-medium {$page.url.pathname === '/settings' ? 'text-blue-600 border-b-2 border-blue-600' : ''}"