You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EXEC: pick "Refresh" in the context menu for the cluster node
Result:
Refresh takes quite some time to actually refresh the tree (up to 7s for me using the sandbox). There's nothing that shows the user that it is doing anything while it is progressing.
Expected result:
Refresh should provide visual feedback to the user while it is proceeding. Ex. the cluster node could display a label "Refreshing..." or show sandglass icon
I started tackling this in #595 but separated it since any solution didn't work as expected. The "Refreshing..." label was only showing far too. One reason for it was that the actual way to update a label would refresh the whole tree (which would cause an additional, lengthy refresh of the tree).
The text was updated successfully, but these errors were encountered:
follows up on #595
relates to #617
Steps:
Result:
Refresh takes quite some time to actually refresh the tree (up to 7s for me using the sandbox). There's nothing that shows the user that it is doing anything while it is progressing.
Expected result:
Refresh should provide visual feedback to the user while it is proceeding. Ex. the cluster node could display a label "Refreshing..." or show sandglass icon
I started tackling this in #595 but separated it since any solution didn't work as expected. The "Refreshing..." label was only showing far too. One reason for it was that the actual way to update a label would refresh the whole tree (which would cause an additional, lengthy refresh of the tree).
The text was updated successfully, but these errors were encountered: