Add loading indicator for trending tags (#7693)

This commit is contained in:
Yamagishi Kazutoshi
2018-06-01 21:22:42 +09:00
committed by Eugen Rochko
parent bfa12239e8
commit 69b45350fe
6 changed files with 104 additions and 41 deletions

View File

@ -1036,6 +1036,19 @@
],
"path": "app/javascript/mastodon/features/follow_requests/index.json"
},
{
"descriptors": [
{
"defaultMessage": "Refresh",
"id": "trends.refresh"
},
{
"defaultMessage": "Trending now",
"id": "trends.header"
}
],
"path": "app/javascript/mastodon/features/getting_started/components/trends.json"
},
{
"descriptors": [
{
@ -1094,10 +1107,6 @@
"defaultMessage": "Lists",
"id": "navigation_bar.lists"
},
{
"defaultMessage": "Refresh",
"id": "trends.refresh"
},
{
"defaultMessage": "Discover",
"id": "navigation_bar.discover"
@ -1114,10 +1123,6 @@
"defaultMessage": "Getting started",
"id": "getting_started.heading"
},
{
"defaultMessage": "Trending now",
"id": "trends.header"
},
{
"defaultMessage": "Hotkeys",
"id": "navigation_bar.keyboard_shortcuts"