Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refresh should provide feedback to the user while it is processing #616

Open
adietish opened this issue Nov 14, 2023 · 0 comments
Open

Refresh should provide feedback to the user while it is processing #616

adietish opened this issue Nov 14, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@adietish
Copy link
Contributor

adietish commented Nov 14, 2023

follows up on #595
relates to #617

Steps:

  1. 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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant