felixbade / assistant

Web UI for ChatGPT API. No back-end, mobile-friendly, continuously user-tested
https://assistant.bloat.app
ISC License
125 stars 25 forks source link

Animate the "three dots" loading icon #50

Open lupinesse opened 1 year ago

lupinesse commented 1 year ago

Animating the loading icon lets the user know that something is currently being actively loaded. Static three icons make the user think that nothing is happening, or that the page is frozen (essentially the same thing).

felixbade commented 1 year ago

I think the most simple way to make this pretty is alternating between 1, 2 and 3 dots.

The animation should not change the size of the bubble though.

felixbade commented 1 year ago

After fixing #45, this is less relevant. The only situation that I can think of is when the user’s internet connection is really slow / non-existing (related: #60)