Skip to content

feat(dashboards): provide widget renderer component#2123

Draft
chintankavathia wants to merge 1 commit into
mainfrom
feat/dashboard/widget-renderer
Draft

feat(dashboards): provide widget renderer component#2123
chintankavathia wants to merge 1 commit into
mainfrom
feat/dashboard/widget-renderer

Conversation

@chintankavathia

@chintankavathia chintankavathia commented Jun 3, 2026

Copy link
Copy Markdown
Member

Add a self-contained widget renderer component that resolves and renders a single widget from a WidgetConfig.

Developers can project multiple widget renderers into layouting components (carousels, slideshows, or full-screen containers) to achieve kiosk mode view without manual host wiring.


Documentation.
Examples.
Dashboards Demo.
Playwright report.

Coverage Reports:

Code Coverage

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces a kiosk mode feature to the dashboards demo, adding a new SiWidgetRendererComponent to render individual widgets and toggling between a static dashboard and a flexible dashboard layout based on the kiosk query parameter. Feedback focuses on correcting the inverted and non-reactive kioskMode logic in DashboardPageComponent by refactoring it into a reactive computed signal, and updating the "Kiosk Mode" button label to "Kiosk mode" to comply with the Siemens UX Writing Guidelines on capitalization.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread projects/dashboards-demo/src/app/pages/dashboard/dashboard.component.html Outdated
Comment thread projects/dashboards-demo/src/app/pages/dashboard/dashboard.component.ts Outdated
Comment thread projects/dashboards-demo/src/app/app.component.html Outdated
@chintankavathia chintankavathia force-pushed the feat/dashboard/widget-renderer branch 5 times, most recently from 33c3303 to 0667179 Compare June 3, 2026 10:42
@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown

⬇️ Download VRTs

Add a self-contained widget renderer component that resolves and renders
a single widget from a WidgetConfig.

Developers can project multiple widget renderers into layouting components
(carousels, slideshows, or full-screen containers) to achieve kiosk mode view without manual host wiring.
@chintankavathia chintankavathia force-pushed the feat/dashboard/widget-renderer branch from 0667179 to 7b2b6ed Compare June 3, 2026 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant