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)

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant