-
Notifications
You must be signed in to change notification settings - Fork 155
reading time & last updated indicator designs #891
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
0xa3k5
commented
Feb 28, 2025
- add Hourglass icon for reading time
- add Calendar icon for last updated
- make "edit this page" always on the bottom of the page (remove it from the TOC)
</mask> | ||
|
||
<g mask="url(#hourglass-mask)"> | ||
<rect x="3.5" y={15 - value} width="9" height={value} fill="currentColor" /> |
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.
What happens if value
is a ridiculously huge number? :P
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.
…arIcon today's date
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.
Thank you so much!