Skip to content

Feature/select multiple runs#4895

Open
feyruzb wants to merge 3 commits into
Ericsson:masterfrom
feyruzb:feature/select-multiple-runs
Open

Feature/select multiple runs#4895
feyruzb wants to merge 3 commits into
Ericsson:masterfrom
feyruzb:feature/select-multiple-runs

Conversation

@feyruzb

@feyruzb feyruzb commented Jun 12, 2026

Copy link
Copy Markdown
Collaborator

This pull request introduces a new LoadMultipleRunsBtn component and integrates it into the run filtering UI, allowing users to load multiple selected runs at once. It also refactors the toolbar layout and improves code organization for better maintainability.

New Feature: Load Multiple Runs

  • Added a new LoadMultipleRunsBtn Vue component that allows users to load selected runs by navigating to the reports page with the appropriate filters applied. (web/server/vue-cli/src/components/Run/LoadMultipleRunsBtn.vue)
  • Integrated LoadMultipleRunsBtn into the RunFilterToolbar component, displaying the button when at least two runs are selected and generating the correct filter query for the selected runs. (web/server/vue-cli/src/components/Run/RunFilterToolbar.vue)

UI and Code Organization Improvements

  • Refactored the toolbar layout in RunFilterToolbar to group related action buttons and improve spacing and alignment. (web/server/vue-cli/src/components/Run/RunFilterToolbar.vue)
  • Updated imports and exports to register the new LoadMultipleRunsBtn component in the run components index. (web/server/vue-cli/src/components/Run/index.js, web/server/vue-cli/src/components/Run/RunFilterToolbar.vue)

@feyruzb feyruzb self-assigned this Jun 12, 2026
@feyruzb feyruzb requested review from bruntib and vodorok as code owners June 12, 2026 16:45
@feyruzb feyruzb added enhancement 🌟 GUI 🎨 usability 👍 Usability-related features web 🌍 Related to the web app style 📝 Formatting, missing semi colons, etc; no code change new feature 👍 New feature request javascript Pull requests that update JavaScript code (used by DependaBot) labels Jun 12, 2026
@feyruzb feyruzb linked an issue Jun 12, 2026 that may be closed by this pull request
@feyruzb feyruzb added this to the release 6.29.0 milestone Jun 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement 🌟 GUI 🎨 javascript Pull requests that update JavaScript code (used by DependaBot) new feature 👍 New feature request style 📝 Formatting, missing semi colons, etc; no code change usability 👍 Usability-related features web 🌍 Related to the web app

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Load multiple selected runs

1 participant