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)
This commit is contained in:
Víctor Falcón 2026-02-12 10:03:31 +01:00 committed by GitHub
parent d1d1be7586
commit abd7a2f9aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

View File

@ -51,6 +51,9 @@ export function createTransactionColumns({
return [
{
id: 'select',
meta: {
cellClassName: 'hidden md:table-cell',
},
header: ({ table }) => (
<Checkbox
checked={