aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/main.ts
diff options
context:
space:
mode:
authorZero~Informatique2020-01-29 07:54:03 +0100
committerNotkea2020-01-29 21:59:12 +0100
commite91065602eeeebef236dae29e67d8e3334ab4029 (patch)
tree9b8ff998181c1e598c6ac7a1cfb85e84029f0f71 /viewer/src/main.ts
parentbb50cd8e6c7643f696a9ae038a207d1c98ef0b14 (diff)
downloadldgallery-e91065602eeeebef236dae29e67d8e3334ab4029.tar.gz
viewer: improved the picture layout. clicking a picture will switch between resized-to-screen and original-size (+fullscreen). drag-n-drop scrolls/moves the picture, just like a touch device. Resolves #19
Diffstat (limited to 'viewer/src/main.ts')
-rw-r--r--viewer/src/main.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/viewer/src/main.ts b/viewer/src/main.ts
index 8e7716d..75a238f 100644
--- a/viewer/src/main.ts
+++ b/viewer/src/main.ts
@@ -23,6 +23,7 @@ import "@/components"
23import "@/plugins/fontawesome"; 23import "@/plugins/fontawesome";
24import "@/plugins/buefy"; 24import "@/plugins/buefy";
25import "@/plugins/lazyimage"; 25import "@/plugins/lazyimage";
26import "@/plugins/dragscroll";
26import store from '@/store' 27import store from '@/store'
27import i18n from "@/plugins/i18n"; 28import i18n from "@/plugins/i18n";
28import router from "@/router"; 29import router from "@/router";