-
Notifications
You must be signed in to change notification settings - Fork 124
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
Add ResponsiveModal for improved mobile experience #57
base: main
Are you sure you want to change the base?
Conversation
Looks really cool! I'll discuss this with @taylorotwell if we want to add this drawer component to the starter kit. Tested out and it looks great 👍 |
Thanks so much! 🙌 Glad to hear it worked well in testing. If you and @taylorotwell decide to include this in the starter kit, I’d be happy to refine it further or make any adjustments needed to fit the overall design approach. Appreciate the review — looking forward to the next steps! |
@tnylea This would be great. It's something that I have been adding manually when creating a new project with the starter kit. Makes the mobile experience much better. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! I really like it. Approving for merge and I'll let Taylor make the final decision.
I feel that this provides a better UX 😊
Responsive Modal Implementation
Summary
Implemented a ResponsiveModal component that intelligently switches between a Dialog on desktop and a Drawer on mobile devices, improving the user experience across different device sizes.
Changes
Testing
Future Improvements
Video
Recording.2025-02-27.221821.mp4