-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add context menu to experiment table rows (#1267)
Add context menu payload with item details from webview Add non-wired context menu Revert broken label Add rough functional wiring Refactor context menu Create context menu component Open context menu on row Use original implementation of the context-menu Create MessagesMenu component Update context-menu story Use messages-menu in the table rows Process experiment row ctx-menu messages Remove context-menu webview message Refactor Row.tsx Refactor Experiments constructor Remove commented line Add tests for apply to workspace and create branch Fis option labels Add test for Modify params and queue option Add test for Experiment Removed message Prevent default menu from showing up when we close ours Make runCommand private in extension Experiments repository Stub internalCommand instance method instead of the prototype Refactor mock input box utility Disable row context-menu if the experiment is running Hide context menu on click Disable the 'Apply to workspace' and 'Create branch' options when row is workspace or already a branch Extract row context-menu into a separate component Do not use the constructor shortcut in order to keep consistency Refactor option label and contextMenuOptions function Refactor Experiments repository constructor Refactor Experiments modifyExperimentParamsAndQueue Remove unused interface Disable context-menu if an y experiment is running Report the command id when throwng a not found error Undo workspace refactor Refactor contextMenuOptions function in Row.tsx
- Loading branch information
Showing
19 changed files
with
576 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.