Commit Graph

27 Commits

Author SHA1 Message Date
Pit Friedrich 9311d494bd Fixes #11
CI / build-and-test (pull_request) Successful in 1m15s
- Fix dashboard draggin: introduced sophistaced drag handle
- Fix disappearing of charts when dragged inside a dashboard widget
2026-07-26 14:05:11 +02:00
pitfriedrich 6bd81ff561 Merge pull request 'feat: GridStackLayout showcase view' (#10) from ai/issue-7-gridstack-demo into main
Reviewed-on: #10
2026-07-25 20:14:29 +00:00
Pit Friedrich 17396466a9 fix: add GridStackLayout showcase view (#7)
CI / build-and-test (pull_request) Successful in 1m13s
Adds a /gridstack route demonstrating GridStackLayout: four default
widgets (line/bar/pie chart cards plus a usage hint), buttons to add and
remove widgets at runtime, a reset-layout button and a layout-change
status line. Layout is persisted per browser via the existing
localStorage support. The view gets its own SideNavItem in MainLayout
and full de/en/es translations.

Fixes an infinite recursion in GridStackLayout.add(Component): a
single-argument add(item) resolves to that overload rather than the
varargs one, so its delegation to add(item) called itself. It now
appends through the element API and passes a GridStackItem through
unwrapped.

Adds the first test sources (browserless UI tests) covering the view's
widget count and the add/remove buttons.

Closes #7

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PYAcKoXKPN3rJ7nBroKZkc
2026-07-25 22:12:05 +02:00
pitfriedrich 12761d53ca Merge pull request 'fix: i18n for TimePicker' (#9) from ai/issue-8-timepicker-i18n into main
Reviewed-on: #9
2026-07-25 20:02:11 +00:00
Pit Friedrich e3342d0f53 fix: add i18n for TimePicker matching DatePicker (#8)
CI / build-and-test (pull_request) Successful in 1m9s
Set German locale on TimePicker in FormView and wire TimePickerI18n
error messages (bad input, required, min, max) through the existing
vaadin-i18n translation bundles, mirroring the DatePicker.DatePickerI18n
setup already present in FormView.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PYAcKoXKPN3rJ7nBroKZkc
2026-07-25 22:00:24 +02:00
Pit Friedrich bcf604b7c5 added gridstack 2026-07-25 21:56:47 +02:00
Pit Friedrich c2d29f0635 added gridstack 2026-07-25 20:51:53 +02:00
Pit Friedrich 198988da35 Added autofix agent and loop 2026-07-25 20:37:28 +02:00
pitfriedrich e477bbcc1f Merge pull request '[FEATURE] FontAwesome Icons' (#6) from feature/icons into main
Reviewed-on: #6
2026-07-19 21:41:08 +00:00
Pit Friedrich aca411ca9e [FEATURE] FontAwesome Icons
CI / build-and-test (pull_request) Successful in 1m9s
2026-07-19 23:39:10 +02:00
pitfriedrich 38d3cbe38a Merge pull request 'Feature/i18n' (#5) from feature/i18n into main
Reviewed-on: #5
2026-07-19 19:17:08 +00:00
Pit Friedrich 9114ea9800 [FEATURE] i18n
CI / build-and-test (pull_request) Successful in 1m14s
2026-07-19 21:15:23 +02:00
Pit Friedrich 9316b83f82 chore(i18n): scaffold translation bundles 2026-07-19 20:48:03 +02:00
pitfriedrich b463a00edd Merge pull request '[FEATURE] PWA + Showcase Grid' (#4) from feature/pwa into main
Reviewed-on: #4
2026-07-12 16:22:17 +00:00
Pit Friedrich acb2f5964f [FEATURE] PWA + Showcase Grid
CI / build-and-test (pull_request) Successful in 10m36s
2026-07-12 18:10:26 +02:00
Pit Friedrich 9df764d065 [FEATURE] Dark Theme 2026-07-11 22:31:08 +02:00
Pit Friedrich aa8fbb4838 [FEATURE] Custom Theme (Part II) 2026-07-11 17:38:32 +02:00
pitfriedrich 725125680b Merge pull request '[FEATURE] Custom Theme' (#3) from feature/theme into main
Reviewed-on: #3
2026-07-07 18:07:05 +00:00
Pit Friedrich d947833214 [FEATURE] Customn Theme
CI / build-and-test (pull_request) Successful in 10m26s
2026-07-07 19:55:42 +02:00
pitfriedrich 5ed6937c88 Merge pull request 'Build CI' (#2) from feature/workflows into main
Reviewed-on: #2
2026-07-06 06:04:27 +00:00
Pit Friedrich 018e1c0922 Build CI
CI / build-and-test (pull_request) Successful in 10m33s
2026-07-06 07:36:31 +02:00
pitfriedrich 0639823a69 Merge pull request 'Build CI' (#1) from feature/workflows into main
Reviewed-on: #1
2026-07-06 05:36:08 +00:00
Pit Friedrich 3cd9bcc0ba Build CI 2026-07-06 07:35:25 +02:00
Pit Friedrich af79286cb0 Different types of charts 2026-07-06 07:33:15 +02:00
Pit Friedrich 9ffba461fe Initial commit 2026-07-05 17:27:02 +02:00
Pit Friedrich 23b392a19b Initial commit 2026-07-05 17:06:59 +02:00
start.vaadin.com 0935b7a98a Generated project 2026-07-04 06:04:51 +00:00