-
Notifications
You must be signed in to change notification settings - Fork 15
[FEATURE] No acknowledgment for IC Ops button clicks in Colab widget #64
Description
Feature Description
Upon clicking a button in the IC Ops widget, there is no immediate acknowledgment that the operation was received successfully by the system. Only upon "Refresh List" the status gets updated.
Problem Statement
N/A.
Proposed Solution
The floating text box that displays "Found x runs" can perhaps be used to also display an acknowledgment right after a button click that it was received successfully by the system.
Alternative Solutions
The acknowledgment can also be a separate text box instead of overloading the same floating text box.
Use Case
Prevents user confusion on whether a click actually went through. Otherwise, this can cause unexpected or inconsistent system behaviors with Clone operations in particular.
Implementation Considerations
This might need some widget-specific programming to update the text displayed in the floating text box based on button click events and after the dispatcher round trip on the IC Op command.
Priority
- High - would significantly improve my experience