fix(tables): reduce column header chevron size and fix sidebar shadow bleed#4800
Conversation
PR SummaryLow Risk Overview The column options chevron in For column config, enrichments, and workflow sidebars, Reviewed by Cursor Bugbot for commit 2eaaf0f. Configure here. |
Greptile SummaryThis PR contains two small, focused UI fixes for the tables feature: the column header sort chevron is downsized for better visual balance, and all three table sidebars (column config, enrichments, workflow) have their
Confidence Score: 5/5Safe to merge — all four changes are minimal, isolated CSS class adjustments with no logic or state management impact. Both fixes are straightforward: the shadow class is gated correctly behind the No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Sidebar rendered] --> B{open?}
B -- true --> C[translate-x-0\n+ shadow-overlay applied]
B -- false --> D[translate-x-full\nno shadow]
C --> E[Panel visible with shadow]
D --> F[Panel off-screen, no shadow bleed]
Reviews (1): Last reviewed commit: "fix(tables): reduce column header chevro..." | Re-trigger Greptile |
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Summary
Type of Change
Testing
Tested manually
Checklist