-
Notifications
You must be signed in to change notification settings - Fork 108
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
fix: tooltip placement inside an order in cow explorer #5400
base: develop
Are you sure you want to change the base?
fix: tooltip placement inside an order in cow explorer #5400
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
@vnaysngh is attempting to deploy a commit to the cow Team on Vercel. A member of the Team first needs to authorize it. |
Hey @vnaysngh , thank you for your contribution (again!)
I wouldn't change the current behavior and leave the date clickable
Yes, it is an expected behavior. Thanks! |
I have updated the code. Thank you. |
Should it still be in a draft? :) |
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, looks good to me now :)
) : ( | ||
<span {...targetProps}>{previewDate}</span> | ||
)} | ||
<span className="d-flex"> |
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.
Where is this d-flex coming from?
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.
It is not needed. I have removed it. Thank you :)
WalkthroughThe change refactors the DateDisplay component in apps/.../DateDisplay/index.tsx by adding an extra nested span around the IconWrapper when the showIcon prop is true. The update restructures the HTML output without altering the tooltip functionality or date formatting, keeping the overall behavior consistent. Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (2)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Partial Fix for #5105
This PR addresses the incorrect tooltip placement when clicking inside an order, specifically on the Submission Time, Execution Time, and Expiration Time fields.
Before fix
After fix
Key Changes & Observations
@elena-zh
Summary by CodeRabbit