merged in compact notifs and improved upon it

This commit is contained in:
Henry Jameson 2021-06-18 02:27:32 +03:00
parent c1293c3afa
commit f35c090caa
6 changed files with 14 additions and 7 deletions

View file

@ -25,7 +25,7 @@
:remove="removeAttachment"
:edit="editAttachment"
:description="descriptions && descriptions[attachment.id]"
:hideDescription="tooManyAttachments && hidingLong"
:hideDescription="size === 'small' || tooManyAttachments && hidingLong"
:style="itemStyle(attachment.id, row.items)"
@setMedia="onMedia"
@naturalSizeLoad="onNaturalSizeLoad"