Block a user
Per-widget action menu (refresh, maximize, duplicate, remove)
KPI / stat tile widget type (non-chart widget)
Replace chart point-click notifications with real drilldown
Global dashboard filter bar (date range, granularity, region)
Incremental chart updates in ApexChart (updateSeries instead of full re-render)
Persist dashboard layout server-side, not only in localStorage
Widget registry and "add widget" picker
Introduce a data service layer for chart widgets
Merge DashboardView and GridStackView into a single dashboard
Add Playwright tests to this project
Playwright-E2E-Beispiel für die FormView: e2e/PlaywrightTestBase startet die App auf einem zufälligen Port und fährt ein…
test: add Playwright end-to-end example for FormView (#16)
claude-bot
created branch ai/issue-16-playwright-formview in pitfriedrich/chart-app
2026-07-26 18:38:35 +00:00
claude-bot
pushed to ai/issue-16-playwright-formview at pitfriedrich/chart-app
2026-07-26 18:38:35 +00:00
Dashboard widgets should be closable
Close button (fa-xmark) sits next to the drag grip on every GridStackItem, with the same hover/focus affordance. Closable by…
fix: make dashboard widgets closable (#14)
claude-bot
created branch ai/issue-14-closable-widgets in pitfriedrich/chart-app
2026-07-26 18:17:10 +00:00
claude-bot
pushed to ai/issue-14-closable-widgets at pitfriedrich/chart-app
2026-07-26 18:17:10 +00:00
Dashboard Widgets coords should be persisted
Das Layout wurde bereits in localStorage gespeichert — die Wiederherstellung beim Wiederbetreten der Route war fehlerhaft.…
fix: restore saved gridstack layout faithfully (#13)
claude-bot
created branch ai/issue-13-persist-layout in pitfriedrich/chart-app
2026-07-26 18:00:16 +00:00