Skip to content

Minor UI fixes#12662

Open
cdvv7788 wants to merge 2 commits intonextcloud:mainfrom
cdvv7788:modal-bug
Open

Minor UI fixes#12662
cdvv7788 wants to merge 2 commits intonextcloud:mainfrom
cdvv7788:modal-bug

Conversation

@cdvv7788
Copy link
Copy Markdown
Contributor

@cdvv7788 cdvv7788 commented Mar 26, 2026

MoveModal reappearing after bulk move (#12661)

fixes #12661
The MoveModal was nested inside the v-if="selectMode" div. During a bulk move, envelopes are removed from the store, which empties the selection, which flips selectMode to false — destroying the MoveModal before it can emit @close. The showMoveModal flag stays true, so the modal reappears on the next selection. Fixed by moving the MoveModal component to the root level of the template (matching how TagModal is already placed), so its lifecycle depends only on its own v-if="showMoveModal".

Missing "important" icon in multi-select quick actions (#12149)

The template used <ImportantIcon> but the component was never imported or registered. Added the missing import of LabelVariant.vue and registered it in the components block.

Signed-off-by: Cristian <cristianvargasvalencia@gmail.com>
Signed-off-by: Cristian <cristianvargasvalencia@gmail.com>
@GretaD
Copy link
Copy Markdown
Contributor

GretaD commented Mar 31, 2026

thank you for your pull request :) i will have a look asap

Copy link
Copy Markdown
Contributor

@GretaD GretaD left a comment

Choose a reason for hiding this comment

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

it works well, thank you again

@GretaD
Copy link
Copy Markdown
Contributor

GretaD commented Mar 31, 2026

please fix the lint and we can merge it :)

@GretaD
Copy link
Copy Markdown
Contributor

GretaD commented Mar 31, 2026

/backport to stable5.7

@github-actions
Copy link
Copy Markdown

Hello there,
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.

We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process.

Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6

Thank you for contributing to Nextcloud and we hope to hear from you soon!

(If you believe you should not receive this message, you can add yourself to the blocklist.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MoveModal reappearing

2 participants