-
Notifications
You must be signed in to change notification settings - Fork 3
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
Resolved Screen Resizing Map Modal Content Cutoff Issue #373
Conversation
- Update apartment icon pin image - Remove development console log message - Added component documentation for MapInfo component
- Implemented map modal component - Removed driving time info from default map - Added landmark distance info to location information - Added documentation for map modal component Future tasks - Implement location info for modal map (landmarks, driving/waling time) - Implement recenter button functionality - Decrease marker size for apartment/landmarks to fit design
- Implemented recenter button - Updated icon for campus landmarks - Updated distance information layout for map modal
- Implemented zoom in/out buttons for small map and map modal - Resolved firebase import issues by adding new export and import statements
This reverts commit 3d99113.
- Implemented screen size detection hook - Changed modal and subcomponent sizing parameters to be responsive to screen size changes
[diff-counting] Significant lines: 722. |
- Added location landmark icons for map modal
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.
Good job on completing this important map feature, Casper! You've worked super hard on this since last semester and improved your understanding of frontend a lot throughout implementing this feature. The adaptivity and mobile view for this is also seamless and looks great. Good job again :)
Summary
This is a continuation of the closed PR #357.
This pull request is result of resolving the resizing issue of the map modal, where the information content in the map modal will be cutoff/overflow when screen size is reduced.
useTheme
react hook).Test Plan
The same idea applies for non-full-screen screen sizes.
Notes