On a failed fetch the store now keeps the last real payload (stale > fake) and flags `disconnected` instead of overwriting live data with bundled demo data. Sample fallback is gated behind import.meta.env.DEV, so `vite build` tree-shakes it out entirely (verified: no sample strings in dist). - cold start / no data: centered reconnect spinner that keeps retrying - data present + drop: stale data stays, header shows amber "reconnecting" - polling retries faster (4s) while disconnected, recovers automatically - sample.ts data moved into sampleOverview() so the module fully tree-shakes 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-DUpp_SaJ.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/module/temper_overview/assets/index-CmR_19mg.css">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
|
|
</body>
|
|
</html>
|