one-zero-eight / website

InNoHassle website for accessing ecosystem services at Innopolis University. Student dashboard, personal schedule, room booking, interactive maps, and more.
https://innohassle.ru
MIT License
10 stars 4 forks source link

Make sidebar better #41

Open danmaninc opened 1 year ago

danmaninc commented 1 year ago

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:

ArtemSBulgakov commented 9 months ago

Возможно, сделать кнопку скрытия сайдбара на телефоне; на телефоне добавить анимацию открытия (#39); убрать дублирование элементов в React.

ArtemSBulgakov commented 9 months ago

Возможно, сделать возможность создания вложенностей: внутри Schedule есть Sports, Academic courses и т.д.