Skip to content

Add support for showing stacks from selected events#2418

Open
paulusakademius wants to merge 1 commit intomicrosoft:mainfrom
paulusakademius:stack-feature
Open

Add support for showing stacks from selected events#2418
paulusakademius wants to merge 1 commit intomicrosoft:mainfrom
paulusakademius:stack-feature

Conversation

@paulusakademius
Copy link
Copy Markdown
Contributor

This pull request introduces the ability to show stacks for selected events with the 'Open Any Stacks' function, regardless of the column of the event selected. Previously, stacks were only accessible for either a single time or a time range and defaulted to the everything when some other selection happened. With this update:

  • Stacks are now filtered by event ID in addition to time.
  • Selecting any number of events and viewing their stacks is possible.
  • Behavior for selecting time ranges remains unchanged.

Issue #2394

- Before this commit you could only show stacks for either a single time or a time range
- This commit makes selecting any amount of events (no matterer what column of the event) and opening its stack (if there is one) possible
- The stacks shown are now not only filtered by the time but also event id  so no other events that happened at the same time are shown.
- The behavior for selecting a time range remains the same as before
@paulusakademius paulusakademius requested a review from a team as a code owner April 29, 2026 15:23
@paulusakademius
Copy link
Copy Markdown
Contributor Author

I thought this might be the most intuitive solution because it gives you the stacks for the events you selected. I kept the functionality for selecting a time range as it is, but when I noticed it only filters by time and it is possible for other events to happen at the same time, I thought maybe you could filter there for the event id too, like I did in the feature I implemented. What do you think about this, I think it might be more intuitive for the selection in the EventViewer. I am looking forward to hear your opinion on the idea and the code I already wrote.

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.

1 participant