Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR will add some fixes for changes introduced by MUI v5 added in #554.
contained
variants, since theButton
component now uses theprimary
color by default, and most of our dialog primary action buttons now looked the same as "cancel" buttons. Thecontained
variant should also help the primary action to stand out more.zIndex
tomodal
.zIndex
was less than thezIndex
for dialogs in MUI v5, so it was hidden behind dialogs like the data move or copy metadata dialogs.This PR also includes some fixes not related to the MUI v5 upgrade, but are for bugs that I came across during testing; such as a
startingPath
warning in thePathListViewer
, and aclient-side exception has occurred
error that can display after launching analyses and navigating away and then back to the dashboard.See visual changes in Chromatic.