Merged
Conversation
added 5 commits
November 24, 2025 21:14
- Replace hardcoded colors with semantic tokens for dark mode support - Replace hardcoded spacing values with UI spacing tokens - Replace hardcoded border radius with UI radius tokens - Add proper modal component styles using design tokens - Remove inline styles from index.html modal footer Ensures full compliance with CodeSignal Design System (AGENTS.md)
- Remove top header panel for cleaner interface - Move Help button to chat header (where status was) - Dynamic run button states: - 'Run Workflow' (idle) - 'Running...' (disabled while running) - 'Resume' (when workflow is paused) - Show Completed/Failed status as chat messages instead of status text - Update layout to use full viewport height
- Remove top header panel for cleaner interface - Move Help button to chat header (replaces status indicator) - Dynamic run button states: - 'Run Workflow' (enabled) when idle - 'Running...' (disabled) while running - 'Paused' (disabled) when awaiting user action - Show Completed/Failed status as styled chat messages - Update layout to use full viewport height - Fix input/textarea overflow with box-sizing: border-box - Add proper modal width constraints (600px max)
- Add design system styled checkbox for tools list - Center start node on canvas for any screen size - Custom checkbox with primary colors, checkmark, hover/focus states
- Nodes now have dynamic width (120px min, 280px max collapsed) - Start/End nodes are narrower, complex nodes expand as needed - Expanded nodes remain fixed at 420px for form editing - Node header text truncates with ellipsis to prevent overflow - Control buttons protected from shrinking - Connection positions calculated from actual DOM width
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.
No description provided.