Skip to content

Commit d43f7e3

Browse files
committed
Add preview label and tooltip to export page
1 parent 340f7f8 commit d43f7e3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apps/desktop/src/routes/editor/ExportPage.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,12 @@ export function ExportPage() {
610610

611611
<div class="flex-1 min-h-0 flex relative">
612612
<div class="flex-1 min-h-0 p-5 flex flex-col">
613+
<div class="flex items-center gap-1.5 mb-2">
614+
<span class="text-sm font-medium text-gray-11">Preview</span>
615+
<Tooltip content="This is a rendered frame from your video. Adjust the settings below to see the quality of the final exported video.">
616+
<IconLucideInfo class="size-3.5 text-gray-9 hover:text-gray-11 cursor-help transition-colors" />
617+
</Tooltip>
618+
</div>
613619
<div class="relative flex-1 min-h-0 rounded-xl overflow-hidden bg-gray-2 border border-gray-3 flex items-center justify-center group">
614620
<Show
615621
when={previewUrl()}

0 commit comments

Comments
 (0)