SurfSense/surfsense_web/components/tool-ui
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
..
citation chore: ran linting 2026-03-30 01:50:41 +05:30
confluence fix: replace transition-all with specific transition properties for better performance 2026-04-08 05:36:19 +05:30
dropbox fix: replace transition-all with specific transition properties for better performance 2026-04-08 05:36:19 +05:30
gmail fix: replace transition-all with specific transition properties for better performance 2026-04-08 05:36:19 +05:30
google-calendar fix: replace transition-all with specific transition properties for better performance 2026-04-08 05:36:19 +05:30
google-drive fix: replace transition-all with specific transition properties for better performance 2026-04-08 05:36:19 +05:30
image chore: ran linting 2026-03-25 00:27:24 +05:30
jira fix: replace transition-all with specific transition properties for better performance 2026-04-08 05:36:19 +05:30
linear fix: replace transition-all with specific transition properties for better performance 2026-04-08 05:36:19 +05:30
notion fix: replace transition-all with specific transition properties for better performance 2026-04-08 05:36:19 +05:30
onedrive fix: replace transition-all with specific transition properties for better performance 2026-04-08 05:36:19 +05:30
plan chore: ran linting 2025-12-29 01:09:21 +05:30
shared chore: linting 2026-03-31 21:42:03 -07:00
video-presentation fix: replace transition-all with specific transition properties for better performance 2026-04-08 05:36:19 +05:30
audio.tsx fix: replace transition-all with specific transition properties for better performance 2026-04-08 05:36:19 +05:30
generate-image.tsx chore: ran linting 2026-03-25 00:27:24 +05:30
generate-podcast.tsx chore: ran linting 2026-03-25 00:27:24 +05:30
generate-report.tsx fix: replace transition-all with specific transition properties for better performance 2026-04-08 05:36:19 +05:30
index.ts chore: linting 2026-03-31 14:45:46 -07:00
sandbox-execute.tsx chore: linting 2026-03-27 03:17:05 -07:00
user-memory.tsx chore: ran linting 2026-03-25 00:27:24 +05:30
write-todos.tsx refactor: update dependencies and streamline assistant-ui package usages 2026-03-24 02:22:51 +05:30