From 9a60e3f820cf1789c8db6e34e5b70fabea04ce3a Mon Sep 17 00:00:00 2001 From: Caleb <57644769+alliraine@users.noreply.github.com> Date: Fri, 16 May 2025 00:25:49 -0400 Subject: [PATCH] Add dropshadows and other small UI changes --- bin/web/src/lib/components/ManifestTable.svelte | 6 +++--- bin/web/src/lib/components/ManifestTableRow.svelte | 2 +- bin/web/src/routes/+page.svelte | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/web/src/lib/components/ManifestTable.svelte b/bin/web/src/lib/components/ManifestTable.svelte index 289073a..72e7c1a 100644 --- a/bin/web/src/lib/components/ManifestTable.svelte +++ b/bin/web/src/lib/components/ManifestTable.svelte @@ -7,9 +7,9 @@ } let { entries, current_entry }: Props = $props(); - - - +
+ + diff --git a/bin/web/src/lib/components/ManifestTableRow.svelte b/bin/web/src/lib/components/ManifestTableRow.svelte index f03921c..8e670cd 100644 --- a/bin/web/src/lib/components/ManifestTableRow.svelte +++ b/bin/web/src/lib/components/ManifestTableRow.svelte @@ -29,7 +29,7 @@ } - + diff --git a/bin/web/src/routes/+page.svelte b/bin/web/src/routes/+page.svelte index 567b94b..969f3a7 100644 --- a/bin/web/src/routes/+page.svelte +++ b/bin/web/src/routes/+page.svelte @@ -30,7 +30,7 @@ }) -
+
Rayhunter
Name Started Last Message
{entry.name} {date_formatter.format(entry.start_time)} {date_formatter.format(entry.last_message_time)}