Skip to content

Conversation

@mjabascal10
Copy link
Contributor

This PR introduces inline expand/collapse functionality for alert echo rows. When a user clicks on a row in the alert list, detailed information for that specific alert is displayed directly beneath the row. This approach avoids opening side views or modals, keeping the user in context and improving workflow efficiency.

…t display

Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
@mjabascal10 mjabascal10 requested a review from Copilot December 11, 2025 12:45
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds inline expand/collapse functionality for alert echo rows, allowing users to view detailed alert information directly beneath the selected row without leaving the current context. The implementation includes conditional rendering of tags based on whether the alert is displayed in echo mode.

  • Added isEcho input property to control display behavior in echo contexts
  • Implemented row click handler to toggle expanded state for individual alerts
  • Conditionally hides tags section when viewing alerts in echo mode

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
alert-view-detail.component.ts Added isEcho input property to differentiate echo view behavior
alert-view-detail.component.html Conditionally hides tags section when displayed in echo mode
alert-echoes.component.ts Added viewDetail method to toggle alert expansion state
alert-echoes.component.html Implemented inline detail view with click handler and conditional rendering
alert-description.component.html Added text wrapping class for better content display

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

mjabascal10 and others added 4 commits December 11, 2025 06:48
…nents/alert-echoes/alert-echoes.component.html

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…nents/alert-echoes/alert-echoes.component.html

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…data handling

Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
…es' into backlog/add-detail-view-for-echoes

# Conflicts:
#	frontend/src/app/data-management/alert-management/shared/components/alert-echoes/alert-echoes.component.html
@elmilan06 elmilan06 merged commit 8315c46 into release/v11.1.1 Dec 11, 2025
@github-project-automation github-project-automation bot moved this to ✅ Done in UTMStack OSS Dec 11, 2025
@elmilan06 elmilan06 deleted the backlog/add-detail-view-for-echoes branch December 11, 2025 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

3 participants