gabotorresruiz opened a new pull request, #37897: URL: https://github.com/apache/superset/pull/37897
<!--- Please write the PR title following the conventions at https://www.conventionalcommits.org/en/v1.0.0/ Example: fix(dashboard): load charts correctly --> ### SUMMARY <!--- Describe the change below, including rationale and design decisions --> This PR standardizes CRUD list page action buttons to a consistent order: Edit --> <some_ohter_actions> --> Delete Also fixed some react memoization warnings, some missing hook dependencies, camelCase lint violations, and ESLint config issues for .ts plugin loading and refactor/improve `hooks.test.tsx` with proper coverage for all exported hooks ### BEFORE/AFTER SCREENSHOTS <!--- Skip this if not applicable --> **Before:** <img width="229" height="125" alt="Screenshot 2026-02-11 at 12 44 13" src="https://github.com/user-attachments/assets/e987ede4-4c26-494d-a8c7-ff4517d158f6" /> **After:** <img width="161" height="98" alt="Screenshot 2026-02-11 at 13 06 36" src="https://github.com/user-attachments/assets/e38c834e-3659-4575-9720-a80186c2b660" /> ### TESTING INSTRUCTIONS <!--- Required! What steps can be taken to manually verify the changes? --> 1. Visit any CRUD view and verify action buttons show as Edit --> <some_ohter_actions> --> Delete (left to right) 2. Verify each action still works ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [ ] Has associated issue: - [ ] Required feature flags: - [x] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
