Skip to content

fix: improve hover state for the webhooks list#478

Merged
Kraci merged 2 commits into
mainfrom
fix-hover-on-webhooks-page-en-1140
Jun 30, 2026
Merged

fix: improve hover state for the webhooks list#478
Kraci merged 2 commits into
mainfrom
fix-hover-on-webhooks-page-en-1140

Conversation

@Kraci

@Kraci Kraci commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Improve hover state for the webhooks list

Before After
Screenshot 2026-06-29 at 16 52 01 image

@Kraci Kraci self-assigned this Jun 29, 2026
@cla-bot cla-bot Bot added the cla-signed label Jun 29, 2026
@linear-code

linear-code Bot commented Jun 29, 2026

Copy link
Copy Markdown

EN-1140

@vercel

vercel Bot commented Jun 29, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
web Ready Ready Preview, Comment Jun 30, 2026 10:45am

Request Review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 96d025a85d

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread src/features/dashboard/settings/webhooks/table.tsx Outdated

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM — visual-only refactor of the webhooks list, swapping the HTML table for the flex-based DataTable primitive to improve hover styling.

Extended reasoning...

Overview

This PR is a presentation-only refactor of the webhooks settings list. It swaps the semantic HTML Table/TableRow/TableCell primitives for the flex-based DataTable/DataTableRow components, reworks the row hover state (background, border masking, hover frame), and inlines a small placeholder component for the loading and empty states.

Security risks

None. There are no changes to auth, data fetching, query construction, or user input handling. All modifications are confined to JSX structure and Tailwind class names within an already-protected dashboard route.

Level of scrutiny

Low. The diff touches only three UI files under src/features/dashboard/settings/webhooks/ (no shared components or owned modules), the imported DataTable/DataTableRow and supporting primitives all exist in the repo, and a Vercel preview deployment is already live for visual verification. Linear ticket EN-1140 is linked.

Other factors

The bug hunting system found no issues. The change is small, self-contained, and the before/after screenshots in the description document the intended visual improvement.

drankou commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

nit but we should probably keep hover consistent with other tables and make it work over whole item width

CleanShot 2026-06-30 at 09.23.45.mp4

@Kraci Kraci merged commit f363a6b into main Jun 30, 2026
13 checks passed
@Kraci Kraci deleted the fix-hover-on-webhooks-page-en-1140 branch June 30, 2026 10:52
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.

2 participants