Skip to content

Commit

Permalink
- FIX: More consistency issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-raubach committed Nov 10, 2023
1 parent f094ab4 commit 4d1bb60
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/AlbumGallery.vue
Original file line number Diff line number Diff line change
@@ -181,6 +181,9 @@ export default {
this.page = 1
this.albumCount = -1
this.update()
},
cardSize: function (newValue) {
this.$store.dispatch('setAlbumCardSize', newValue)
}
},
data: function () {
3 changes: 3 additions & 0 deletions src/components/ImageGallery.vue
Original file line number Diff line number Diff line change
@@ -209,6 +209,9 @@ export default {
this.page = 1
this.imageCount = -1
this.update()
},
cardSize: function (newValue) {
this.$store.dispatch('setImageCardSize', newValue)
}
},
data: function () {

0 comments on commit 4d1bb60

Please sign in to comment.