SurfSense/surfsense_web/app/docs
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
..
[[...slug]] fix: use React.cache() to deduplicate getPage calls 2026-04-02 01:06:37 +05:30
layout.tsx feat: add SidebarSeparator component and integrate into documentation layout 2026-02-27 02:38:52 +05:30
sidebar-separator.tsx fix: remove unnecessary 'use client' directives to reduce client bundle 2026-04-08 04:39:39 +05:30