From ff17ee61673ea1c0f6bc569fc855966f35f43728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sat, 28 Dec 2019 13:16:25 +0100 Subject: [PATCH] Photo viewer --- .../[country]/[location]/[photo].svelte | 148 ++++++++++++++++++ 1 file changed, 148 insertions(+) create mode 100644 src/routes/viewer/[country]/[location]/[photo].svelte diff --git a/src/routes/viewer/[country]/[location]/[photo].svelte b/src/routes/viewer/[country]/[location]/[photo].svelte new file mode 100644 index 0000000..456aa08 --- /dev/null +++ b/src/routes/viewer/[country]/[location]/[photo].svelte @@ -0,0 +1,148 @@ + + + + + + + + +
+ + +
+
+ {viewerPhotos.current.name} +
+
+ {viewerPhotos.current.name}
+ {locationFull}
+ {indexFormated}
+ {dayjs(viewerPhotos.current.date).format('MMM Do, YYYY')} +
+
+ + +