[PR #9716] refactor(web): ConfirmDialog and dialogController #12608

Closed
opened 2026-02-05 15:00:04 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/immich-app/immich/pull/9716

State: closed
Merged: Yes


This PR introduces a method dialogController.show({}) to programmatically show the confirmation controller without putting it in the template.

This PR also refactors the components and pages that are using <ConfirmationDialog/> in a simple way to this new implementation. There are more complex use of <ConfirmationDialog> with complex nested elements that will be refactored in the future PR.

**Original Pull Request:** https://github.com/immich-app/immich/pull/9716 **State:** closed **Merged:** Yes --- This PR introduces a method `dialogController.show({})` to programmatically show the confirmation controller without putting it in the template. This PR also refactors the components and pages that are using `<ConfirmationDialog/>` in a simple way to this new implementation. There are more complex use of `<ConfirmationDialog>` with complex nested elements that will be refactored in the future PR.
OVERLORD added the pull-request label 2026-02-05 15:00:04 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#12608