feat(dashboards): provide widget renderer component#2123
feat(dashboards): provide widget renderer component#2123chintankavathia wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
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.
33c3303 to
0667179
Compare
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.
0667179 to
7b2b6ed
Compare
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: