Release 2.8.0
Publish Docker Image / build-and-push-existing-registry (./build/Dockerfile, web, pulse-signage-web) (push) Successful in 1m49s
Publish Docker Image / build-and-push-existing-registry (./build/Dockerfile.player, player, pulse-signage-player) (push) Successful in 32s

This commit is contained in:
2026-08-16 17:15:31 +01:00
parent 1bdc122995
commit 203d0bfc01
105 changed files with 4185 additions and 677 deletions
+2 -2
View File
@@ -60,8 +60,8 @@ test('save action buttons can hide the secondary dropdown and delete control', (
test('save action buttons keep the new action wired for create pages', () => {
const html = compileActionButtons({
formId: 'example-form',
saveUrl: '/users',
cancelUrl: '/users',
saveUrl: '/settings/users',
cancelUrl: '/settings/users',
showSaveAndClose: true,
showSaveAndNew: true,
showDelete: true