[Consumer UI Refresh] Create the Popover style Modal and switch to it for wide screens
See original GitHub issueIf you haven’t already, check out our contributing guidelines for onboarding!
Now that the CreateMenu
exists we need to display an alternate modal style depending on if we have a wide screen width. Here’s what it should look like.
Deliverables:
- Create a new style of modal called a
popover
- It should not have a semi-transparent back drop like other modals
- It should still close when tap outside and also close when tapping the
x
- It should be aligned with the FAB
- It should only be visible when viewing past the responsive breakpoint
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:10 (10 by maintainers)
Top Results From Across the Web
css - Changing the width of Bootstrap popover - Stack Overflow
The workaround is in the last line. Before the popover is being displayed the max-width option is set to a custom value. You...
Read more >Pop-up, popover or popper? — a quick look into UI terms
A popover is a transient view that shows on a content screen when a user clicks on a control button or within a...
Read more >Material-UI 4: popover loose positioning · Issue #2249 - GitHub
We are using Gatsbyjs and switched out React with Preact X. Everything works fine, except all the popover loose their positioning and open ......
Read more >Modernizing Your UI for iOS 13 - WWDC19 - Apple Developer
iOS 13 combines powerful new multitasking and productivity technologies with a refreshed look and feel for all applications. Familiarize...
Read more >Patterns - Lightning Design System
SLDS offers a wide variety of prompt patterns to support a range of use cases. Collection of popover patterns. Popovers provide a lightweight...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve tried for a bit to get the
hasBackdrop={false}
prop to work and can confirm that it is not working on web.I can’t see any reason why this shouldn’t work and see that you’ve opened an issue here. So, probably the best thing to do for now is proceed with the modal opacity 0 and hopefully we can resolve this in the future to improve the UX.
Thanks!
Correct. In that case, we will use the
bottom_docked
style menu like we are now.