From 079ebc3da3d78f7baa1d52f23095e4b62fe41cbf Mon Sep 17 00:00:00 2001 From: buraiyen Date: Thu, 18 Nov 2021 12:18:55 -0800 Subject: [PATCH 1/6] init PhotoGallery.vue --- src/components/PhotoGallery.vue | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/components/PhotoGallery.vue diff --git a/src/components/PhotoGallery.vue b/src/components/PhotoGallery.vue new file mode 100644 index 0000000..e904c17 --- /dev/null +++ b/src/components/PhotoGallery.vue @@ -0,0 +1,9 @@ + + + + + From 90e29913f949ef0f8ad7e1c24d3c8eb7b6b31786 Mon Sep 17 00:00:00 2001 From: buraiyen Date: Thu, 18 Nov 2021 12:38:12 -0800 Subject: [PATCH 2/6] PhotoGallery: test data --- src/components/PhotoGallery.vue | 19 +++++++++++++++++-- src/views/PhotosView.vue | 29 ++++++++++++++++++++++++++++- 2 files changed, 45 insertions(+), 3 deletions(-) diff --git a/src/components/PhotoGallery.vue b/src/components/PhotoGallery.vue index e904c17..142ee9a 100644 --- a/src/components/PhotoGallery.vue +++ b/src/components/PhotoGallery.vue @@ -1,9 +1,24 @@ diff --git a/src/views/PhotosView.vue b/src/views/PhotosView.vue index 91ed0a8..61b7242 100644 --- a/src/views/PhotosView.vue +++ b/src/views/PhotosView.vue @@ -1,3 +1,30 @@ + + + + From 3229d797f56f193faa922835659270e54cbb936f Mon Sep 17 00:00:00 2001 From: buraiyen Date: Thu, 18 Nov 2021 12:52:55 -0800 Subject: [PATCH 3/6] PhotoGallery: various changes - included name of event and date - spaced out sections --- src/components/PhotoGallery.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/PhotoGallery.vue b/src/components/PhotoGallery.vue index 142ee9a..306eb1c 100644 --- a/src/components/PhotoGallery.vue +++ b/src/components/PhotoGallery.vue @@ -1,8 +1,8 @@