-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/statistics #9
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, it looks really good to me! I left some comments and nits
Cleaned up the code and updated the mobile layout + the hanging guy Screen.Recording.2024-12-09.at.8.13.34.PM.mov |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good! the image looks a bit low quality on my screen, maybe export a higher quality version from Figma? (with 2x resolution; or use SVG)
animating the guy sliding down could potentially be done by exporting the diamond guy as a separate image, then using position: sticky; top: 0;
. the heister will be constrained to the bounds of its parent element, so that can be used to prevent it from sliding off the rope. but this can/should be done in a separate PR
Info
Closes [#2 ].
Implements the statistics section.
Changes
Type of Change
expected)
linting/formatting)
workflows)
Testing
I have tested that my changes fully resolve the linked issue ...
Checklist
/src/lib/*
and commented hard to understand areasanywhere else.
Screenshots