instantusername / instant-username-search

⚡ Instantly search for the availability of your username on more than 100 social media sites.
https://instantusername.com
GNU General Public License v3.0
202 stars 30 forks source link

feat: show spinner while /services call is made #58

Closed umutcanbolat closed 3 years ago

umutcanbolat commented 3 years ago

Show a spinner when /services call is delayed.

Today, when users search a username before the initial /services call gets completed, we show a blank screen. With this PR, there will be a spinner that indicates something is getting loaded.

Before: ius-no-spinner

After: ius-spinning

umutcanbolat commented 3 years ago

Maybe this is not the prettiest spinner. We can add some better animations in another iteration if needed.