whisper-money/resources
Víctor Falcón 89c1ab1ca8
fix(integration-requests): freeze votes on not-doable requests (#555)
## What
Prevent adding or modifying votes on requests marked as **not-doable**.

- **Backend** (`removeVote`): a vote cast before a request was marked
not-doable could still be removed, mutating a frozen tally. It now
returns `404`, mirroring `vote()` which already rejected not-doable
requests.
- **Frontend**: hide the unvote (chevron-down) button for not-doable
requests; the vote button was already disabled for them.

## Test
Added a feature test: vote → request becomes not-doable → `DELETE` vote
returns `404` and the tally is unchanged.
2026-06-18 10:54:56 +00:00
..
css fix: keep iOS popovers below the notch (#282) 2026-04-13 15:19:56 +01:00
js fix(integration-requests): freeze votes on not-doable requests (#555) 2026-06-18 10:54:56 +00:00
views feat(settings): let users disable bank transactions email (#472) 2026-06-02 12:24:39 +02:00