diff --git a/resources/assets/js/components/CollectionComponent.vue b/resources/assets/js/components/CollectionComponent.vue index 1d029ce3b..3480fa9ee 100644 --- a/resources/assets/js/components/CollectionComponent.vue +++ b/resources/assets/js/components/CollectionComponent.vue @@ -5,13 +5,53 @@
+ This collection is unpublished. +
+
+ This collection is not visible to anyone else until you publish it.
+ To publish, click on the Edit button and then click on the Publish button.
+
{{title || 'Untitled Collection'}}
{{description}}
- {{posts.length}} photos · by {{profileUsername}} + + + + Draft + + + Followers Only + + · + + {{collection.post_count}} photos + · + by {{profileUsername}}
@@ -23,30 +63,103 @@
Loading more...
+Select a Photo to Delete
@@ -147,12 +263,11 @@- +
@@ -55,7 +56,7 @@