## What Three tweaks to the **Add Transaction** form: 1. **Account selector moved to the top** of the create form, above the date field. 2. **"Update account balance" checkbox hidden for connected accounts** (accounts with a `banking_connection_id`). Their balance is kept in sync by the banking connection, so the submit also skips the balance update for them. 3. **Amount placeholder** now shows a negative example `-25.00` instead of `0.00`. ## Testing - Added a unit test covering that the checkbox is hidden for a connected account. - `bun run test edit-transaction-dialog` — 5 passed. - `bun run format` / `bun run lint` clean (only a pre-existing warning in `chart.tsx`). |
||
|---|---|---|
| .. | ||
| css | ||
| js | ||
| views | ||