From c87cfedd59233dbbbb6cd3951ed753c4d48cd3ea Mon Sep 17 00:00:00 2001 From: joaovictorjs Date: Sat, 21 Mar 2026 11:26:54 -0300 Subject: [PATCH 1/2] feat: add pulse indicator when has unsaved changes --- src/components/video-editor/VideoEditor.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/video-editor/VideoEditor.tsx b/src/components/video-editor/VideoEditor.tsx index 32feb56..13bfd65 100644 --- a/src/components/video-editor/VideoEditor.tsx +++ b/src/components/video-editor/VideoEditor.tsx @@ -2377,6 +2377,10 @@ export default function VideoEditor() { onClick={handleSaveProject} className="inline-flex h-8 min-w-[96px] items-center justify-center gap-1.5 rounded-[5px] bg-white px-4 text-black transition-colors hover:bg-white/92" > + + + + {t("common.actions.save")} @@ -2384,7 +2388,7 @@ export default function VideoEditor() {