dotcodeschool / frontend

Dot Code School is an interactive online school that teaches you how to build meaningful web3 applications using the Polkadot SDK.
https://dotcodeschool.com
MIT License
1 stars 4 forks source link

Improve navigation between sections #2

Closed iammasterbrucewayne closed 1 week ago

iammasterbrucewayne commented 2 months ago

Problem: Navigation between sections has a lot friction if someone wants to move quickly between lessons or skip some parts. Since the navigation uses a drawer, it forces the users to always EITHER use the lesson interface OR the sidebar navigation.

image

Proposed Solution:

image

iammasterbrucewayne commented 1 week ago

https://github.com/dotcodeschool/frontend/commit/44305a012308e36bf9b31f5adf961eac5e19c90c fixes the primary concern

keeping the navbar open and using hotkeys are low impact, hence not a priority