feat(sidebar): add collapsible and rtl-friendly Sidebar component

This commit is contained in:
2026-03-13 19:08:31 +08:00
parent a1a8b6ecd5
commit 6b906a6299
6 changed files with 145 additions and 28 deletions

View File

@@ -111,7 +111,7 @@ export function Navbar() {
>
<span className="relative z-20 flex items-center gap-2 font-bold text-xl tracking-tight text-slate-900 dark:text-slate-50">
<Command className="h-7 w-7" />
Qlockify
{t.title || "Qlockify"}
</span>
</div>