veza/apps/web/src
senke 9fa4cc682c state-utilities: remove unused undoRedo and stateNormalization utilities
- Removed undoRedo utility (8587 bytes):
  - Deleted apps/web/src/utils/undoRedo.ts
  - Removed WithUndoRedo<T> type from stores/types.ts
  - Removed WithUndoRedo export from stores/index.ts
  - Completely unused (confirmed in Action 4.6.1.9 audit)
- Removed stateNormalization utility (6321 bytes):
  - Deleted apps/web/src/utils/stateNormalization.ts
  - Updated stores.test.ts to remove outdated tests:
    - Removed createEmptyNormalized import
    - Removed outdated Library Store tests (items/favorites)
    - Updated Library Store tests to test current structure (filters only)
    - Updated Chat Store tests to use feature store
    - Updated Auth Store tests (user data migrated to React Query)
    - Fixed beforeEach to not call non-existent methods
  - Only used in outdated test file (confirmed in Action 4.6.1.11 audit)
- Both utilities made obsolete by React Query migration
- Actions 4.6.1.10 and 4.6.1.12 complete
2026-01-15 19:35:37 +01:00
..
__tests__ incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
app data-flow: integrate React Query sync into query client setup 2026-01-15 17:56:26 +01:00
components state-ownership: delete unused optimisticStoreUpdates.ts file 2026-01-15 19:26:53 +01:00
config state-ownership: delete unused optimisticStoreUpdates.ts file 2026-01-15 19:26:53 +01:00
context incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
docs state-utilities: audit undoRedo and stateNormalization utilities 2026-01-15 19:33:39 +01:00
features state-ownership: consolidate chat stores to feature store 2026-01-15 19:31:40 +01:00
hooks incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
lib incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
locales [FE-COMP-024] fe-comp: Add tooltips and help text 2025-12-25 12:25:39 +01:00
mocks incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
pages data-flow: remove old dashboard API calls from DashboardPage 2026-01-15 17:46:21 +01:00
router feat: Visual masterpiece - true light mode & premium UI 2026-01-11 02:32:21 +01:00
schemas incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
services state-ownership: delete unused optimisticStoreUpdates.ts file 2026-01-15 19:26:53 +01:00
stores state-utilities: remove unused undoRedo and stateNormalization utilities 2026-01-15 19:35:37 +01:00
styles incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
test state-utilities: remove unused undoRedo and stateNormalization utilities 2026-01-15 19:35:37 +01:00
types state-ownership: delete unused optimisticStoreUpdates.ts file 2026-01-15 19:26:53 +01:00
utils state-utilities: remove unused undoRedo and stateNormalization utilities 2026-01-15 19:35:37 +01:00
index.css incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
main.tsx state-ownership: delete unused optimisticStoreUpdates.ts file 2026-01-15 19:26:53 +01:00
setupTests.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
vite-env.d.ts stabilizing apps/web: SITUATION AWARENESS 2025-12-16 14:40:16 -05:00