-
Notifications
You must be signed in to change notification settings - Fork 472
🐛(frontend) fix doc timestamp display #1547
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
base: main
Are you sure you want to change the base?
🐛(frontend) fix doc timestamp display #1547
Conversation
Implemented the logic to show 'Just now' instead of '0 seconds ago' when the difference is under one second. Signed-off-by: buildwithricky <[email protected]>
|
@rvveber where you able to review this yet the workflow hasn't started |
|
@rl-83 FYI |
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.
Nice! Thanks for your contribution! 👍🏼
And sorry for the delayed Review! I have a lot going on atm.
Btw. you don't need to wait for the Workflows on this Repository. |
Purpose
Implemented the logic to show 'Just now' instead of '0 seconds ago' when the difference is under one second.
Users can now see 'just now' when an edit happens.
Proposal
External contributions
Thank you for your contribution! 🎉
Please ensure the following items are checked before submitting your pull request:
git commit --signoff(DCO compliance)git commit -S)<gitmoji>(type) title description