-
Notifications
You must be signed in to change notification settings - Fork 14
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
Value breakdowns: Update UI #936
Value breakdowns: Update UI #936
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
…2/drilldown-values-ui-updates
src/Components/ServiceScene/Breakdowns/ClearFiltersLayoutScene.tsx
Outdated
Show resolved
Hide resolved
export interface ClearFiltersLayoutSceneState extends SceneObjectState { | ||
clearCallback: () => void; | ||
} | ||
export class ClearFiltersLayoutScene extends SceneObjectBase<ClearFiltersLayoutSceneState> { |
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.
We could also make the message configurable and reuse here https://github.com/grafana/grafana/blob/main/public/app/features/trails/Breakdown/ByFrameRepeater.tsx#L163
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.
A bit confused, are you proposing we move this to core?
src/Components/ServiceScene/Breakdowns/FieldsBreakdownScene.tsx
Outdated
Show resolved
Hide resolved
src/Components/ServiceScene/Breakdowns/LabelValuesBreakdownScene.tsx
Outdated
Show resolved
Hide resolved
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.
Looks and works great! Left a few minor comments around.
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.
☄️
* feat: rearrange menus and add new single "summary" panel above value breakdowns
Fixes #862
Adds "summary" time series above value breakdowns for visual differentiation of value breakdowns from label breakdowns.
Collapsed:
Want to look into moving the field/label name selector into the panel header