API cleanup, using msgspec structs rather than raw responses. Admin app cleanup, better breadcrumbs.

This commit is contained in:
Leo Vasanko
2026-02-13 20:09:41 +00:00
parent 00514aa86f
commit c621a14b8d
21 changed files with 505 additions and 335 deletions
@@ -14,6 +14,7 @@
</p>
<QRCodeDisplay
v-if="linkUrl"
:url="linkUrl"
:show-link="true"
@copied="onCopied"