Service modal dialogs
Issue #186
resolved
This is a general usability preference rather than a specific dialog. During metadata operations like retrieve and delete I'm blocked from the editor by a modal progress bar. There's always something I can be working on. It'd be like if I had to wait for compile to work on another file. My preference would be a dedicated service window that visualizes operations like the test runner and notifies me with a toast about failures. MM is okay at this. There are times when it disconcertingly quietly fails.
Comments (5)
-
repo owner -
reporter In theory there's a local buffer history right? Maybe there's no API into it though.
-
repo owner Issue
#234was marked as a duplicate of this issue. -
repo owner - changed version to 1.6.9.2
-
assigned issue to
-
repo owner - changed status to resolved
In 1.6.9.2, deployment, retrieval, server-side delete, and OST generation can all be backgrounded.
- Log in to comment
Yeah, I've been thinking about this for a while as well. It definitely needs to be modal while it assembles its payload to avoid concurrent modification, but for the majority of the operation, it could be in the background allowing you to continue to work.