-
Notifications
You must be signed in to change notification settings - Fork 217
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
area/ui: Add a popover menu to the AreaGraph component #5364
Conversation
🤖 Meticulous spotted visual differences in 1 of 219 screens tested: view and approve differences detected. Meticulous simulated ~4 hours of user flows against your PR. Last updated for commit b54dff8. This comment will update as new commits are pushed. |
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.
One minor change, looks great otherwise.
<div className="flex gap-1 items-center"> | ||
<div>Timestamp:</div> | ||
<div className="text-gray-600 dark:text-gray-300"> | ||
{formatDate(timestamp, timePattern(timezone), timezone)} |
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.
I think it would make more sense to display the time with milliseconds precision here.
When the timeframe is tight, we'll have multiple points within a second and milliseconds precision would really help.
No description provided.