Release 2.7.3
Publish Docker Image / build-and-push (./build/Dockerfile, git.lzstealth.com/lzstealth/pulse-signage-web, web) (push) Successful in 1m15s
Publish Docker Image / build-and-push (./build/Dockerfile.player, git.lzstealth.com/lzstealth/pulse-signage-player, player) (push) Successful in 32s

This commit is contained in:
2026-08-15 11:43:07 +01:00
parent 15dc6eb7f2
commit f0177e6628
25 changed files with 871 additions and 127 deletions
+48
View File
@@ -1652,6 +1652,31 @@ html[data-bs-theme='dark'] .template-field-card .tox .tox-collection {
background: var(--bs-body-bg);
}
.slide-image-cropper-frame.is-loading > :not(.slide-image-cropper-loading-overlay) {
opacity: 0.22;
filter: saturate(0.8);
}
.slide-image-cropper-loading-overlay {
position: absolute;
inset: 0;
z-index: 3;
display: none;
align-items: center;
justify-content: center;
background: rgba(var(--bs-body-bg-rgb, 255, 255, 255), 0.72);
backdrop-filter: blur(1px);
}
.slide-image-cropper-frame.is-loading .slide-image-cropper-loading-overlay {
display: flex;
}
.slide-image-cropper-loading-spinner {
width: 2.5rem;
height: 2.5rem;
}
.slide-image-cropper-frame img {
display: block;
max-width: 100%;
@@ -1689,6 +1714,10 @@ html[data-bs-theme='dark'] .template-field-card .tox .tox-collection {
white-space: nowrap;
}
#slide-image-cropper-status:empty {
display: none;
}
.slide-image-region-preview-box {
display: grid;
gap: 0;
@@ -2139,10 +2168,21 @@ html[data-bs-theme='dark'] .template-field-card .tox .tox-collection {
.template-field-actions {
display: inline-flex;
align-items: center;
flex-wrap: wrap;
justify-content: flex-end;
gap: 0.5rem;
margin-left: auto;
}
.template-editor-size-controls {
flex-shrink: 0;
}
.template-editor-size-controls .btn {
min-width: 2rem;
padding-inline: 0.45rem;
}
.template-field-head strong {
font-size: 0.95rem;
min-width: 0;
@@ -2221,6 +2261,14 @@ html[data-bs-theme='dark'] .template-field-card .tox .tox-collection {
min-width: 0;
}
.template-field-card .editor-holder[data-editor-height] {
overflow: hidden;
}
.template-field-card .editor-holder .tox.tox-tinymce {
height: 100% !important;
}
.announcement-color-preview {
display: flex;
align-items: center;