I am done for the night/morning...

This commit is contained in:
2024-04-10 20:31:32 -04:00
parent 5411df5893
commit 920dd176fe
8 changed files with 2092 additions and 40 deletions

View File

@@ -643,11 +643,6 @@ function handle_qr_camera(event) {
<header class="popover__header flex gap-1 justify-between items-center p-1 border-b">
<h2 class="h3">Scan</h2>
<div class="variant-ghost-error">
<span class="fas fa-exclamation-triangle mx-1"></span>
<span>Bug fix in progress for scanning with some devices -2024-04-10 10:15 AM</span>
</div>
<div class="popover__actions">
<button
type="button"
@@ -658,7 +653,7 @@ function handle_qr_camera(event) {
}}
>
<span class="fas fa-times mx-1"></span>
Close X
Close
</button>
</div>
</header>