UX improvements

This commit is contained in:
2026-01-18 12:33:59 -05:00
parent 3f51053ff6
commit 4f6450d5f3
6 changed files with 92 additions and 8 deletions

View File

@@ -38,6 +38,10 @@
<label for="urlPatternInput">URL Match Pattern</label>
<input type="text" id="urlPatternInput" placeholder="example.com/*" />
</div>
<div class="field">
<label for="workspaceSelect">Workspace</label>
<select id="workspaceSelect"></select>
</div>
<div class="row">
<button id="retryExtractBtn" class="ghost">Retry</button>
<button id="confirmSiteBtn" class="accent">Confirm</button>