feat: improve quick execute page layout and conversation preview - #9
Merged
zvonimirfras merged 4 commits intoSep 10, 2026
Merged
Conversation
Signed-off-by: Zvonimir Fras <zvonimir@zvonimirfras.com>
Signed-off-by: Zvonimir Fras <zvonimir@zvonimirfras.com>
- Align preview panel with form column (remove top margin, zero padding on tile) - Add border-bottom separator to preview header with blue Chat icon - Render conversation name as distinct heading in preview body - Style script messages with colored left-border blocks: user messages: blue border + tinted background assistant messages: purple border + tinted background - Add colored role labels (user/assistant) matching message border colors - Style script label as small muted heading (Script (N messages):) - Replace generic 'View jobs' button with direct 'View job #N →' inline link - Track job ID as string (matching API type) instead of success message string Signed-off-by: Zvonimir Fras <zvonimir@zvonimirfras.com>
zvonimirfras
force-pushed
the
fix/quick-execute-jobs-navigation
branch
from
September 10, 2026 15:45
65f9959 to
b3568d3
Compare
Signed-off-by: Zvonimir Fras <zvonimir@zvonimirfras.com>
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.
Summary
Improves the Quick Execute page UI using the design mock as inspiration, bringing the layout and conversation preview panel in line with the intended design — without changing the overall Carbon color scheme.
Changes
Layout
margin-top, setpadding: 0on the tile)border-bottomseparator and the Chat icon now renders in the interactive blue colorConversation preview
previewName) rather than a plain<strong>inside a genericfieldGrouppreviewDescriptiontypography (13px, secondary color, 1.45 line-height)Script (N messages):) styled as a small muted headingScript message items
--cds-interactive) + tinted background#8a3ffc) + tinted backgrounduser:/assistant:) are colored to match their respective borderSuccess notification
/jobs?highlight=NsuccessMessage: stringtosuccessJobId: stringto carry the job ID cleanly