SurfSense/surfsense_web/components/assistant-ui/connector-popup/utils
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
..
connector-document-mapping.ts fix: remove unnecessary 'use client' directives to reduce client bundle 2026-04-08 04:39:39 +05:30
mcp-config-validator.ts fix: gate console.log calls behind development check 2026-03-23 23:29:16 -07:00