BillTracker/client/components/data
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
..
AutoMatchReview.tsx refactor(ts): convert data/ shared + small sections to TypeScript 2026-07-04 21:33:25 -05:00
BankSyncSection.tsx refactor(brand): adopt new primitives in admin + data + dialogs 2026-07-05 17:19:03 -05:00
ConnectionHero.tsx refactor(ts): convert data/ shared + small sections to TypeScript 2026-07-04 21:33:25 -05:00
DataNav.tsx refactor(ts): convert data/ shared + small sections to TypeScript 2026-07-04 21:33:25 -05:00
DownloadMyDataSection.tsx chore(deps)!: tailwind 3 -> 4 via @tailwindcss/vite (4i) 2026-07-10 18:03:15 -05:00
EraseDataSection.tsx refactor(ts): convert data/ shared + small sections to TypeScript 2026-07-04 21:33:25 -05:00
ImportHistorySection.tsx refactor(ts): convert data/ shared + small sections to TypeScript 2026-07-04 21:33:25 -05:00
ImportMyDataSection.tsx refactor(ts): convert data/ import + matching sections to TypeScript 2026-07-04 21:42:18 -05:00
ImportOfxSection.tsx refactor(ts): convert data/ shared + small sections to TypeScript 2026-07-04 21:33:25 -05:00
ImportSpreadsheetSection.tsx refactor(ts): convert ImportSpreadsheetSection to TypeScript — data/ dir complete 2026-07-04 21:56:04 -05:00
ImportTransactionCsvSection.tsx refactor(ts): convert data/ import + matching sections to TypeScript 2026-07-04 21:42:18 -05:00
SeedDemoDataSection.tsx feat(demo): full "take it for a ride" seed + surgical, correct removal 2026-07-06 13:06:47 -05:00
TransactionMatchingSection.tsx fix(ui): restore row-status tints lost in the tailwind 4 codemod 2026-07-10 22:49:35 -05:00
dataShared.tsx refactor(ts): convert data/ shared + small sections to TypeScript 2026-07-04 21:33:25 -05:00