diff --git a/HISTORY.md b/HISTORY.md index d2d158e..a43bd36 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -74,6 +74,9 @@ - **Month navigation brackets the month name** — In TrackerPage the month navigation pill previously showed `< Today >` — the arrows flanked a "Today" button rather than the current month. The pill now shows `< MAY 2026 >` with the month and year as a static label between the arrows, and "Today" promoted to a standalone `variant="outline"` button beside the pill. In CalendarPage the pill already had the correct structure (`< MONTH YEAR >`) but `min-w-40 px-3` (160 px minimum + 24 px of padding) made the label too wide, leaving the arrows visually disconnected from the text. Reduced to `min-w-[8rem] px-1` so the arrows bracket the text tightly. Both labels gain `tabular-nums` (prevents width jitter on month change) and `select-none` (prevents accidental text selection when clicking arrows quickly). +### Release Image + + --- ## v0.35.1 @@ -91,7 +94,6 @@  --- ---- ## v0.35.0 diff --git a/client/components/tracker/TrackerBucket.jsx b/client/components/tracker/TrackerBucket.jsx index 41d0d8f..87d9764 100644 --- a/client/components/tracker/TrackerBucket.jsx +++ b/client/components/tracker/TrackerBucket.jsx @@ -178,15 +178,15 @@ export function TrackerBucket({ label, rows, year, month, refresh, onEditBill, l