veza/apps/web/src/test
senke 7c11f838ad [FE-STATE-009] fe-state: Add state normalization
- Created state normalization utility (stateNormalization.ts) with functions:
  * normalize/denormalize for converting arrays to normalized state
  * addToNormalized, updateInNormalized, removeFromNormalized
  * Helper functions for working with normalized state
- Applied normalization to LibraryStore (items and favorites)
- Updated storeSelectors to convert normalized state to arrays
- Updated DashboardPage components to use new selectors
- Updated tests to work with normalized state structure
- Improved performance with O(1) lookups instead of O(n) array searches
2025-12-25 14:10:14 +01:00
..
components.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
helpers.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
setup.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
setup.ts stabilizing apps/web: SITUATION AWARENESS 2025-12-16 14:40:16 -05:00
stores.test.ts [FE-STATE-009] fe-state: Add state normalization 2025-12-25 14:10:14 +01:00