diff options
| author | Henry Jameson <me@hjkos.com> | 2021-06-18 02:09:50 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-18 02:09:50 +0300 |
| commit | c1293c3afa9b9a057008026a9d988c6a5b9f516c (patch) | |
| tree | 9b75f29db56579f5160590a8a34a4b0789dab04e /src/components/notification/notification.vue | |
| parent | f15599e6e57477131ba5592e2874916ed1da06e2 (diff) | |
| parent | a3c703bd37fc55c2377cb0bf099af6a21ea07e8e (diff) | |
Merge branch 'compact-notifs' into proper-attachments
* compact-notifs:
compact notifs
Diffstat (limited to 'src/components/notification/notification.vue')
| -rw-r--r-- | src/components/notification/notification.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue index 0081dee4..396ae0e1 100644 --- a/src/components/notification/notification.vue +++ b/src/components/notification/notification.vue @@ -181,8 +181,9 @@ </router-link> </div> <template v-else> - <status-content + <StatusContent class="faint" + :compact="true" :status="notification.action" /> </template> |
