-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
New filtering experience UI enhancements #4296
Conversation
Tests failing inconsistently / appear unrelated. Different tests fail each time. |
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.
Loving this! The new filtering button/experience is amazing and feels so fast! Also, great stuff on the display icons, wasn't picturing them that way, love them!
Some minor things, but nothing blocking (numbered for easy discussion):
- The zebra-striped is separating each filter but I think to be more useful it should be for each graph series group (series definition + filters) that's separated. That way if you have multiple filters on each series and multiple series, you can quickly identify which one is which.
- Arrow is not centered vertically.
frontend/src/scenes/insights/InsightTabs/InsightDisplayConfig.tsx
Outdated
Show resolved
Hide resolved
frontend/src/scenes/insights/InsightTabs/InsightDisplayConfig.tsx
Outdated
Show resolved
Hide resolved
@paolodamico for some reason I can't reply inline to your review — could you clarify this?
Do you mean it's okay that the selector is no longer visible on funnels? In such a case, should we then remove this block on line 53 and just keep the second part of the ternary?
Also can't repro this — how does it look for you here on Insights when the feature flag is turned off? I suspect the problem might be because the arrow is actually a Unicode character; perhaps different browsers or OSX versions use a different system symbols font.
EDIT: New approach re: point 3: |
Np, thanks for the quick turnaround here!
|
Cool, thanks! On issue 2 above (arrow styling) — that screenshot is what it looks like for me on master or with the feature flag turned off. Wondering if it looks the same for you or is also messed up. If so I'll switch the whole thing over to a different SVG icon. |
If it's okay, I'll merge this in and we can figure out these small details in a subsequent PR, as I've made a couple of follow-up PRs from this branch and so we can wrap all these for tomorrow. |
Yeah I relied on the |
Changes
Contributes to #4050:
Checklist