mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-12 10:59:06 +02:00
* refactor(editor): move sequence navigation into the header action cluster Arrows floating over the image covered exactly the content being viewed; the prev/counter/next cluster now leads the header's right-side actions, replacing the edge chevrons and the bottom counter pill. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * fix(editor): paint new canvas content pre-fitted, without easing Re-fit on a natural-size change now runs in a layout effect and clears isAnimated: sequence navigation is content replacement, so the next frame must appear already fitted instead of rendering once under the previous image's transform and easing to fit when a prior discrete zoom left isAnimated on. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>