Bug Fix: Smoother Tab Closing
Closing a tab no longer replays the slide-in animation across the whole list.
What changed
- Previously, closing a tab re-rendered every section from scratch, replaying the staggered
tabSlideInanimation on all items — disruptive, especially when a small domain group collapsed and the list reshuffled behind it. - The stagger now plays only on the initial popup open. Re-renders (closing a tab, sorting, toggling scope, undo) update instantly.
- The close animation on the tab you click is unchanged — you still get that feedback.
🤖 Generated with Claude Code