BillTracker/client
null a00013d778 fix(ui): restore row-status tints lost in the tailwind 4 codemod
The v4 upgrade codemod rewrote arbitrary-value opacity modifiers like
bg-emerald-500/[0.025] to bare fractional form (/2.5), but v4 emits NO
rule for fractional bare opacity — the tracker/calendar row tints and
two banner backgrounds silently disappeared (6 classes, 4 files). Found
by the code-review line-scan; invisible to the screenshot baseline
(login page only) and the text-based census. Restored the /[0.025]
arbitrary form; compiled CSS verified to emit all six selectors.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-10 22:49:35 -05:00
..
components fix(ui): restore row-status tints lost in the tailwind 4 codemod 2026-07-10 22:49:35 -05:00
contexts style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00
hooks fix(client): redirect to login when the session expires mid-use 2026-07-10 16:33:01 -05:00
lib fix(ui): restore row-status tints lost in the tailwind 4 codemod 2026-07-10 22:49:35 -05:00
pages Polish product artwork and branding 2026-07-10 19:10:42 -05:00
public Polish product artwork and branding 2026-07-10 19:10:42 -05:00
App.tsx style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00
api.sessionExpiry.test.ts fix(client): redirect to login when the session expires mid-use 2026-07-10 16:33:01 -05:00
api.ts feat(auth): passkey / security-key UI — WebAuthn ships end to end 2026-07-10 17:30:14 -05:00
index.css Polish brand presentation 2026-07-10 19:49:20 -05:00
main.tsx style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00
types.ts style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00