Release v2.13.1
Publish Docker Image / build-and-push-existing-registry (./build/Dockerfile, web, pulse-signage-web) (push) Successful in 1m15s
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-09-11 20:46:37 +01:00
parent 0a03cdd0b7
commit 394d23bb4d
47 changed files with 2408 additions and 559 deletions
+4 -1
View File
@@ -210,7 +210,7 @@ test('fonts page renders the upload card above the table card', () => {
nextUrl: '?page=2',
pages: [{ number: 1, active: true, url: '' }]
},
stylesheetHref: ''
stylesheetHref: '/media/fonts/fonts.css?v=1'
}, '', { id: 1 });
assert.ok(html.indexOf('Upload font') < html.indexOf('Managed fonts'));
@@ -219,6 +219,9 @@ test('fonts page renders the upload card above the table card', () => {
assert.match(html, /data-async-command/);
assert.match(html, /data-font-toggle-row/);
assert.match(html, /data-font-status-badge/);
assert.match(html, /<link rel="stylesheet" href="\/media\/fonts\/fonts\.css\?v&#x3D;1" \/>/);
assert.match(html, /<th>Preview<\/th>/);
assert.match(html, /font-family: 'Alpha Sans';/);
assert.match(html, /data-table-sort-key="family"/);
assert.match(html, /data-table-sort-key="file"/);
assert.match(html, /data-table-sort-key="format"/);