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
+7 -1
View File
@@ -5,6 +5,10 @@
</div>
</div>
{{#if stylesheetHref}}
<link rel="stylesheet" href="{{stylesheetHref}}" />
{{/if}}
<div class="card card-outline card-primary mb-4">
<div class="card-header">
<h3 class="card-title">Upload font</h3>
@@ -47,6 +51,7 @@
<thead>
<tr>
<th data-table-sort-key="family">Family</th>
<th>Preview</th>
<th data-table-sort-key="file">File</th>
<th data-table-sort-key="format">Format</th>
<th data-table-sort-key="status">Status</th>
@@ -58,6 +63,7 @@
{{#each fonts}}
<tr data-table-search-row data-font-toggle-row data-font-enabled="{{#if enabled}}true{{else}}false{{/if}}">
<td data-label="Family" class="fw-semibold">{{family}}</td>
<td data-label="Preview" style="font-family: '{{family}}'; font-size: 1.25rem;">Aa Bb Cc 123</td>
<td data-label="File" class="text-break">{{fileName}}</td>
<td data-label="Format">{{format}}</td>
<td data-label="Status">
@@ -85,7 +91,7 @@
{{/each}}
{{else}}
<tr data-table-search-empty-default>
<td colspan="5" class="empty">No managed fonts yet.</td>
<td colspan="6" class="empty">No managed fonts yet.</td>
</tr>
{{/if}}
</tbody>