From 1ea6979903011f30f05ac7ebff8c6f62652be332 Mon Sep 17 00:00:00 2001 From: null Date: Thu, 4 Jun 2026 00:50:50 -0500 Subject: [PATCH] fix: TrackerBucket and SnowballPage minor adjustments --- HISTORY.md | 4 +++- client/components/tracker/TrackerBucket.jsx | 16 ++++++++-------- client/pages/SnowballPage.jsx | 2 +- 3 files changed, 12 insertions(+), 10 deletions(-) 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 + +![Doing my part](/img/doingmypart.jpg) --- ## v0.35.1 @@ -91,7 +94,6 @@ ![Doing my part](/img/doingmypart.jpg) --- ---- ## 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 - Bill - Due - Expected - Last Month - Paid - Paid Date - Status + Bill + Due + Expected + Last Month + Paid + Paid Date + Status - + Notes diff --git a/client/pages/SnowballPage.jsx b/client/pages/SnowballPage.jsx index 85dd50e..db8d37a 100644 --- a/client/pages/SnowballPage.jsx +++ b/client/pages/SnowballPage.jsx @@ -992,7 +992,7 @@ export default function SnowballPage() {