whisper-money/resources
Víctor Falcón 0c9890cabd fix(transactions): keep saved-filter delete button visible on touch and confirm before deleting
The delete button on a saved filter was only revealed on hover, leaving it
invisible but clickable on touch devices, causing accidental deletions.

- Gate the hover-reveal behind @media (hover: hover) so the button stays
  visible on touch devices while keeping the hover-reveal on desktop.
- Ask for confirmation via an AlertDialog before deleting a saved filter,
  matching the existing delete-confirmation pattern used elsewhere.
2026-07-06 11:31:49 +02:00
..
css fix(charts): improve contrast for chart colors 9-10 (#614) 2026-06-30 10:28:03 +00:00
js fix(transactions): keep saved-filter delete button visible on touch and confirm before deleting 2026-07-06 11:31:49 +02:00
views feat(encryption): commands to warn and remove inactive encrypted-data accounts (#633) 2026-07-03 15:57:04 +00:00