-
Notifications
You must be signed in to change notification settings - Fork 5
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
Make sidebar better #41
Labels
enhancement
New feature or request
Comments
Возможно, сделать кнопку скрытия сайдбара на телефоне; на телефоне добавить анимацию открытия (#39); убрать дублирование элементов в React. |
Возможно, сделать возможность создания вложенностей: внутри Schedule есть Sports, Academic courses и т.д. |
I've splitted this issue to #188 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is duplicating code for the sidebar. Due to that, user renders two sidebars at the same time: the first for mobile, and the second for the desktop. At least one (always) of them is hidden.
This issue aims to remove duplicating code to possibly improve performance and page loading speed.
The following tasks may be completed:
The text was updated successfully, but these errors were encountered: