From 5e3282e203cc365f0d5722aab76a69b06390de65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Pereira?= Date: Mon, 18 Jul 2022 18:03:18 -0300 Subject: [PATCH] Update image viewer --- src/components/Gallery/GalleryThumbnail.vue | 4 +- .../Gallery/GalleryThumbnailList.vue | 2 +- src/components/Gallery/ImageToolbar.vue | 17 +++++ src/components/Gallery/ImageViewer.vue | 74 ++++++++++--------- src/components/Gallery/ImageViewerCounter.vue | 16 ++++ src/components/Icon/IconClose.vue | 19 +++++ 6 files changed, 96 insertions(+), 36 deletions(-) create mode 100644 src/components/Gallery/ImageToolbar.vue create mode 100644 src/components/Gallery/ImageViewerCounter.vue create mode 100644 src/components/Icon/IconClose.vue diff --git a/src/components/Gallery/GalleryThumbnail.vue b/src/components/Gallery/GalleryThumbnail.vue index 4f7da1a..f309d64 100644 --- a/src/components/Gallery/GalleryThumbnail.vue +++ b/src/components/Gallery/GalleryThumbnail.vue @@ -1,10 +1,10 @@ + + \ No newline at end of file diff --git a/src/components/Gallery/ImageViewer.vue b/src/components/Gallery/ImageViewer.vue index 913f16b..8a1a896 100644 --- a/src/components/Gallery/ImageViewer.vue +++ b/src/components/Gallery/ImageViewer.vue @@ -1,37 +1,47 @@ \ No newline at end of file diff --git a/src/components/Icon/IconClose.vue b/src/components/Icon/IconClose.vue new file mode 100644 index 0000000..cc287b7 --- /dev/null +++ b/src/components/Icon/IconClose.vue @@ -0,0 +1,19 @@ + + + \ No newline at end of file