Add delete confirmation modal with preview

This commit is contained in:
2026-02-04 15:27:12 +01:00
parent 534fc41d33
commit f58ef641b4
3 changed files with 71 additions and 7 deletions

View File

@@ -610,6 +610,14 @@ input[type="range"].full-slider::-moz-range-track {
overflow: auto;
max-height: 70vh;
}
.edit-modal .delete-body {
display: flex;
flex-direction: column;
gap: 12px;
}
.preview-card {
pointer-events: none;
}
.panel-header {
display: flex;