forked from Cloud-Pipelines/pipeline-editor
-
Notifications
You must be signed in to change notification settings - Fork 5
Add UI Blocks to Context Panel #1470
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
Draft
camielvs
wants to merge
1
commit into
master
Choose a base branch
from
12-04-add_ui_blocks_to_context_panel
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or 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
Collaborator
Author
ed2e0a6 to
e08a5ab
Compare
e08a5ab to
54e3528
Compare
54e3528 to
e6ea5d1
Compare
e6ea5d1 to
87a5600
Compare
ecc2b18 to
ebfc92f
Compare
87a5600 to
8f16f7a
Compare
ebfc92f to
f40863c
Compare
8f16f7a to
a526425
Compare
d385e99 to
66a011a
Compare
1d45169 to
1cb8f58
Compare
This was referenced Dec 10, 2025
4814e7c to
4821940
Compare
8172705 to
19fee5f
Compare
3 tasks
7f0ee6f to
f3260f1
Compare
3 tasks
f3260f1 to
436b867
Compare
436b867 to
d89ccdb
Compare
3 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
Adds standard UI blocks for use inside the ContextPanel. Hopefully this will allow us a bit more visual consistency going forward. Each block has a header/title and some content. The header is the same for all blocks, but the content will be different depending on the block.
Implementation of the Blocks into existing Context Panel use cases is done upstack.
Blocks Added:
ActionBlock: Renders a horizontal array of identical buttons based on an input label, icon and callback. Custom configuration options allow buttons to be hidden or disabled upon certain conditions, or to have two-step confirmation.ContentBlock: Renders any given ReactNode content. An optional prop allows the block to be collapsed.ListBlock: Renders a list of key:value pair items. Items can be with or without markers. Items without a value will not render in the listTextBlock: Renders text. Text can be copyable or collapsible via optional propsAdditionally, the
KeyValuePaircomponent was added, which simply renders a given label and associated value. Value can be a string or a link.Related Issue and Pull requests
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
Additional Comments