Fix: Filter categories by transaction type in forms (#2082)

Changed transaction form to only display relevant categories based on transaction type (income or expense), improving usability and preventing misclassification. Created a shared transaction type tabs component for consistent navigation between expense, income, and transfer forms, providing a better user experience and reducing code duplication.

Signed-off-by: Zach Gollwitzer <zach@maybe.co>
Co-authored-by: Zach Gollwitzer <zach@maybe.co>
This commit is contained in:
Diego Gasparis Escobedo
2025-04-25 08:18:10 -06:00
committed by GitHub
parent ce83418f0b
commit 71bc51ca15
10 changed files with 74 additions and 67 deletions

View File

@@ -247,10 +247,3 @@ class ConcreteProvider < Provider
end
end
```