Skip to content

Conversation

@matheusgalvao1
Copy link
Collaborator

No description provided.

Matheus Galvao 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
@matheusgalvao1 matheusgalvao1 merged commit 8736547 into main Nov 25, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants