From db1b2315b78d2b358fa8b375ae0216c408ed097e Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Thu, 9 Apr 2026 17:13:03 +0900 Subject: image viewer --- src/App.svelte | 183 +++++++++++++++++++++++---------------------------------- 1 file changed, 72 insertions(+), 111 deletions(-) (limited to 'src/App.svelte') diff --git a/src/App.svelte b/src/App.svelte index bcac7cb..ea161bf 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,9 +1,11 @@ -
- - -
- - +
+ +
{#if loading} -
+
{:else if error} - + + +
+
+ + + +
+
+ +
+ + + +
-- cgit v1.2.3