diff --git a/HISTORY.md b/HISTORY.md index ca83522..4af8de8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,13 @@ # Bill Tracker — Changelog +## v0.33.7.3 + +### 🐛 Bug Fixes + +- **SimpleFIN transaction table now uses fixed column sizing** — Long transaction text no longer pushes action buttons off-screen. Action buttons are compact icon-only with aria-label/title for accessibility. Long matched bill names are truncated. + +--- + ## v0.33.7.2 ### 🚀 Features diff --git a/client/components/data/TransactionMatchingSection.jsx b/client/components/data/TransactionMatchingSection.jsx index 465d6be..87b3a21 100644 --- a/client/components/data/TransactionMatchingSection.jsx +++ b/client/components/data/TransactionMatchingSection.jsx @@ -521,7 +521,14 @@ export default function TransactionMatchingSection({ refreshKey, simplefinConn } No transactions found for this filter. ) : ( -
| Date | @@ -540,7 +547,7 @@ export default function TransactionMatchingSection({ refreshKey, simplefinConn }{transactionDate(tx)} | -+ |
{transactionTitle(tx)} @@ -548,11 +555,11 @@ export default function TransactionMatchingSection({ refreshKey, simplefinConn } |
- + |
|
-
-
+
+ |
{status === 'ignored' ? (
- |
|---|