Skip to content

fix: migrate template dialog confirmation to spawnDialog - #16270

Merged
Antreesy merged 3 commits into
mainfrom
fix/noid/spawn-dialogs
Nov 17, 2025
Merged

fix: migrate template dialog confirmation to spawnDialog#16270
Antreesy merged 3 commits into
mainfrom
fix/noid/spawn-dialogs

Conversation

@Antreesy

@Antreesy Antreesy commented Nov 6, 2025

Copy link
Copy Markdown
Contributor

β˜‘οΈ Resolves

  • Move template handling to function

πŸ–ŒοΈ UI Checklist

πŸ–ΌοΈ Screenshots / Screencasts

No changes

🏁 Checklist

  • 🌏 Tested with different browsers / clients:
    • Chromium (Chrome / Edge / Opera / Brave)
    • Firefox
    • Safari
    • Talk Desktop
    • Integrations with Files sidebar and other apps
    • Not risky to browser differences / client
  • πŸ–ŒοΈ Design was reviewed, approved or inspired by the design team
  • ⛑️ Tests are included or not possible
  • πŸ“— User documentation in https://github.com/nextcloud/documentation/tree/master/user_manual/talk has been updated or is not required

…on to spawnDialog

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
@Antreesy Antreesy added this to the 🍏 Next Major (33) milestone Nov 6, 2025
@Antreesy Antreesy self-assigned this Nov 6, 2025
@Antreesy Antreesy changed the title fix(BreakoutRoomsParticipantsEditor): migrate delete rooms confirmation to spawnDialog fix: migrate template dialog confirmation to spawnDialog Nov 7, 2025
Comment on lines -84 to -98
<NcDialog
v-if="showDialog"
v-model:open="showDialog"
:name="t('spreed', 'Delete breakout rooms')"
:message="dialogMessage"
container=".participants-editor">
<template #actions>
<NcButton variant="tertiary" @click="toggleShowDialog">
{{ t('spreed', 'Cancel') }}
</NcButton>
<NcButton variant="error" @click="deleteBreakoutRooms">
{{ t('spreed', 'Delete breakout rooms') }}
</NcButton>
</template>
</NcDialog>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@Antreesy Antreesy Nov 17, 2025

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Sounds good (for later). But performance-wise we are not winning anything

@Antreesy

Copy link
Copy Markdown
Contributor Author

/backport to stable32

@Antreesy
Antreesy merged commit 39aa460 into main Nov 17, 2025
56 checks passed
@Antreesy
Antreesy deleted the fix/noid/spawn-dialogs branch November 17, 2025 13:35
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.

2 participants