feat(ui): add workspace customization and simplify navigation

This commit is contained in:
poyrazavsever
2026-07-17 12:47:54 +03:00
parent b04031a3e3
commit dafd9eb344
24 changed files with 855 additions and 224 deletions
+7 -13
View File
@@ -77,19 +77,13 @@ export function JournalClient({ logs }: JournalClientProps) {
return (
<div className="mx-auto flex max-w-7xl flex-col gap-6">
<div className="flex flex-col gap-4 border-b border-border pb-5 lg:flex-row lg:items-end lg:justify-between">
<div className="space-y-2">
<div className="flex items-center gap-2 text-sm text-muted-foreground">
<Activity className="h-4 w-4" />
Günlük durum
</div>
<div>
<h1 className="text-3xl font-semibold tracking-normal text-foreground">
Mood ve enerji
</h1>
<p className="mt-1 max-w-2xl text-sm text-muted-foreground">
Günlük ruh hali, enerji ve çalışma memnuniyetini takip ederek kişisel kapasite trendini gör.
</p>
</div>
<div>
<h1 className="text-3xl font-semibold tracking-normal text-foreground">
Mood ve enerji
</h1>
<p className="mt-1 max-w-2xl text-sm text-muted-foreground">
Günlük ruh hali, enerji ve çalışma memnuniyetini takip ederek kişisel kapasite trendini gör.
</p>
</div>
<div className="flex flex-col gap-2 sm:flex-row">