docs(changeset): feat(GlobalStateStore): add initialization state and update actions

This commit is contained in:
2026-02-07 23:08:52 +02:00
parent c2113357f2
commit 210a1d44e7
6 changed files with 189 additions and 109 deletions

View File

@@ -14,6 +14,7 @@ import { get, set } from 'idb-keyval';
describe('GlobalStateStore.utils', () => {
const mockState: GlobalState = {
initialized: false,
layout: {
bottomBar: { open: false },
leftBar: { open: false },