Commit Graph

6 Commits

Author SHA1 Message Date
210a1d44e7 docs(changeset): feat(GlobalStateStore): add initialization state and update actions 2026-02-07 23:08:52 +02:00
c2113357f2 feat(GlobalStateStore): prevent saving during initial load 2026-02-07 22:54:00 +02:00
690cb22306 chore(release): bump version to 0.0.34 and update changelog 2026-02-07 21:29:43 +02:00
d7b1eb26f3 docs(changeset): feat(error-manager): implement centralized error reporting system 2026-02-07 21:11:48 +02:00
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
29d56980b2 feat(global-state-store): implement GlobalStateStore and utils
* Create GlobalStateStore for managing application state.
* Add utility functions for loading and saving state to storage.
* Define types for global state and session management.
* Implement ProgramDataWrapper for fetching and updating program data.
2026-02-02 13:18:33 +02:00