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

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