-
Notifications
You must be signed in to change notification settings - Fork 7
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
Rearange UI elements and make categories expandable #477
base: main
Are you sure you want to change the base?
Conversation
…-right controls in MapboxMap.scss for desktop mode
…n VenueSelector.scss for desktop mode
Reposition zoom control and adjust margin in MapboxMap component
…ry name on the right
… view mode and venue selector presence
…__expandable_categories Refactor/rearange UI elements expandable categories
…MapTemplate.scss and ViewModeSwitch.scss
… present for the demo office
…switch and venue selector presence
…'origin' into refactor/move-venue-selector-and-2d-switch
…-selector-and-2d-switch
I tried to resolve all the comments @ammapspeople. It's ready for re-review. |
packages/map-template/src/components/Search/Categories/Categories.jsx
Outdated
Show resolved
Hide resolved
Kapture.2025-03-11.at.15.39.41.mp4
|
packages/map-template/src/components/Search/Categories/Categories.scss
Outdated
Show resolved
Hide resolved
Fixed categories and back button name 😄 @ammapspeople |
We've addressed all the comments now @ammapspeople 😄 |
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.
Approved with one small suggestion 🏁
Co-authored-by: Anders Mogensen <[email protected]>
What?
The first scope of this merge request is to shuffle around the UI elements - also based on device that is using Web App. Figma design link: https://www.figma.com/design/y2Bq918f4KKMpIIY7ibSkE/MapTemplate?node-id=4120-2606
The second scope of this merge request is to remove horizontal categories and make them vertical. Then after clicking one of them we should have a list of Locations that have this category assigned.
How?
For the categories part
Inside Categories.jsx:
disabled
states,updateScrollButtonsState
function and disabled state listeners.div
that consists categoryimg
anddisplayName
.Inside Categories.scss:
Inside Search.jsx:
Inside Search.scss:
For the UI shuffling part: