Actions
Bug #22231
closedClean up MUI and react warnings/errors that appear on the browser console
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Workbench2
Target version:
Story points:
-
Updated by Peter Amstutz about 2 months ago
- Target version changed from Development 2024-11-06 sprint to Development 2024-11-20
Updated by Peter Amstutz about 1 month ago
- Target version changed from Development 2024-11-20 to Development 2024-12-04
Updated by Peter Amstutz 17 days ago
- Target version changed from Development 2024-12-04 to Development 2025-01-08
Updated by Lisa Knox 17 days ago
- Related to Bug #22381: Replace redux-form added
Updated by Lisa Knox 17 days ago
- Related to Bug #22380: Replace react-router-redux added
Updated by Lisa Knox 17 days ago
- Related to Bug #22379: Refactor Virtualized lists added
Updated by Lisa Knox 17 days ago
developer-run-tests-services-workbench2: #1364
22231-browser-warnings @ f204b2c67bcdb745b33ab70169a87999385ce17f
- / All agreed upon points are implemented / addressed.
- ✅ Anything not implemented (discovered or discussed during work) has a follow-up story.
- ✅ Code is tested and passing, both automated and manual, what manual testing was done is described
- Manually tested
- n/a New or changed UX/UX and has gotten feedback from stakeholders.
- n/a Documentation has been updated.
- ✅ Behaves appropriately at the intended scale (describe intended scale).
- ✅ Considered backwards and forwards compatibility issues between client and server.
- no changes
- ✅ Follows our coding standards and GUI style guidelines.
- I eliminated all warnings that were practical and made tickets for those that require substantial rewrites or upgrades. I checked as many views and tables as I could think of, but it's likely that I missed a few.
Updated by Lisa Knox 16 days ago
developer-run-tests-services-workbench2: #1373
22231-browser-warnings @ e28e17b03ca79922ff81d0491331adb42c39f1aa
I had to revert the upgrade to the latest version of redux-form because the latest version introduces bugs that cannot be fixed without replacing redux-form. This reversion re-introduces at least 2 browser warnings, but since redux-form will eventually be replaced anyway, it seems like a moot point.
Updated by Stephen Smith 12 days ago
- Since react-loader-spinner isn't used anymore I think we can just remove it from package.json and yarn install to update yarn.lock
- There's a little trailing whitespace in collection-panel.tsx line 199 (I have files.trimTrailingWhitespace enabled in VSCode which handles this)
Aside from that it LGTM and good to merge!
Updated by Lisa Knox 11 days ago
- Status changed from In Progress to Resolved
Applied in changeset arvados|1e60189991d5e22b2af83da11221ba3ff6f4900d.
Actions