-
Notifications
You must be signed in to change notification settings - Fork 70
Improve the lesson sidebar design #3080
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
@flacial is attempting to deploy a commit to the c0d3-prod Team on Vercel. A member of the Team first needs to authorize it. |
Codecov Report
@@ Coverage Diff @@
## master #3080 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 191 191
Lines 3622 3632 +10
Branches 988 990 +2
=========================================
+ Hits 3622 3632 +10
|
Overview
This PR polishes and redesign the lesson sidebar by putting it inside a container to differentiate it from other elements, making it sticky so the student can easily navigate the lesson sections, and finally removing the
remark-tocas it's now replaced with an in-house solution.Changes
gray-mattersubLessontest file to cover the new changesImages
Before
After
On mobile
Subsequent changes
remark-tocRelated issues