Skip to content

Fix sidebar actions and dashboard chart clipping - #2561

Open
ejsmith wants to merge 1 commit into
mainfrom
issue/fix-sidebar-actions-and-chart-clipping
Open

Fix sidebar actions and dashboard chart clipping#2561
ejsmith wants to merge 1 commit into
mainfrom
issue/fix-sidebar-actions-and-chart-clipping

Conversation

@ejsmith

Copy link
Copy Markdown
Member

Summary

  • place the saved-view reorder action to the left of the expand/collapse control
  • render Events, Stacks, and Sessions dashboard series as overlapping areas
  • prevent LayerChart's automatic multi-series stacking from drawing the second series beyond the chart's Y domain

Verification

  • npm run validate
  • reproduced the Events and Stacks chart line extending 16 px above the plot area with the automatic series layout
  • verified 0 px top overflow for Events, Stacks, and Sessions with the overlapping series layout
  • verified the local Svelte app and /api/v2/about return HTTP 200 through the Aspire frontend endpoint

Breaking changes

None.

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

ReviewStatusCommitReview trigger
📝 Code ReviewCompleted2026-09-03T20:02:52.151709Z5e0fd7aPR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@github-actions

Copy link
Copy Markdown

Code Coverage

PackageLine RateBranch RateComplexityHealth
Exceptionless.Insulation37%35%286
Exceptionless.Core76%68%10418
Exceptionless.Web85%70%8081
Exceptionless.AppHost38%41%147
Summary79% (26056 / 33034)68% (12158 / 17921)18932

Sign up for freeto 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.

1 participant

@ejsmith