khowellmobile / practice-cs-tool

A tool for practice cs written in django
MIT License
0 stars 0 forks source link

Fixed menu state in new design #198

Closed khowellmobile closed 3 weeks ago

khowellmobile commented 3 weeks ago

Description

The menu currently has issues with being open when switching to a new page. The menu should be open but when switching to a new page since it was open on the page before. There is currently code in place to accomplish this but it is inconsistent due to load orders of the javascript and html. Using information passed to the new page and a Django if statement should help to fix these inconsistencies

khowellmobile commented 3 weeks ago

Closed with pull request #199