veza/apps/web/src/components
senke ad4e2b5a8a scalability: replace direct playlist API calls with playlistsApi service
- Replaced imports in UserProfilePage.tsx (listPlaylists → playlistsApi.list)
- Replaced imports in PlaylistDetailPage.tsx (getCollaborators → playlistsApi.getCollaborators)
- Replaced imports in CreatePlaylistDialog.tsx (createPlaylist → playlistsApi.create)
- Replaced imports in PlaylistList.tsx (searchPlaylists → playlistsApi.search)
- Replaced imports in CollaboratorManagement.tsx (getCollaborators → playlistsApi.getCollaborators)
- Replaced imports in PlaylistSearch.tsx (searchPlaylists → playlistsApi.search)
- Replaced imports in unifiedSearchService.ts (searchPlaylists → playlistsApi.search)
- Replaced imports in GlobalSearchBar.tsx (searchPlaylists → playlistsApi.search)
- Fixed type imports in services/api/playlists.ts (types from types.ts, not playlistService.ts)
- All function calls updated to use playlistsApi methods
- Test files and hooks still use direct imports (acceptable - tests can use implementation details, hooks will be updated in Action 6.1.1.10)
- No TypeScript errors related to playlistsApi
- Action 6.1.1.7 complete
2026-01-15 20:38:09 +01:00
..
admin incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
analytics incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
auth chore: remove production logs in components 2026-01-07 10:31:02 +01:00
base incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
charts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
commerce incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
dashboard incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
data incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
developer incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
education incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
feedback state-ownership: delete unused optimisticStoreUpdates.ts file 2026-01-15 19:26:53 +01:00
filters incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
forms security: integrate useFormValidation into all RegisterForm and LoginForm components 2026-01-15 20:13:34 +01:00
gamification incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
inventory incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
keyboard incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
layout security: add rate limit indicator to header 2026-01-15 19:58:02 +01:00
library incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
live incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
marketplace incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
modals incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
navigation incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
notifications state-ownership: add optimistic updates to remaining mutations 2026-01-15 19:48:47 +01:00
player incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
pwa incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
search scalability: replace direct playlist API calls with playlistsApi service 2026-01-15 20:38:09 +01:00
seller incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
settings incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
share state-ownership: add optimistic updates to remaining mutations 2026-01-15 19:48:47 +01:00
social incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
studio incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
theme incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
ui scalability: replace direct user API calls with usersApi service 2026-01-15 20:34:58 +01:00
ui.backup incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
upload incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
user incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
views incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
ErrorBoundary.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
ErrorBoundary.tsx incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
index.ts incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
OfflineIndicator.tsx data-flow: integrate offline queue UI with OfflineIndicator 2026-01-15 18:02:40 +01:00
OfflineQueueManager.tsx data-flow: add UI for offline queue management 2026-01-15 18:01:22 +01:00
RateLimitIndicator.tsx security: create rate limit indicator component 2026-01-15 19:56:32 +01:00
types.ts incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00