whisper-money/resources/js/components/transactions
Víctor Falcón f8e8fc4db1
Fix horizontal scroll on transactions table (#127)
## Summary
- Make the description column fill all remaining space on md+ screens by
replacing fixed `max-w` breakpoints with `md:w-full md:min-w-0
md:overflow-hidden`
- Eliminates horizontal scrolling on md, lg, and xl viewports without
modifying other columns

## Test plan
- [x] Verify no horizontal scroll on md (768px), lg (1024px), and xl
(1280px) viewports
- [x] Verify description text truncates correctly with ellipsis
- [x] Verify mobile/sm behavior is unchanged (max-w-[200px] /
sm:max-w-[400px])
- [x] Verify labels and notes still display within the description cell
2026-02-17 08:45:07 +01:00
..
bulk-actions-bar.tsx feat: Bulk delete with type-to-confirm modal (#110) 2026-02-12 10:53:27 +01:00
bulk-category-select.tsx feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
bulk-label-select.tsx feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
category-cell.tsx Remove plaintext-transactions feature flag & E2E references (#116) 2026-02-13 11:10:21 +01:00
category-select.tsx feat(shared): Add CategoryCombobox component 2025-11-14 16:05:53 +01:00
date-header.tsx Refactor: Transaction Table Layout and Styling Improvements (#26) 2025-12-14 12:56:05 +01:00
edit-transaction-dialog.tsx Remove plaintext-transactions feature flag & E2E references (#116) 2026-02-13 11:10:21 +01:00
encrypted-transaction-description.tsx feat: Plaintext transactions behind feature flag (#105) 2026-02-10 14:31:24 +01:00
import-step-account.tsx feat: Integrate EnableBanking as open banking provider (#106) 2026-02-12 09:09:28 +01:00
import-step-mapping.tsx feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
import-step-preview.tsx feat: Docker dev env with Caddy, PHP on host (#103) 2026-02-09 13:31:16 +01:00
import-step-upload.tsx feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
import-transactions-button.tsx feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
import-transactions-drawer.tsx Remove plaintext-transactions feature flag & E2E references (#116) 2026-02-13 11:10:21 +01:00
transaction-actions-menu.tsx feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
transaction-columns.tsx Fix horizontal scroll on transactions table (#127) 2026-02-17 08:45:07 +01:00
transaction-filters.tsx Move transaction filtering from client-side to server-side (#126) 2026-02-16 12:49:04 +01:00
transaction-list.tsx Remove plaintext-transactions feature flag & E2E references (#116) 2026-02-13 11:10:21 +01:00