-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Sidebar behavior fixes #1654
Comments
Stay OpenIf the sidebar stays open, then there needs to be at least some default view when it would be blank. Otherwise, every page needs to have some kind of sidebar panel. Close on route changeSidebar closes when navigating away from the current page. e.g.
|
@aaronjudd and I discussed this last night in design review and the current thought is: The sidebar should stay open on page switch and show something (TBD) because that aligns with future goals for Reaction. In the near term, we'll come up with some default analytics to fall back to when the page has no relevant sidebar actions/settings. We'd also want to add a feature where you could pin a panel you are working on which keeps the current bug/feature where you can view panel information you are using now. |
PR #1706 is a first step in taming the behavior of the sidebar. #1706 makes changes to how the sidebar functions in the product grid view by saving selected products to the user preferences, and re-displaying selected products when returning to the grid view. If no products are selected, the sidebar will hide when the product grid view is accessed. |
What happens when you transition to a new page? Does the sidebar stay open, close, or show relevant information.
The text was updated successfully, but these errors were encountered: