-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tag/untag nodes from context menu (#259)
* add rightCLickNode stub * weird * handle right click event * change verbiage * remove local state management from nodesearch * pass actual node data into context menu * working but eh * exploreSearch tab switching happens in ducks * graphview empties canvas when chartprops is empty obj * combobox manages its state internally * highlight works on element zero * put pathfinding tests in pathfindingSearch.test.tsx, move out of exploresearch.test * add some test coverage for tab switching to exploreSearch.test * add ending node to context menu * breakout edgeFilter.tsx from pathfindingSearch.tsx * breakout contextMenu * contextmenu.test.tsx * cypher reducer cleaned up * context menu properly opens the combobox * rename SECONDARY -> PATHFINDING * setActiveTab action renamed to tabChanged * breakout PathfindingSwapButton * sourceNodeSuggested action updates all of the related reducer state * destinationNodeSuggested reducer handles everything * change action to -> cypherSearch * change action to -> cypherQueryEdited * remove dead code for `SEARCH_SET_PATHFINDING` * cleanup references to dead code for setSearchValue * remove startSearchAction, replace w sourceNodeEdited, destNodeEdited * remove setSearchValue * remove startSearchSelected * suggesting a node automatically runs the search * clear out primary/secondary value when input changes * remove controlled menu open * props for combobox * rip out suggested types * Context menu works on hover * Context menu works with tooltip * contextMenu tests fixes * anchor prop type * cleanup actions * add shadow to submenu * remove console.log * add logic to primarySearchWorker * styled component instead of withStyles * useSelector returns a smaller piece of data * asset group menu item started * blah * js-client updates from wes * wip * conditional rendering of add/remove functionality * optimistically update the rgraph when adding node to tier 0 * assetGroupMenuItem unit tests * tests added for context menu * cleanup * boop * add ip notice * change wording
- Loading branch information
1 parent
038f9c1
commit 9d42508
Showing
15 changed files
with
723 additions
and
112 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
Oops, something went wrong.