SurfSense/surfsense_web/components/homepage
SohamBhattacharjee2003 4a5af63715 fix: replace transition-all with specific transition properties for better performance
- Replace transition-all with transition-[width] in Sidebar.tsx for width animations
- Replace transition-all with specific properties in animated-tabs.tsx for hover/active indicators
- Replace transition-all with transition-[background-color,border-color,box-shadow] in navbar.tsx
- Replace transition-all with transition-[width] in audio.tsx volume bar
- Replace transition-all with transition-[background-color,border-color,color] in thread.tsx
- Replace transition-all with transition-[box-shadow] in all tool-ui status cards (28+ files)

This reduces unnecessary browser layout/paint work by only animating the specific
properties that change, avoiding expensive recalculations for properties like
width, height, margin, and padding that don't need animation.

Fixes #1147
2026-04-08 05:36:19 +05:30
..
cta.tsx feat: updated homepage and pricing 2025-10-02 18:10:07 -07:00
features-bento-grid.tsx fix: recommended fixes 2025-10-02 14:03:48 -07:00
features-card.tsx chore: linting 2026-02-03 15:01:51 -08:00
footer-new.tsx feat: added announcements 2026-02-12 16:12:45 -08:00
github-stars-badge.tsx chore: linting 2026-03-27 03:17:05 -07:00
hero-section.tsx chore: linting 2026-03-27 03:17:05 -07:00
integrations.tsx feat: update README files to include OneDrive and Dropbox as external sources 2026-03-31 22:36:58 -07:00
navbar.tsx fix: replace transition-all with specific transition properties for better performance 2026-04-08 05:36:19 +05:30
use-cases-grid.tsx chore: linting 2026-03-27 03:17:05 -07:00