We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 340f7f8 commit d43f7e3Copy full SHA for d43f7e3
1 file changed
apps/desktop/src/routes/editor/ExportPage.tsx
@@ -610,6 +610,12 @@ export function ExportPage() {
610
611
<div class="flex-1 min-h-0 flex relative">
612
<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>
619
<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">
620
<Show
621
when={previewUrl()}
0 commit comments