mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
* Move redux state to react-query - category states [Part 2 - expose react-query states] * Add release notes for PR #6882 * Add default values to useCategories destructuring to prevent undefined crashes (#6884) * Initial plan * Add missing defaults to all useCategories usages Co-authored-by: joel-jeremy <20313680+joel-jeremy@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: joel-jeremy <20313680+joel-jeremy@users.noreply.github.com> * Fix lint errors * Fix rebase mistake * Change category from Enhancements to Maintenance Migrate state management for category from Redux to React Query and update related hooks and components. --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: joel-jeremy <20313680+joel-jeremy@users.noreply.github.com>
158 B
158 B
category, authors
| category | authors | |
|---|---|---|
| Maintenance |
|
Migrate category state management from Redux to React Query, updating hooks and components accordingly.