bcc7eea96821bdbe717e73f14f0eadc0a032cee0
Continuing the type-attribute pass from 4.6.114 (static HTML). The renderer modules build buttons into their template strings via tagged-template literals; sixteen of these were rendered without an explicit type attribute and would inherit the type="submit" default: - renderer-archive.ts: 4 archive-result buttons (chat / events viewer triggers + open file / show in folder) - renderer-profile.ts: 3 profile action buttons (live record CTA, open on Twitch, refresh) - renderer-queue.ts: 4 queue detail-row buttons (open file, show in folder, view chat, view events) - renderer-streamers.ts: 2 per-VOD-card buttons (trim, queue) - renderer.ts: 3 merge file row buttons (move up, move down, remove) Same defensive reasoning as 4.6.114: no <form> wraps these today, but the moment one does they all silently turn into submit buttons. Explicit type="button" closes that footgun. Every <button> in the codebase — static or dynamic — now declares its type. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Description
No description provided
5.7 MiB
Releases
230
Twitch VOD Manager 1.0.23
Latest
Languages
TypeScript
74.7%
CSS
12.6%
HTML
7.1%
JavaScript
5.6%