SurfSense/surfsense_web/hooks
Anish Sarkar 66a3c877ef feat: replace unified loading approach with global loading provider and refactor loading handling across components
- Introduced GlobalLoadingProvider to manage a consistent loading overlay across the application.
- Replaced existing loading implementations with useGlobalLoadingEffect hook for better control and to prevent animation resets.
- Updated components such as LoginPage, AuthCallbackPage, and DashboardLayout to utilize the new global loading mechanism.
- Removed UnifiedLoadingScreen component to streamline loading management and enhance user experience.
2026-01-25 16:15:25 +05:30
..
use-api-key.ts chore: biome checks 2025-12-05 00:17:31 -08: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 refactor: remove unused COMPOSIO_CONNECTOR migration and linting 2026-01-22 16:43:08 -08:00
use-comments.ts chore: formatting cleanup 2026-01-16 11:36:17 +02:00
use-composio-drive-folders.ts chore: ran linting 2026-01-23 05:28:18 +05:30
use-connectors-electric.ts chore: linting 2026-01-20 00:32:31 -08:00
use-debounced-value.ts feat: fixed issues of note management 2025-12-17 00:09:43 -08:00
use-documents-electric.ts chore: linting 2026-01-20 00:32:31 -08:00
use-github-stars.ts feat: Implement LLM configuration validation in create and update routes 2025-11-05 12:15:05 -08:00
use-global-loading.ts feat: replace unified loading approach with global loading provider and refactor loading handling across components 2026-01-25 16:15:25 +05:30
use-google-drive-folders.ts chore: ran frontend linting 2026-01-01 22:24:42 +05:30
use-inbox.ts feat: add unread count endpoint and update inbox logic 2026-01-22 22:56:02 +05:30
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 Add new_chat_messages table to PGlite and create useMessagesElectric hook 2026-01-22 18:43:20 +02:00
use-mobile.ts Initial formatting using biome 2025-07-27 10:05:37 -07:00
use-search-source-connectors.ts feat: add file selection to Google Drive connector 2025-12-31 14:15:07 +02:00