-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI4: Modal Post-Migration Fixes #4718
Merged
Merged
Commits on Jan 18, 2024
-
- Fix blur positioning for fullscreen modals - Remove extra view for rounding BlurView bounds - Remove extra view around non-scrolling children. This allows `flex: 1` children without a modal-wide scroll to work as they did before. - Move title handling into the modal itself.
Configuration menu - View commit details
-
Copy full SHA for b83fa33 - Browse repository at this point
Copy the full SHA b83fa33View commit details -
Partially "nuggetize" ModalParts
This is an interim quick fix before we just fully remove dependencies on ModalParts. There's no need to retain anything from ModalParts anymore once fully migrated to UI4 - they weren't really doing anything special to begin with.
Configuration menu - View commit details
-
Copy full SHA for c4a268c - Browse repository at this point
Copy the full SHA c4a268cView commit details -
Quick hack fix to kind of obtain the result of ButtonsViewUi4 with consistent button widths. An additional audit will need to be performed to determine which buttons should be primary/secondary/tertiary before we can migrate them to ButtonsViewUi4 and enforce our rule of not having multiple buttons of the same type in a column layout.
Configuration menu - View commit details
-
Copy full SHA for 1e22115 - Browse repository at this point
Copy the full SHA 1e22115View commit details -
Pull ModalTitle into the title prop of Ui4
Some modals have inconsistent centered titles and this change unifies them all. Making this change will allow us to easily center all titles later if that's what we prefer.
Configuration menu - View commit details
-
Copy full SHA for e33c647 - Browse repository at this point
Copy the full SHA e33c647View commit details -
Needs a redesign. We have a bunch of empty title space here, and at the same time we can't push the FlipInput card all the way up there because then the X button would have weird alignment over the inner FlipInput card
Configuration menu - View commit details
-
Copy full SHA for 9091469 - Browse repository at this point
Copy the full SHA 9091469View commit details -
Configuration menu - View commit details
-
Copy full SHA for b73cb15 - Browse repository at this point
Copy the full SHA b73cb15View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0285fe - Browse repository at this point
Copy the full SHA f0285feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49c3a2c - Browse repository at this point
Copy the full SHA 49c3a2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6795cc4 - Browse repository at this point
Copy the full SHA 6795cc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for beb9473 - Browse repository at this point
Copy the full SHA beb9473View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfbd08b - Browse repository at this point
Copy the full SHA dfbd08bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17b4100 - Browse repository at this point
Copy the full SHA 17b4100View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bca52f - Browse repository at this point
Copy the full SHA 4bca52fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28f261c - Browse repository at this point
Copy the full SHA 28f261cView commit details
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.