feat(ui): gallery on mobile#38
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main-design-system #38 +/- ##
=====================================================
Coverage ? 40.29%
=====================================================
Files ? 78
Lines ? 2040
Branches ? 0
=====================================================
Hits ? 822
Misses ? 1218
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…/gallery-on-mobile # Conflicts: # apps/design_system_gallery/lib/app/gallery_shell.dart
- Refactor `GalleryShell` to use `AnimatedSlide` for the theme panel and `AnimatedPadding` for the content. - Fix text overflow issues in `GalleryHomePage` and color swatches. - Set minimum window size for macOS.
Submit a pull request
CLA
Description of the pull request
Currently the theme studio is always put on a row, but that doesn't really fit on mobile. This adds the theme on top of the gallery using a stack when the window is very small.
Widgetbook itself already works nicely on small screens.
Screenshots / Videos