Add browser best match option
ci / lint-test (pull_request) Successful in 5m1s
ci / build (pull_request) Successful in 7m28s

This commit is contained in:
Joe Julian
2026-04-25 11:42:43 -07:00
parent 2269944702
commit d1f30f5936
6 changed files with 96 additions and 7 deletions
+7
View File
@@ -19,6 +19,13 @@
<span>API token</span>
<textarea id="bearer-token" name="bearer-token" rows="6" spellcheck="false"></textarea>
</label>
<fieldset>
<legend>Browser Matching</legend>
<label class="checkbox-row">
<input id="best-match-only" name="best-match-only" type="checkbox">
<span>Best match only</span>
</label>
</fieldset>
<div class="actions">
<button type="submit">Save</button>
</div>