mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-16 21:05:20 +02:00
- 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 |
||
|---|---|---|
| .. | ||
| citation | ||
| confluence | ||
| dropbox | ||
| gmail | ||
| google-calendar | ||
| google-drive | ||
| image | ||
| jira | ||
| linear | ||
| notion | ||
| onedrive | ||
| plan | ||
| shared | ||
| video-presentation | ||
| audio.tsx | ||
| generate-image.tsx | ||
| generate-podcast.tsx | ||
| generate-report.tsx | ||
| index.ts | ||
| sandbox-execute.tsx | ||
| user-memory.tsx | ||
| write-todos.tsx | ||