Better visual feedback for panels #6605
Labels
enhancement
issues that are enhancements to current functionality - nice to haves
help wanted
issues meant to be picked up, require help
plug-in system
issues related to the plug-in system
shell
issues related to the core shell
ui/ux
issues related to user interface / user experience
Description
When Theia works on slow internet connections, it some times hard to understand that Theai performs some background work(fetch files from server, communicate with plugins, etc.) when panels open(like file tree).
Now we have some issues like:
#5959 or #6195
I propose to have progress indicator similar to git/scm for all panels (I think we can do it on shell level),
and make sure that plug-in API implemented correctly, so plug-in's can use it to have same ux/ui as in VSCode
The text was updated successfully, but these errors were encountered: