mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
* Retrofit useReports to use react-query under the hood * Add release notes for PR #6951 * Update 6951.md * Report mutations * Fix react query cache not being cleared when switching budgets (#6953) * Fix react query cache not being cleared when switching budgets * React does not want to export function from src/index * Release note * Use react-query is dashboard queries and mutations * Add release notes for PR #6957 * [autofix.ci] apply automated fixes * Fix typecheck errors * Coderabbit feedback * Make error cause optional * Rename useDashboardWidgetCopyMenu and update useDashboardWidget to accept object to prevent need to default id to empty string --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
153 B
153 B
category, authors
| category | authors | |
|---|---|---|
| Enhancements |
|
Refactor dashboard data fetching to use React Query for improved performance and maintainability.