llaske / sugarizer

Sugarizer is a web implementation of the Sugar platform to run on any device or browser
https://sugarizer.org
Apache License 2.0
195 stars 410 forks source link

Loading anim while getting response from server #1632

Closed UtkarshSiddhpura closed 1 month ago

UtkarshSiddhpura commented 1 month ago

https://github.com/llaske/sugarizer/assets/90092555/eda054a8-77e2-43fc-926d-cbe22f0aedc5

llaske commented 1 month ago

It's a good start but the spinner should be added also in first screen when login on the app.

6QynMeo021

Look for spinner.setShowing in v1 https://github.com/llaske/sugarizer/blob/dev/js/firstscreen.js#L272

UtkarshSiddhpura commented 1 month ago

It's a good start but the spinner should be added also in first screen when login on the app. Look for spinner.setShowing in v1 https://github.com/llaske/sugarizer/blob/dev/js/firstscreen.js#L272

Done 👍