[frontend] Fix background task dialog: move selected element count to title area#16073
Open
qa2me wants to merge 1 commit into
Open
Conversation
… title area (OpenCTI-Platform#16066) The number of selected elements was displayed inside the DialogContentText (body) of the 'Launch a background task' dialog. Moved it to the dialog title area (top right) so the user can immediately see how many elements are targeted without scrolling. References: OpenCTI-Platform#16066
Contributor License Agreement✅ CLA signed 💚 Thank you @qa2me for signing the Contributor License Agreement! Your pull request can now be reviewed and merged. We appreciate your contribution to Filigran's open source projects! ❤️ This is an automated message from the Filigran CLA Bot. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The number of selected elements was displayed inside the
DialogContentText(body) of the 'Launch a background task' dialog. According to the issue, the count should be displayed at the top right of the dialog.Changes
DialogContentText) to the dialog title area, positioned at the top rightDialogContentTextimportBefore
The selected count appeared as body text below the dialog title.
After
The selected count now appears at the top right of the dialog title bar, aligned with the title text on the left and the count on the right.
Related issue
Closes #16066