feat: Add shadcn config and sidebar#149
Merged
ricardozanini merged 1 commit intoMay 15, 2026
Merged
Conversation
Signed-off-by: Lorna Kelly <lornakelly88@gmail.com>
fantonangeli
suggested changes
May 15, 2026
Member
fantonangeli
left a comment
There was a problem hiding this comment.
LGTM, just a quick suggestion
handreyrc
approved these changes
May 15, 2026
Contributor
handreyrc
left a comment
There was a problem hiding this comment.
@lornakelly,
It works nicely, and looks pretty good to me.
Thanks for your work!
fantonangeli
approved these changes
May 15, 2026
Contributor
Author
|
@ricardozanini If you can merge when you get the chance, thank you! |
57dcdfb
into
serverlessworkflow:main
14 of 20 checks passed
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
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.
Closes: #144
Summary
Add shadcn configuration, initial components and a right-side sidebar panel to the diagram editor that displays workflow document information (name, namespace, version, DSL) and metadata (title, summary, tags).
Changes
components.json,shadcn.cssetc.src/components/ui/are generated by the shadcn CLIsidebar.tsxwas edited to strip out mobile sidebar logic and sheet/dialog overlay as not needed for nowSidepanelcomponent using shadcn's Sidebar that renders workflow document fields and metadata, shown on the right side of the diagramWorkflowInfoView- Renders document fields (name, namespace, version, DSL) and optional metadata (title, summary, tags)Screen.Recording.2026-05-15.at.15.22.33.mov