From 3f21d10338afe8eab699aaaea060556579e4b3c3 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Sat, 21 Dec 2019 10:33:21 +0100 Subject: viewer: Some renaming for better clarity Implemented a basic display of filenames with basic navigation --- viewer/src/views/Gallery.vue | 60 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 viewer/src/views/Gallery.vue (limited to 'viewer/src/views/Gallery.vue') diff --git a/viewer/src/views/Gallery.vue b/viewer/src/views/Gallery.vue new file mode 100644 index 0000000..3625838 --- /dev/null +++ b/viewer/src/views/Gallery.vue @@ -0,0 +1,60 @@ + + + + Directory: {{currentItem.path}} + + Thumbnail: {{index}}-{{item.path}} + + + Image: {{currentItem.path}} + + + + + + -- cgit v1.2.3