diff --git a/app/assets/javascripts/components/components/loading_indicator.jsx b/app/assets/javascripts/components/components/loading_indicator.jsx new file mode 100644 index 00000000000..7b738ac32cc --- /dev/null +++ b/app/assets/javascripts/components/components/loading_indicator.jsx @@ -0,0 +1,13 @@ +const LoadingIndicator = () => { + const style = { + textAlign: 'center', + fontSize: '16px', + fontWeight: '500', + color: '#616b86', + paddingTop: '120px' + }; + + return
Mastodon is still in development and one of the lacking areas at the moment is user discovery.
+You can follow people if you know their username and the domain they are on by entering an e-mail-esque address into the form in the bottom of the sidebar.
+If the target user is on the same domain as you, just the username will work. The same rule applies to mentioning people in statuses.
+The developer of this project can be followed as Gargron@mastodon.social
+