-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fahreza/context menu update #281
Merged
Merged
Conversation
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
…efactor node src files"
…h dynamic endpoints. Added new route handlers for getting library directory, readme, and example files.
… workflows to their respective lib dirs
…en link is selected
16 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR introduces significant updates to the Xircuits context, enhancing both the workflow canvas and the tray widget.
Workflow Canvas Context Menu Improvements:
The right-click context menu for the workflow canvas has been refined. The available options now dynamically adjust based on the selected entity or entities. The table below summarizes the available options:
Tray Widget Context Window:
The tray widget now features a new context menu, which interacts with a new jupyter server endpoint handling library-related requests. The menu provides the following options:
Refactoring and Organizational Changes:
This PR also addresses file organization and naming consistency. Files have been renamed and sorted into appropriate folders to maintain a consistent naming scheme across the project. This includes updating the locations and names of example files and readmes for all internal component libraries.
References
Issue #264
Pull Request Type
Type of Change
Tests
1. Test Updated Canvas Context Window
- Ensure that the spawned options are correct based on the appearance table.
2. Test Tray Widget Component Library
- Verify that the component library gets installed correctly.
- Test the 'Show in File Explorer' option to ensure it reveals the component library in the Jupyter file explorer.
- Test the 'See Readme' option to confirm that Xircuits correctly searches and displays a readme.md file from the component library directory.
- Test the 'Show Example' feature and confirms that it opens a .xircuits canvas, if it exists.
Tested on?