ruuvi / com.ruuvi.station

BSD 3-Clause "New" or "Revised" License
72 stars 39 forks source link

Saving status toast should be shown slower #1259

Closed markoaamunkajo closed 4 days ago

markoaamunkajo commented 1 month ago

Description:

On sensor settings page when user changes setting it will be synced to cloud with status toast popping up at bottom of the screen.

The first "saving to cloud..." status shows too fast for user to be able to read it Let's make it a little bit slower

andreevdenis commented 1 month ago

@markoaamunkajo
Actually toast for "Saving to cloud... Please wait." is showing for indefinite time. Once it's saved or failed toast is replaced by "success" or "fail" message. I can add additional delay, what should it be?

andreevdenis commented 1 month ago

500ms - should be delay

markoaamunkajo commented 4 days ago

QA passed