From c0219932a07c997aafc29899454cf48c622cab05 Mon Sep 17 00:00:00 2001 From: Aaron <44r0n7+Claude@pm.me> Date: Sat, 23 May 2026 19:06:15 -0400 Subject: [PATCH] Refactor: persist search results, expand scrubber, error handling, comments - addCh() no longer calls renderTab() so search results survive ADD clicks - Progress bar hit target expanded to 16px (visual stays 3px, 6px on hover) - np-strip gets pointer-events:none so scrubber clicks aren't blocked - pb-thumb reanchored with top:50% translateY(-50%) for any bar height - apiFetch() and validateKey() wrap fetch in try-catch for network errors - stopVideo() in loadCh() wrapped in try-catch for consistency - Comments added throughout: section banners, function docs, inline notes Co-Authored-By: claude-flow --- vidflow.html | 118 +++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 109 insertions(+), 9 deletions(-) diff --git a/vidflow.html b/vidflow.html index e5f21c3..9faaa9e 100644 --- a/vidflow.html +++ b/vidflow.html @@ -10,6 +10,7 @@