fixed Shortcuts bar bug, added UI improvements, [unfixed] sections folding

This commit is contained in:
2026-01-18 08:12:51 -05:00
parent 085c19a54b
commit ec3b2220a2
6 changed files with 435 additions and 78 deletions

View File

@@ -28,6 +28,10 @@
<div class="state-body">
<p>Review extracted text:</p>
<div id="extractedPreview" class="preview-box"></div>
<div class="field">
<label for="siteNameInput">Site Name</label>
<input type="text" id="siteNameInput" placeholder="Example" />
</div>
<div class="field">
<label for="urlPatternInput">URL Match Pattern</label>
<input type="text" id="urlPatternInput" placeholder="example.com/*" />