From 49e4e374bc51517d8119e4c82d46e3a94ea0b75b Mon Sep 17 00:00:00 2001 From: skal Date: Wed, 18 Feb 2026 17:59:49 +0100 Subject: feat(mq_editor): add explore mode for interactive partial tracking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hover to preview a tracked partial from mouse position (peak-snapped, forward+backward MQ tracking). Click to commit. Toggle with ⊕ Explore button or X key. Escape exits explore mode. handoff(Gemini): explore mode added in mq_extract.trackFromSeed + viewer.js/app.js Co-Authored-By: Claude Sonnet 4.6 --- tools/mq_editor/index.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/mq_editor/index.html') diff --git a/tools/mq_editor/index.html b/tools/mq_editor/index.html index 6cf691f..9d50044 100644 --- a/tools/mq_editor/index.html +++ b/tools/mq_editor/index.html @@ -41,6 +41,7 @@ button:hover { background: #4a4a4a; } button:disabled { opacity: 0.5; cursor: not-allowed; } #extractBtn { background: #666; color: #fff; font-weight: bold; border-color: #888; } + button.explore-active { background: #554; border-color: #aa8; color: #ffd; } input[type="file"] { display: none; } .params { display: flex; @@ -286,6 +287,7 @@ + -- cgit v1.2.3