Skip to content
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

feat: clickable level selector #82

Merged
merged 2 commits into from
Feb 7, 2024
Merged

feat: clickable level selector #82

merged 2 commits into from
Feb 7, 2024

Conversation

ShenranChen
Copy link
Collaborator

Summary

Closes #78

When the user clicks on a level, it navigates it to the desired exercise corresponding to that level. This allows the user to go back and review/redo the previous exercises.

Test Plan

Ran the webpage and observed if the page re-renders when a certain level is clicked

@ShenranChen ShenranChen requested a review from jpaten January 31, 2024 07:50
@ShenranChen ShenranChen self-assigned this Jan 31, 2024
Copy link

netlify bot commented Jan 31, 2024

Deploy Preview for pen-pals ready!

Name Link
🔨 Latest commit 35dcfae
🔍 Latest deploy log https://app.netlify.com/sites/pen-pals/deploys/65c2c819e211d10008f5dcbe
😎 Deploy Preview https://deploy-preview-82--pen-pals.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Collaborator

@jpaten jpaten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! I fixed the versioning issue and added a line of CSS so the level selector would show as clickable, but this is really great work!

ShenranChen and others added 2 commits February 6, 2024 15:59
When the user clicks on a specific level, it navigates to the desire level, updating the both the level and lesson sides.
@jpaten jpaten force-pushed the shenran/clickable_buttons branch from 12cf4b9 to 35dcfae Compare February 7, 2024 00:00
@jpaten jpaten merged commit dc088f9 into main Feb 7, 2024
6 checks passed
@jpaten jpaten deleted the shenran/clickable_buttons branch February 7, 2024 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚀 Feature: Make level selector buttons clickable so users can move between levels
2 participants