question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Consumer UI Refresh] Create the Popover style Modal and switch to it for wide screens

See original GitHub issue

If 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.

Screen Shot 2021-01-19 at 7 34 07 AM

Deliverables:

  1. Create a new style of modal called a popover
  2. It should not have a semi-transparent back drop like other modals
  3. It should still close when tap outside and also close when tapping the x
  4. It should be aligned with the FAB
  5. It should only be visible when viewing past the responsive breakpoint

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
marcaaroncommented, Jan 20, 2021

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!

1reaction
marcaaroncommented, Jan 19, 2021

Correct. In that case, we will use the bottom_docked style menu like we are now.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found