Updates
CI / Build & Test (push) Successful in 3m12s

This commit is contained in:
Raven Scott
2026-07-26 22:58:33 -04:00
parent 90b6033382
commit f4569b765e
21 changed files with 2152 additions and 220 deletions
+13
View File
@@ -34,6 +34,8 @@
<button class="primary" id="coreInfo">Core info</button>
<input type="text" id="coreAppend" placeholder="Data to append (text)">
<button class="secondary" id="coreAppendBtn">Append</button>
<button class="secondary" id="coreOpenNamed">Open named core</button>
<button class="secondary" id="coreAppendNamed">Append to named</button>
</div>
</div>
@@ -82,6 +84,17 @@
</div>
</div>
<div class="section">
<h2>Hyperdb (notes)</h2>
<div class="row">
<input type="text" id="noteId" placeholder="Note id">
<input type="text" id="noteTitle" placeholder="Title">
<input type="text" id="noteBody" placeholder="Body">
<button class="primary" id="notePut">Put note</button>
<button class="secondary" id="noteGet">Get note</button>
</div>
</div>
<div class="section">
<h2>Log</h2>
<div class="log" id="log"></div>