You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow video sync from any playback position, not just 0:00
"Set from line" now maps the selected log line to the current video
time instead of always assuming video start. This lets users pause at
any point, click the matching log line, and sync directly.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: src/renderer/index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -416,8 +416,8 @@ <h2>LOGAN</h2>
416
416
</div>
417
417
<divclass="video-sync-bar">
418
418
<labelclass="video-sync-label">Sync:</label>
419
-
<inputtype="text" id="video-sync-input" class="video-sync-input" placeholder="Timestamp at video 0:00" title="Enter the log timestamp that corresponds to video start (0:00)">
420
-
<buttonid="btn-video-sync-from-line" class="video-sync-btn" title="Use selected line's timestamp">Set from line</button>
419
+
<inputtype="text" id="video-sync-input" class="video-sync-input" placeholder="Log timestamp at video start" title="Enter the log timestamp that corresponds to video start (0:00)">
420
+
<buttonid="btn-video-sync-from-line" class="video-sync-btn" title="Sync selected line to current video time">Set from line</button>
0 commit comments