From f0953a131e3bedf473affa5897363d2c98c2b941 Mon Sep 17 00:00:00 2001 From: webadderall <131426131+webadderall@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:07:43 +1000 Subject: [PATCH] feat: refine preview cursor and dev blur UI --- src/components/video-editor/SettingsPanel.tsx | 27 +++++++++---------- .../videoPlayback/cursorRenderer.ts | 2 +- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/src/components/video-editor/SettingsPanel.tsx b/src/components/video-editor/SettingsPanel.tsx index 1fa52661..fce5f2b9 100644 --- a/src/components/video-editor/SettingsPanel.tsx +++ b/src/components/video-editor/SettingsPanel.tsx @@ -3322,22 +3322,19 @@ export function SettingsPanel({ )} )} -
-
- {showDevMotionControls - ? tSettings( - "effects.exportBlurMovedToDev", - "Export blur tuning is available in Settings > Dev.", - ) - : tSettings( - "effects.exportBlurLocked", - "Export blur is fixed for this build.", - )} + {showDevMotionControls ? ( +
+
+ {tSettings( + "effects.exportBlurMovedToDev", + "Export blur tuning is available in Settings > Dev.", + )} +
+
+ {`${TEMPORAL_MOTION_BLUR_DEFAULT_SAMPLE_COUNT} samples · ${Math.round(TEMPORAL_MOTION_BLUR_DEFAULT_SHUTTER_FRACTION * 100)}% shutter`} +
-
- {`${TEMPORAL_MOTION_BLUR_DEFAULT_SAMPLE_COUNT} samples · ${Math.round(TEMPORAL_MOTION_BLUR_DEFAULT_SHUTTER_FRACTION * 100)}% shutter`} -
-
+ ) : null} {selectedZoomId && (