Skip to content

fix(topology): increase connector line stroke width and dash size for better visibility#16650

Open
MilosPaunovic wants to merge 1 commit into
developfrom
fix/topology-connector-line-visibility
Open

fix(topology): increase connector line stroke width and dash size for better visibility#16650
MilosPaunovic wants to merge 1 commit into
developfrom
fix/topology-connector-line-visibility

Conversation

@MilosPaunovic

Copy link
Copy Markdown
Member

Summary

  • Increases edge path stroke-width from 1 to 1.5 in topology.scss for thicker, more visible connector lines
  • Updates stroke-dasharray from 1.5 3 to 4 4 in EdgeNode.vue for larger, more readable dashes

Related

Closes https://github.com/kestra-io/kestra-ee/issues/8417.

Test plan

  • Open an execution and navigate to the Topology tab
  • Verify connector lines between task nodes are clearly visible in both light and dark mode
  • Verify error (red) and warning (orange) edge colors still render correctly

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

🐋 Docker image

ghcr.io/kestra-io/kestra-pr:16650
docker run --pull=always --rm -it -p 8080:8080 --user=root -v /var/run/docker.sock:/var/run/docker.sock -v /tmp:/tmp ghcr.io/kestra-io/kestra-pr:16650 server local

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: To review

Development

Successfully merging this pull request may close these issues.

1 participant