Skip to content
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

feature: update flowToolbar under feature flag #5895

Draft
wants to merge 24 commits into
base: main
Choose a base branch
from
Draft

Conversation

anovazzi1
Copy link
Contributor

This pull request adds the ENABLE_PUBLISH feature flag to the constants.ts file and includes the FlowToolbarOptions component in the flowToolbarComponent. The ENABLE_PUBLISH feature flag allows for conditional rendering of certain elements based on whether publishing is enabled. The FlowToolbarOptions component enhances the functionality of the flowToolbarComponent by adding a PlaygroundButton and a DeployDropdown. The PlaygroundButton allows users to interact with the flow's input and output, while the DeployDropdown provides options for deploying the flow.

This commit adds the Columns2 icon to the nodeIconsLucide object in the styleUtils.ts file. This icon was missing previously and has now been incorporated.

Ref: #issue-number
Added CSS styles for deploy dropdown items in the applies.css file. The styles include padding, hover effects, font size, and rounded corners. This improves the visual appearance and interactivity of the deploy dropdown items.
- Add ENABLE_PUBLISH feature flag to constants.ts
- Add styles for deploy dropdown items
- Add Columns2 icon to nodeIconsLucide
- Update strokeWidth of Play icon based on ENABLE_PUBLISH flag
- Update button label to use PLAYGROUND_BUTTON_NAME constant
This commit adds the FlowToolbarOptions component to the flowToolbarComponent. The component includes a PlaygroundButton and a DeployDropdown. The PlaygroundButton allows users to interact with the flow's input and output, while the DeployDropdown provides options for deploying the flow. This addition enhances the functionality of the flowToolbarComponent.
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. enhancement New feature or request labels Jan 23, 2025
@anovazzi1 anovazzi1 added the DO NOT MERGE Don't Merge this PR label Jan 23, 2025
@anovazzi1 anovazzi1 marked this pull request as draft January 23, 2025 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DO NOT MERGE Don't Merge this PR enhancement New feature or request size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants