## What Tidies the transactions filter bar so it lays out as **two balanced rows** — a control on the left and on the right of each — instead of wrapping awkwardly once **Transaction analysis** is enabled (the saved-filters button was crowding the row). - **Row 1:** `Filters` (left) · search input (grows, middle) · saved-filters bookmark (right) - **Row 2:** `Analysis / Categorize / + Transaction / ▾` (left) · `Columns` (right) Actions row dropped `flex-wrap` + `sm:justify-end` in favour of a clean `justify-between`; the saved-filters/clear group is now grouped to the right with `ml-auto`. ## Screenshots **Desktop**  **Mobile**  ## Notes - Screenshots are hosted on a throwaway `assets/transaction-filters-screenshots` branch so they render here without landing in `main`. Safe to delete after merge. |
||
|---|---|---|
| .. | ||
| css | ||
| js | ||
| views | ||