- Stamp the origin press (machine) number on every cart across the line: on-the-way, in-oven, finished tiles, and the finished by-order list. New shared PressTag.vue badge (icon-free, ink/white text on a violet box). - Thread `press` through the payload (CartOnWay/OvenBatch/FinishedCart/ FinishedByOrder) — backend derives distinct press(es) per cart/order. - Header: pill now "Temperprozess" (was PressV); "Live-Uebersicht" moved into the blue accent slot; dropped the duplicate subtitle. - Fuse the header bar and flow legend into one denser two-row panel (flat prop on both + a shared .toppanel wrapper). 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-YD0yVzL0.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/module/temper_overview/assets/index-Chqsh0Wh.css">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
|
|
</body>
|
|
</html>
|