SurfSense/surfsense_web/lib/apis
CREDO23 10c98745cd refactor(web): use React Query for Google Drive folder operations
- Fix errors in connectors-api.service (use .issues instead of .errors)
- Create useGoogleDriveFolders hook with proper React Query integration
- Add Google Drive folders cache keys with proper query invalidation
- Refactor GoogleDriveFolderTree to use React Query hook for root data
- Remove manual state management (isInitialized, setRootItems, loadRootItems)
- Remove unused state (driveFolders, isLoadingFolders) from manage page
- Simplify handleOpenDriveFolderDialog function
- Automatic loading, caching, error handling, and refetching via React Query
- Better performance with proper caching and state management
2025-12-28 19:17:37 +02:00
..
auth-api.service.ts feat: migrated from zod v3 to v4 2025-12-20 05:10:47 -08:00
base-api.service.ts chore: fixed linting 2025-12-27 00:03:03 +05:30
connectors-api.service.ts refactor(web): use React Query for Google Drive folder operations 2025-12-28 19:17:37 +02:00
documents-api.service.ts feat: migrated from zod v3 to v4 2025-12-20 05:10:47 -08:00
invites-api.service.ts feat: migrated from zod v3 to v4 2025-12-20 05:10:47 -08:00
logs-api.service.ts feat: migrate get logs handler 2025-12-26 19:55:25 +02:00
members-api.service.ts feat: migrated from zod v3 to v4 2025-12-20 05:10:47 -08:00
new-llm-config-api.service.ts feat: migrated to surfsense deep agent 2025-12-23 01:16:25 -08:00
notes-api.service.ts feat: migrated from zod v3 to v4 2025-12-20 05:10:47 -08:00
permissions-api.service.ts chore: add TODO for edit role dialog implementation 2025-12-16 09:07:33 +00:00
roles-api.service.ts feat: migrated from zod v3 to v4 2025-12-20 05:10:47 -08:00
search-spaces-api.service.ts feat: migrated to surfsense deep agent 2025-12-23 01:16:25 -08:00
user-api.service.ts feat: add user API service 2025-12-16 05:22:45 +00:00