remotestorage / remotestorage-widget

⬡ Connect widget for remoteStorage.js
https://remotestorage.io
28 stars 16 forks source link

Add modal backdrop #89

Closed raucao closed 5 years ago

raucao commented 5 years ago

Adds a dark, transparent, full-page backdrop behind the widget. It's shown by default on small screens, but not on large ones. The config option modalBackdrop can be set to true to always show it, false to never show it, or onlySmallScreens (the default).

This also changes the small-screen modal to not use the entire height of the screen, which felt a bit awkward to me in actual usage.

raucao commented 5 years ago

Could use a review here, so we can publish 1.4.0 including the dependency upgrades.