tanujdargan / uvic-coursemap

https://uvic-coursemap.vercel.app
0 stars 0 forks source link

Scaling and Render Issue #3

Closed tanujdargan closed 1 month ago

tanujdargan commented 1 month ago
tanujdargan commented 1 month ago

TopBar is also broken (does not expand) onMobile on all pages except Scheduler

tanujdargan commented 1 month ago

This was resolved in the latest deployment Scaling has been changed to work dynamically:

style={{ flex: '1 1 auto', width: '100%' }}

Right Sidebar was completely reworked to avoid rendering issues and add a delete courses button. TopBar Animation has also been fixed.