From 643fa9f9799896a194f29685e42e9734f4caaa36 Mon Sep 17 00:00:00 2001 From: Caleb <57644769+alliraine@users.noreply.github.com> Date: Thu, 15 May 2025 23:32:35 -0400 Subject: [PATCH] Add header --- bin/web/src/app.html | 2 +- bin/web/src/lib/components/ControlBar.svelte | 6 +++--- bin/web/src/routes/+page.svelte | 4 +++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/bin/web/src/app.html b/bin/web/src/app.html index bc40f4a..960be22 100644 --- a/bin/web/src/app.html +++ b/bin/web/src/app.html @@ -7,6 +7,6 @@ %sveltekit.head% -
%sveltekit.body%
+
%sveltekit.body%
diff --git a/bin/web/src/lib/components/ControlBar.svelte b/bin/web/src/lib/components/ControlBar.svelte index a920c98..9410a0c 100644 --- a/bin/web/src/lib/components/ControlBar.svelte +++ b/bin/web/src/lib/components/ControlBar.svelte @@ -7,7 +7,7 @@ } = $props(); function confirmDelete() { - if (window.confirm(`Permanently delete ALL entries?`)) { + if (window.confirm(`Permanently delete ALL recordings?`)) { req('POST', '/api/delete-all-recordings') } } @@ -16,8 +16,8 @@
diff --git a/bin/web/src/routes/+page.svelte b/bin/web/src/routes/+page.svelte index 42e9053..3074ad1 100644 --- a/bin/web/src/routes/+page.svelte +++ b/bin/web/src/routes/+page.svelte @@ -30,7 +30,9 @@ }) -

Rayhunter Dashboard

+
+ Rayhunter +
{#if loaded}