Add loading indicator for trending tags (#7693)
This commit is contained in:
committed by
Eugen Rochko
parent
bfa12239e8
commit
69b45350fe
@ -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"
|
||||
|
Reference in New Issue
Block a user