mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
* Remove hooks disable in electron fixtures Co-authored-by: matiss <matiss@mja.lv> * Add release notes for PR #6667 * Re-enable exhaustive-deps for low-risk hooks Co-authored-by: matiss <matiss@mja.lv> * Reduce exhaustive-deps overrides Co-authored-by: matiss <matiss@mja.lv> * Format useQuery hook Co-authored-by: matiss <matiss@mja.lv> * Fix exhaustive-deps warnings in hooks Co-authored-by: matiss <matiss@mja.lv> * Format useQuery dependencies Co-authored-by: matiss <matiss@mja.lv> * Document dynamic hook dependencies Co-authored-by: matiss <matiss@mja.lv> * Use react exhaustive-deps disables Co-authored-by: matiss <matiss@mja.lv> * Adjust exhaustive-deps disables Co-authored-by: matiss <matiss@mja.lv> * Refactor React hooks to address exhaustive-deps linting issues - Updated multiple components to use `useEffectEvent` for better handling of dependencies. - Adjusted dependencies in various hooks to improve code quality and maintainability. - Removed unnecessary `useCallback` and `useRef` usages where applicable. - Consolidated linting rules for React hooks to enhance consistency across the codebase. * Refactor useEffect hooks to improve dependency management - Updated ManageRules component to correctly return the init function in useEffect. - Adjusted Modals component to disable exhaustive-deps linting for specific dependencies, enhancing clarity and maintainability. --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
95 B
95 B
category, authors
| category | authors | |
|---|---|---|
| Maintenance |
|
lint: patch some react oxlint violations