whisper-money/resources/js/components/integration-requests
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
..
integration-requests-board.test.tsx feat(integration-requests): multi-vote, per-plan quota and undo (#554) 2026-06-18 10:06:08 +00:00
integration-requests-board.tsx fix(integration-requests): freeze votes on not-doable requests (#555) 2026-06-18 10:54:56 +00:00
integration-requests-drawer.tsx feat(integration-requests): community board to request & vote bank integrations (#550) 2026-06-17 12:50:51 +00:00