Commit Graph

7 Commits

Author SHA1 Message Date
f737b1d11d feat(globalStateStore): implement global state management with persistence
- refactor state structure to include app, layout, navigation, owner, program, session, and user
- add slices for managing program, session, owner, user, layout, navigation, and app states
- create context provider for global state with automatic fetching and throttling
- implement persistence using IndexedDB with localStorage fallback
- add comprehensive README documentation for usage and API
2026-02-07 20:03:27 +02:00
Hein
9c78dac495 feat(lib): export ErrorBoundary from lib 2026-02-02 13:16:06 +02:00
a8e9c50290 feat(Boxer): implement Boxer component with autocomplete and server-side support 2026-01-17 18:26:20 +02:00
9df2f3b504 feat(controllers): add new input and button components
* Introduced ButtonCtrl, IconButtonCtrl, NativeSelectCtrl, PasswordInputCtrl, SwitchCtrl, TextAreaCtrl, TextInputCtrl
* Updated FormerControllers.types.ts to include SpecialIDProps
* Enhanced lib.ts to export new components
2026-01-14 22:42:17 +02:00
Hein
c92cabc569 A lot of refectoring 2025-10-21 14:10:59 +02:00
Hein
ea6b100225 Work on grid 2025-09-22 14:58:25 +02:00
Hein
46dabed765 Init 2025-09-19 14:06:53 +02:00