SurfSense/surfsense_web/app/dashboard
SohamBhattacharjee2003 ae3b69443f perf: add content-visibility: auto to long list items
Apply content-visibility: auto to off-screen list and sidebar items
to skip browser layout and painting until they scroll into view.

Changes:
- globals.css: add .list-item-lazy (48px) and .sidebar-item-lazy (40px) utilities
- DocumentsTableShell: apply list-item-lazy to desktop <tr> rows and mobile card divs
- AllPrivateChatsSidebar: apply sidebar-item-lazy to thread items
- AllSharedChatsSidebar: apply sidebar-item-lazy to thread items
- InboxSidebar: apply content-visibility inline (80px intrinsic height) to inbox items

Implements Vercel React Best Practices Rule: rendering-content-visibility (6.2)
2026-04-02 02:26:55 +05:30
..
[search_space_id] perf: add content-visibility: auto to long list items 2026-04-02 02:26:55 +05:30
layout.tsx feat: integrate Stripe for page purchases and reconciliation tasks 2026-03-31 18:39:45 -07:00
loading.tsx fix: remove message from loading UI 2026-01-27 15:28:30 +05:30
page.tsx remove searchSpacesAtom from quick-ask, forward params via dashboard 2026-03-27 18:41:58 +02:00