-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: Fix up table opacities #18955
fix: Fix up table opacities #18955
Conversation
📸 UI snapshots have been updated88 snapshot changes in total. 0 added, 88 modified, 0 deleted:
Triggered by this commit. |
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 had some of these changes included in #18862 (currently failing tests).
Happy to go with this approach because it's almost identical. There is some stuff in my PR to simplify the LemonTable API but can follow up with them
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
Size Change: 0 B Total Size: 1.83 MB ℹ️ View Unchanged
|
# Conflicts: # frontend/__snapshots__/components-command-bar--search--dark.png
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated3 snapshot changes in total. 0 added, 3 modified, 0 deleted:
Triggered by this commit. |
# Conflicts: # frontend/__snapshots__/scenes-app-insights--funnel-top-to-bottom-breakdown.png # frontend/__snapshots__/scenes-app-insights--trends-area-breakdown-edit--webkit.png # frontend/__snapshots__/scenes-app-insights--trends-area-breakdown-edit.png # frontend/__snapshots__/scenes-app-insights--trends-bar-breakdown-edit--webkit.png # frontend/__snapshots__/scenes-app-insights--trends-line-breakdown-edit--webkit.png # frontend/__snapshots__/scenes-app-insights--trends-pie-breakdown-edit--webkit.png # frontend/__snapshots__/scenes-app-insights--trends-table-breakdown-edit--webkit.png # frontend/__snapshots__/scenes-app-insights--trends-table-breakdown-edit.png # frontend/__snapshots__/scenes-app-insights--trends-world-map-edit--webkit.png
📸 UI snapshots have been updated10 snapshot changes in total. 0 added, 10 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
Problem
Tables never quite rendered properly with sticky headers.
Also the 3000 styles were somewhat broken / unreadable.
Changes
👉 Stay up-to-date with PostHog coding conventions for a smoother review.
How did you test this code?