Skip to content

Conversation

@stijnpotters1
Copy link
Contributor

image

now the last release will also have a timeline bar

@stijnpotters1 stijnpotters1 self-assigned this Nov 20, 2025
@stijnpotters1 stijnpotters1 linked an issue Nov 20, 2025 that may be closed by this pull request
@sonarqubecloud
Copy link

const SNAPSHOT_EXTRA_SPACING = 30;
const SNAPSHOT_EXTRA_SPACING = 10;
const clusteredNodes = clusterNode.clusteredNodes;
const centerX = clusterNode.position.x;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const centerX = clusterNode.position.x;
const startX = clusterNode.position.x;


const totalWidth = positions.at(-1) ?? 0;
const startX = centerX - totalWidth / 2;
const startX = centerX;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const startX = centerX;

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.

Last 9.3 branch release branch does not have a timeline bar

3 participants