SurfSense/surfsense_web/hooks
DESKTOP-RTLN3BA\$punk 1bb9f479e1 feat: refactor document fetching and improve comment batching
- Replaced the useDocuments hook with React Query for better caching and deduplication of document requests.
- Updated the ConnectorIndicator component to fetch document type counts using a new atom for real-time updates.
- Enhanced the useComments hook to manage batch requests more effectively, reducing race conditions and improving performance.
- Set default query options in the query client to optimize stale time and refetch behavior.
2026-02-28 01:54:54 -08:00
..
use-announcements.ts chore: linting 2026-02-20 22:44:56 -08:00
use-api-key.ts Add clipboard utility with fallback and show selectable URLs 2026-02-04 18:54:59 +02:00
use-chat-session-state.ts Centralize chat session state sync with single subscription via atom 2026-01-22 19:04:23 +02:00
use-comments-electric.ts feat: fixed bugs 2026-02-15 23:36:20 -08:00
use-comments.ts feat: refactor document fetching and improve comment batching 2026-02-28 01:54:54 -08:00
use-composio-drive-folders.ts chore: ran linting 2026-01-23 05:28:18 +05:30
use-connectors-electric.ts feat: fixed bugs 2026-02-15 23:36:20 -08:00
use-debounce.ts chore: ran linting 2026-02-17 12:47:39 +05:30
use-debounced-value.ts feat: fixed issues of note management 2025-12-17 00:09:43 -08:00
use-documents.ts feat: refactor document fetching and improve comment batching 2026-02-28 01:54:54 -08:00
use-github-stars.ts fix: handle abort error in useGithubStars hook 2026-01-27 10:58:03 +02:00
use-global-loading.ts fix: remove message from loading UI 2026-01-27 15:28:30 +05:30
use-google-drive-folders.ts chore: ran frontend linting 2026-01-01 22:24:42 +05:30
use-inbox.ts chore: linting 2026-02-15 23:38:15 -08:00
use-logs.ts fix: remove hardcoded limit in query params 2025-12-29 17:23:31 +02:00
use-media-query.ts biome checks 2025-10-04 12:14:14 -07:00
use-messages-electric.ts feat: fixed bugs 2026-02-15 23:36:20 -08:00
use-mobile.ts Initial formatting using biome 2025-07-27 10:05:37 -07:00
use-mounted.ts chore: ran linting 2026-02-17 12:47:39 +05:30
use-platform-shortcut.ts feat: implement platform-aware keyboard shortcuts for sidebar and toolbar actions, enhancing user experience 2026-02-18 00:26:18 +05:30
use-public-chat-runtime.ts feat: improve public chat UI and shared components 2026-01-26 18:39:59 +02:00
use-public-chat.ts feat: add public chat frontend 2026-01-26 17:08:26 +02:00
use-search-source-connectors.ts feat: add file selection to Google Drive connector 2025-12-31 14:15:07 +02:00