From b39a08be6a9d8da8faa1cb08adb24df05a4d1db9 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 28 Jul 2026 16:44:20 +0000 Subject: [PATCH] Add parent/child category hierarchy to all category selects; add search to account select Category selection consistency: - DS::Select (shared component powering the main transaction form, transaction edit, bulk-update, and transfer category pickers) now indents subcategories with a corner-down-right icon, matching the existing transaction-row category dropdown. - Feed DS::Select-based category pickers with Category.alphabetically_by_hierarchy (parent name, then parent-before-children, then own name) so children render directly under their parent. - Added Category::Group.select_options, a shared helper producing parent-then-child ordered options (with an indent marker) for plain HTML elements, ordered + # parent-then-children with children visually indented. Native