summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-06-08 17:37:51 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-06-08 17:37:51 +0900
commit3a78e08bac1a49f32a0b8145feaefcd01df88fea (patch)
tree05e260d0e6ea1e890e14a8afa1e85033779c0881
parentMerge pull request #547 from syuilo/greenkeeper/riot-3.6.0 (diff)
downloadsharkey-3a78e08bac1a49f32a0b8145feaefcd01df88fea.tar.gz
sharkey-3a78e08bac1a49f32a0b8145feaefcd01df88fea.tar.bz2
sharkey-3a78e08bac1a49f32a0b8145feaefcd01df88fea.zip
[Client] :art:
-rw-r--r--src/web/app/desktop/tags/notifications.tag5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/web/app/desktop/tags/notifications.tag b/src/web/app/desktop/tags/notifications.tag
index ce24ac4375..21e4fe7fa5 100644
--- a/src/web/app/desktop/tags/notifications.tag
+++ b/src/web/app/desktop/tags/notifications.tag
@@ -63,7 +63,7 @@
<p class="date" if={ i != notifications.length - 1 && notification._date != notifications[i + 1]._date }><span><i class="fa fa-angle-up"></i>{ notification._datetext }</span><span><i class="fa fa-angle-down"></i>{ notifications[i + 1]._datetext }</span></p>
</virtual>
</div>
- <button class="more" if={ moreNotifications } onclick={ fetchMoreNotifications } disabled={ fetchingMoreNotifications }>
+ <button class="more { fetching: fetchingMoreNotifications }" if={ moreNotifications } onclick={ fetchMoreNotifications } disabled={ fetchingMoreNotifications }>
<i class="fa fa-spinner fa-pulse fa-fw" if={ fetchingMoreNotifications }></i>{ fetchingMoreNotifications ? '%i18n:common.loading%' : '%i18n:desktop.tags.mk-notifications.more%' }
</button>
<p class="empty" if={ notifications.length == 0 && !loading }>ありません!</p>
@@ -184,6 +184,9 @@
&:active
background rgba(0, 0, 0, 0.05)
+ &.fetching
+ cursor wait
+
> i
margin-right 4px