Skip to content

Restore HttpExchanges chart time selection#5428

Merged
SteKoe merged 2 commits into
codecentric:masterfrom
codingkiddo:fix/httpexchanges-chart-time-selection
Jun 12, 2026
Merged

Restore HttpExchanges chart time selection#5428
SteKoe merged 2 commits into
codecentric:masterfrom
codingkiddo:fix/httpexchanges-chart-time-selection

Conversation

@codingkiddo

Copy link
Copy Markdown
Contributor

Fixes #5212.

Restores chart-based time-window selection in the HttpExchanges view.

The parent view already had selection state and filtering logic, but the chart no longer emitted a selected time range back to the parent. This change wires drag selection in the chart back to the existing list filtering behavior.

Tests run:

  • npm run lint
  • npx vitest run --silent=true src/main/frontend/views/instances/httpexchanges
  • npm run build

@codingkiddo codingkiddo requested a review from a team as a code owner June 8, 2026 14:46
@SteKoe SteKoe force-pushed the fix/httpexchanges-chart-time-selection branch from fa3e1b2 to f7d396a Compare June 12, 2026 09:02
@SteKoe SteKoe enabled auto-merge (squash) June 12, 2026 09:02
@SteKoe

SteKoe commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Hi @codingkiddo,

thanks for providing the fix! I have added some tests, rebased your branch and will merge it as soon as build passes.

@SteKoe SteKoe merged commit 0027051 into codecentric:master Jun 12, 2026
1 check 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.

Regression Bug: Selection of time window in HttpExchanges view is gone

2 participants