semantic update

This commit is contained in:
2026-02-23 13:15:48 +03:00
parent 008b6d72c9
commit 26880d2e09
29 changed files with 5134 additions and 958 deletions

View File

@@ -54,9 +54,9 @@
closeDrawer();
}
function goToTasksPage() {
function goToReportsPage() {
closeDrawer();
window.location.href = "/tasks";
window.location.href = "/reports";
}
// Handle overlay click
@@ -247,9 +247,9 @@
<div class="flex items-center gap-2">
<button
class="px-2.5 py-1 text-xs font-semibold rounded-md border border-slate-700 text-slate-300 bg-slate-800/60 hover:bg-slate-800 transition-colors"
on:click={goToTasksPage}
on:click={goToReportsPage}
>
{$t.nav?.tasks || "Tasks"}
{$t.nav?.reports || "Reports"}
</button>
<button
class="p-1.5 rounded-md text-slate-500 bg-transparent border-none cursor-pointer transition-all hover:text-slate-100 hover:bg-slate-800"