feat: week view overhaul #8

Merged
vincent merged 2 commits from feat/week-view-overhaul into main 2026-07-25 09:53:40 +02:00
Showing only changes of commit 39cc8173f4 - Show all commits
@@ -408,7 +408,7 @@
<span class="inline-flex items-baseline gap-0.5">
<span>{formatZoned(cell.date, data.timezone, 'HH')}</span>
<sup
class="align-baseline translate-y-0.25 text-[10px] leading-none font-semibold {cell.isNow
class="align-baseline translate-y-px text-[10px] leading-none font-semibold {cell.isNow
? 'text-red-500 dark:text-red-400'
: 'text-muted-foreground'}">00</sup
>