-
Notifications
You must be signed in to change notification settings - Fork 168
Closed as not planned
Closed as not planned
Copy link
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
A new feature has been merged into the main langfuse repository that adds hover documentation to widget properties in the dashboard. This enhancement improves the user experience by providing in-context descriptions, types, and units for views, metrics, and dimensions when configuring dashboard widgets.
Details
- Feature: Adds hover documentation to widget properties (views, metrics, dimensions) in the dashboard's widget configuration form.
- UI/UX: Introduces a new
WidgetPropertySelectItemcomponent that displays a hover card with property details (description, type, unit) for each selectable item. - Data Model:
- Adds
description,type, andunitfields to dimensions and measures in the data model (dataModel.ts,types.ts). - Updates view declarations to include descriptions.
- Adds
- Affected Files:
web/src/features/query/dataModel.tsweb/src/features/query/types.tsweb/src/features/widgets/components/WidgetForm.tsxweb/src/features/widgets/components/WidgetPropertySelectItem.tsx(new)web/src/features/query/server/queryBuilder.ts
- User Impact:
- Users can now hover over widget property options to see helpful documentation, making it easier to understand the available data fields and configure widgets accurately.
Reference
This changelog post is created in accordance with changelog post guidelines.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request