SurfSense/surfsense_web/components/assistant-ui/connector-popup
SohamBhattacharjee2003 4066cbc6f0 fix: remove unnecessary 'use client' directives to reduce client bundle
- Remove 'use client' from connector-document-mapping.ts (only exports constants and pure functions)
- Remove 'use client' from sidebar-separator.tsx (purely presentational component)
- Remove 'use client' and Framer Motion from logs/loading.tsx, replace with Tailwind animations
- Reduces client bundle size by moving server-compatible code to server components
2026-04-08 04:39:39 +05:30
..
components refactor: enhance button loading states in various components for improved user experience 2026-03-29 16:26:31 +05:30
config refactor: update connector status messages and remove deprecated Google OAuth connector entries 2026-03-18 17:01:07 +05:30
connect-forms chore: linting 2026-03-31 14:45:46 -07:00
connector-configs chore: linting 2026-03-31 14:45:46 -07:00
constants feat: implement Dropbox connector configuration and UI components for folder and file selection 2026-03-30 22:27:22 +05:30
hooks chore: linting 2026-03-31 14:45:46 -07:00
tabs chore: linting 2026-03-31 21:42:03 -07:00
utils fix: remove unnecessary 'use client' directives to reduce client bundle 2026-04-08 04:39:39 +05:30
views feat: implement Dropbox connector configuration and UI components for folder and file selection 2026-03-30 22:27:22 +05:30
index.ts refactor: remove query params for connector popup and improve connector callback URLs 2026-03-18 16:08:30 +05:30