Skip to content
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

feat(dashboard): fix on hover regression #7604

Open
wants to merge 1 commit into
base: next
Choose a base branch
from

Conversation

djabarovgeorge
Copy link
Contributor

What changed? Why was the change needed?

The date isn’t clickable. Is it a priority to make it clickable as well?


Screenshots

Expand for optional sections

Related enterprise PR

Special notes for your reviewer

Copy link

linear bot commented Jan 28, 2025

Copy link

netlify bot commented Jan 28, 2025

Deploy Preview for dashboard-v2-novu-staging ready!

Name Link
🔨 Latest commit f53a108
🔍 Latest deploy log https://app.netlify.com/sites/dashboard-v2-novu-staging/deploys/6798e801c2f22400086276ac
😎 Deploy Preview https://deploy-preview-7604.dashboard-v2.novu-staging.co
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Jan 28, 2025

Deploy Preview for dev-web-novu ready!

Name Link
🔨 Latest commit f53a108
🔍 Latest deploy log https://app.netlify.com/sites/dev-web-novu/deploys/6798e801afbd6300081e8722
😎 Deploy Preview https://deploy-preview-7604.dashboard.novu-staging.co
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -219,7 +219,7 @@ export const WorkflowRow = ({ workflow }: WorkflowRowProps) => {
</WorkflowLinkTableCell>

<WorkflowLinkTableCell workflow={workflow} className="text-foreground-600 min-w-[180px] text-sm font-medium">
<TimeDisplayHoverCard date={new Date(workflow.updatedAt)}>
<TimeDisplayHoverCard date={new Date(workflow.updatedAt)} className="relative z-10">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if it's better to add inside of the time display component so it will fix it on all screens (subscribers, etc.)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

valid point.
right now i saw that it was broken only on workflows (the activity page was fine) so i decided to do it more specifically for now,

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI the problem was because we made the workflow.TableRow isolate to support row Click.

Copy link
Contributor

@SokratisVidros SokratisVidros Jan 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need a universal fix on this, not just for workflows. The same problem exists in environments table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants