ideveCore / Valuta

This is a simple application for converting currencies, with support for various APIs.
GNU General Public License v3.0
14 stars 5 forks source link

Avoiding spinner for short loading times #29

Closed bragefuglseth closed 5 months ago

bragefuglseth commented 5 months ago

The loading spinner can get quite disruptive when it's shown every time a character is typed. The conversions are usually fast enough to not require one. Is it possible to only show it when the conversion turns out to take e.g. > 1 second?

ideveCore commented 5 months ago

In this case, the loading issue was actually a bug; it has now been fixed.