Open mikecnr opened 3 years ago
This is a bug. Annoyingly, in our code we do refresh the list instantly. Instead the 5 second query update refreshes the list the next time it fires.
I want to commit to fixing this in 1.0.4 but we'll see what makes it into 1.0.4.
This is still present, some of this is based off the fact the UI doesn't get updated straight away. Steps are as follows:
It's quite a long winded process and can be shortened to
As a result this introduces the delay where the database is being updated and read from rather than the UI responding with the assumption the server was deleted, which is common in most apps.
The bug is still open and we plan to rectify the issue in a future update.
When deleting a server from the list it takes a few seconds. Assuming it just refreshes the list every few seconds. Possible to force a refresh immediately? It makes you feel like your click didn't work.