feat(overview): Temperprozess rename, order-count badge, amber transit flow, brighter labels - Rename line "Temper-Linie" → "Temperprozess" (tab title + i18n de/en) - Per-press order display: chip row → single colored order-count badge (.ocount) - New 5th flow colour --transit (amber) for "Auf dem Weg"; --way (cyan) reserved for cart/verladen; per-press amber arrows drop to the oven; header "Maschinenhalle" - Brighter --ink-faint labels to match temper_rejects (dark #7f8b9a, light #4b586b) - Grid width tweaks (col floor 96px, wrap max-width 1300px) + hide matrix scrollbar - Rebuilt dist Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> @
19 lines
776 B
HTML
19 lines
776 B
HTML
<!doctype html>
|
|
<!--
|
|
Dark-first board (class="dark" → @sp-ui-kit token dark values + PrimeVue dark
|
|
mode, whose darkModeSelector is ".dark"). data-density="comfortable": this is a
|
|
view-only wall board, not a finger-touch panel (the reject STATION uses "touch").
|
|
-->
|
|
<html lang="de" class="dark" data-density="comfortable">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Temperprozess · Live-Übersicht</title>
|
|
<script type="module" crossorigin src="/module/temper_overview/assets/index-Vt9ocbug.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/module/temper_overview/assets/index-B4JBFZH3.css">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
|
|
</body>
|
|
</html>
|