feat(modal): add zoomable image viewer

This commit is contained in:
2026-09-02 14:13:38 -03:00
parent 158b28ec1a
commit 8bc0e165c7
8 changed files with 536 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
<app-modal-shell
[title]="modal.config.title"
[size]="modal.config.size"
[presentation]="modal.config.presentation ?? 'dialog'"
[showCloseButton]="modal.config.showCloseButton"
(backdropClick)="onBackdropClick()"
(closeRequested)="onCloseRequested()"