whisper-money/resources/js
Víctor Falcón abd7a2f9aa
fix: Hide transaction checkboxes on mobile (#109)
## Summary
- Hides the select/checkbox column in the transactions table on mobile
viewports (below `md` breakpoint) using `hidden md:table-cell` on the
column meta

### Mobile Screenshot
![Mobile
transactions](https://raw.githubusercontent.com/whisper-money/whisper-money/mobile-improvements/.github/screenshots/mobile-transactions.png)
2026-02-12 10:03:31 +01:00
..
components fix: Hide transaction checkboxes on mobile (#109) 2026-02-12 10:03:31 +01:00
contexts feat: Add PostHog (#70) 2026-01-20 10:47:59 +01:00
hooks feat: Plaintext transactions behind feature flag (#105) 2026-02-10 14:31:24 +01:00
layouts feat: Integrate EnableBanking as open banking provider (#106) 2026-02-12 09:09:28 +01:00
lib Fix: Use locale to disambiguate date format during CSV import (#107) 2026-02-12 09:08:52 +01:00
pages feat: Integrate EnableBanking as open banking provider (#106) 2026-02-12 09:09:28 +01:00
providers Remove budgets feature flag (#108) 2026-02-12 09:58:01 +01:00
services feat: Plaintext transactions behind feature flag (#105) 2026-02-10 14:31:24 +01:00
types Remove budgets feature flag (#108) 2026-02-12 09:58:01 +01:00
utils feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
app.tsx feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
ssr.tsx SSR was missing the privacy mode provider (#46) 2025-12-30 08:55:03 +01:00