diff --git a/frontend/src/dialog/p-share-dialog.vue b/frontend/src/dialog/p-share-dialog.vue index 95dc06a6b..58e729e70 100644 --- a/frontend/src/dialog/p-share-dialog.vue +++ b/frontend/src/dialog/p-share-dialog.vue @@ -217,6 +217,7 @@ watch: { show: function (show) { if (show) { + this.links = []; this.loading = true; this.model.links().then((resp) => { if (resp.count === 0) { diff --git a/frontend/src/pages/albums.vue b/frontend/src/pages/albums.vue index 058eca3c6..85aa8fc9e 100644 --- a/frontend/src/pages/albums.vue +++ b/frontend/src/pages/albums.vue @@ -176,14 +176,13 @@
- Contains one photo. Add more by selecting them from search results. - + Contains one photo. + Add more by selecting them from search results.
Contains {{album.PhotoCount}} - photos - . + photos.
diff --git a/frontend/src/share/albums.vue b/frontend/src/share/albums.vue index b394fcef4..66308887b 100644 --- a/frontend/src/share/albums.vue +++ b/frontend/src/share/albums.vue @@ -96,10 +96,28 @@

{{ album.Title }}

-
+ + +
{{ album.Description }}
- +
+ +
+ Contains one photo. +
+
+ Contains + {{album.PhotoCount}} + photos. +
+
+ + Empty album. + +
+