eclipse-theia/theia

Better visual feedback for panels

Open

#6,605 opened on Nov 22, 2019

View on GitHub
 (3 comments) (0 reactions) (0 assignees)TypeScript (2,478 forks)batch import
enhancementhelp wantedplug-in systemshellui/ux

Repository metrics

Stars
 (18,676 stars)
PR merge metrics
 (Avg merge 15d 4h) (75 merged PRs in 30d)

Description

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

Contributor guide