1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-25 01:05:36 +00:00

Update NotificationCard

This commit is contained in:
Daniel Supernault 2019-05-01 22:18:22 -06:00
parent 8c13bed8ba
commit 0b21d3f79e
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -3,8 +3,9 @@
<div class="card notification-card"> <div class="card notification-card">
<div class="card-header bg-white"> <div class="card-header bg-white">
<p class="mb-0 d-flex align-items-center justify-content-between"> <p class="mb-0 d-flex align-items-center justify-content-between">
<span class="text-muted">Notifications</span> <span><i class="far fa-bell fa-lg text-muted"></i></span>
<a class="text-dark small" href="/account/activity">See All</a> <span class="small text-dark text-uppercase font-weight-bold">Alerts</span>
<a class="text-decoration-none text-muted" href="/account/activity"><i class="fas fa-inbox fa-lg"></i></a>
</p> </p>
</div> </div>
<div class="card-body loader text-center" style="height: 230px;"> <div class="card-body loader text-center" style="height: 230px;">
@ -12,8 +13,8 @@
<span class="sr-only">Loading...</span> <span class="sr-only">Loading...</span>
</div> </div>
</div> </div>
<div class="card-body pt-2 contents" style="max-height: 230px; overflow-y: scroll;"> <div class="card-body pt-2 px-0 contents" style="max-height: 230px; overflow-y: scroll;">
<div v-if="notifications.length > 0" class="media mb-3 align-items-center" v-for="(n, index) in notifications"> <div v-if="notifications.length > 0" class="media mb-4 align-items-center px-3" v-for="(n, index) in notifications">
<img class="mr-2 rounded-circle" style="border:1px solid #ccc" :src="n.account.avatar" alt="" width="32px" height="32px"> <img class="mr-2 rounded-circle" style="border:1px solid #ccc" :src="n.account.avatar" alt="" width="32px" height="32px">
<div class="media-body font-weight-light small"> <div class="media-body font-weight-light small">
<div v-if="n.type == 'favourite'"> <div v-if="n.type == 'favourite'">