-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Stakeholder details and list style improvements #754
Conversation
bbovenzi
commented
Oct 22, 2020
- no longer need to reload when changing to mobile view
- remove nested scrolling on mobile. Closes Fix nested scrolling in mobile results page #653
- remove content overlap on the details screen on iOS. Closes An issue with the full details data overlapping when viewed from the list view. #731
- details button is disabled for inactive locations
- fix filters/search padding on tablet sizes
- remove double scroll on list view or details view on mobile - fix padding on smaller desktop/tablet sizes
- remove need to refresh the page for mobile sizes - remove passing `isWindowWide` as props and some inline styles
- explicitly set flexShrink to remove overlap error in stakeholder details
- readd scroll for lists on all non mobile screens
disabled details button for inactive locations
Here is the scrolling right now. @pageignited does this work? or should I do the extra work to make the filters fixed at the top? |
@bbovenzi I think if we can have the navbar lock in place at the blue bar when a user scrolls up and then the organization scroll under, that would be best. This way, a food seeker will not have to scroll all the way back down to change a filter. |
- make search and filters sticky - reduce font size only on mobile views - fix details styling
@entrotech ready for review! Latest changes:
|
@bbovenzi Thanks |
@pageignited yeah, its the same behavior wherever we have the filter bar |