samotari / crypto-terminal

CryptoTerminal is an open-source terminal application with which merchants can accept in-person cryptocurrency payments.
https://samotari.github.io/cryptoterminal.eu/
GNU Affero General Public License v3.0
93 stars 57 forks source link

Busy spinner has to be center and not animated #330

Closed karliatto closed 5 years ago

karliatto commented 5 years ago

Busy spinner, the one that appears when app.busy(true) is triggered, is now animated as screen saver, they should have different behaviour. Busy spinner fix in the center and screen saver animated.

chill117 commented 5 years ago

The busy UI element is only animated if the screen saver is activated at the same time. I modified the screen saver to hide and pause its timer when the app is busy.

Both fixed by #333