Skip to content
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

Avoid closing sidebar when user changes the engine on mobile. #183

Open
rafaelcamargo opened this issue Mar 6, 2021 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@rafaelcamargo
Copy link
Member

By now, the sidebar is closed after change engine on mobile. This is a bad experience of use. Change this behavior to load the respective engine components without closing the sidebar. Then, sidebar should only be closed if some component is selected.

2021-03-06 13 32 20

@rafaelcamargo rafaelcamargo added the enhancement New feature or request label Mar 6, 2021
@rafaelcamargo
Copy link
Member Author

Suggestion of how to do this:

In the engine-menu, make the engine options buttons instead anchors. So, the navigation that causes the sidebar closing will be solved.

Then, make the components-menu receive the engine selected on the engine-menu by prop and keep watching it to make a re-fetch when it changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant