mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-02 14:22:28 +08:00
* fix: faster message restore and skip panel animation on refresh - Use useLayoutEffect for localStorage restore (runs before paint) - Track visibility changes to only animate panel when toggling, not on page load - Use cn() utility for cleaner conditional className * fix: reset animation state after completion for re-animation support * revert: remove unnecessary animation reset timer