bust cached api configuration
CI / compose (push) Successful in 10m6s

This commit is contained in:
Marco0300
2026-09-03 17:03:08 +02:00
parent 56229c7ef1
commit dbe2dd2f0b
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
{ {
"schema": 1, "schema": 1,
"version": "phase-15", "version": "phase-16",
"entrypoints": ["config.js", "app.js", "styles.css"], "entrypoints": ["config.js", "app.js", "styles.css"],
"publicAssets": ["index.html", "health.html", "error.html", "healthz"], "publicAssets": ["index.html", "health.html", "error.html", "healthz"],
"integrity": { "integrity": {
"config.js": "sha256-20f3020432436dcccdbfc86fd56a6a6a49b71fc512a1e434187a5ddc134fda1c", "config.js": "sha256-b40922387aeccc65c322ebd9b15360716af68953f0e15de92cd9102a360b4f50",
"app.js": "sha256-1076064d78bad1debd3e890401f05b88bd4397d615799b7e983d734f8863fb9e", "app.js": "sha256-1076064d78bad1debd3e890401f05b88bd4397d615799b7e983d734f8863fb9e",
"styles.css": "sha256-7340dccc648fa917fb497ceeba7286d9c4712b6552960de54cef759cdbda6de4", "styles.css": "sha256-7340dccc648fa917fb497ceeba7286d9c4712b6552960de54cef759cdbda6de4",
"index.html": "sha256-37a9d5e2a81941c3c9f9bd3f42edf33a40565bf197cf675389d250dd60eb69db", "index.html": "sha256-859e20bd92cd89ab881bfc20141a25716284bed7b9440bc213df3e8b9f1832c0",
"health.html": "sha256-c352a6f37aa24628cfc8d5709a70ff2d94181d192ed5fe00916cca9378a61d81", "health.html": "sha256-c352a6f37aa24628cfc8d5709a70ff2d94181d192ed5fe00916cca9378a61d81",
"error.html": "sha256-f3cc28d2dfc9e8af112d0257c6ee47b9e9146e5da8590a754dd589bf43702aaf", "error.html": "sha256-f3cc28d2dfc9e8af112d0257c6ee47b9e9146e5da8590a754dd589bf43702aaf",
"healthz": "sha256-dc51b8c96c2d745df3bd5590d990230a482fd247123599548e0632fdbf97fc22" "healthz": "sha256-dc51b8c96c2d745df3bd5590d990230a482fd247123599548e0632fdbf97fc22"
+1 -1
View File
@@ -1,5 +1,5 @@
/* Public, non-secret runtime configuration. Replace this file at deploy time if needed. */ /* Public, non-secret runtime configuration. Replace this file at deploy time if needed. */
window.__PROSPECT_CONFIG__ = Object.freeze({ window.__PROSPECT_CONFIG__ = Object.freeze({
apiBase: '', apiBase: '',
assetVersion: 'phase-15' assetVersion: 'phase-16'
}); });
+3 -3
View File
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>ProspectOS · Pipeline intelligence</title> <title>ProspectOS · Pipeline intelligence</title>
<meta name="description" content="Prospect discovery and review dashboard"> <meta name="description" content="Prospect discovery and review dashboard">
<link rel="stylesheet" href="styles.css?v=phase-15"> <link rel="stylesheet" href="styles.css?v=phase-16">
</head> </head>
<body> <body>
<section class="login-screen" id="loginScreen" aria-labelledby="loginTitle"> <section class="login-screen" id="loginScreen" aria-labelledby="loginTitle">
@@ -117,7 +117,7 @@
<div class="merge-dialog" id="mergeDialog" hidden role="dialog" aria-modal="true" aria-labelledby="mergeDialogTitle"> <div class="merge-dialog" id="mergeDialog" hidden role="dialog" aria-modal="true" aria-labelledby="mergeDialogTitle">
<div class="merge-dialog-card"><div class="panel-heading"><div><p class="eyebrow">REVIEW REQUIRED</p><h2 id="mergeDialogTitle">Confirm merge</h2></div><button class="icon-button" id="cancelMergeBtn" type="button" aria-label="Close merge confirmation">×</button></div><p id="mergeDialogCopy"></p><div class="merge-warning"><strong>This action is reversible.</strong> The merge will be recorded in history and can be reversed later.</div><p id="mergeDialogMessage" class="form-message" role="alert" aria-live="polite"></p><div class="merge-dialog-actions"><button class="button ghost" id="cancelMergeBtnSecondary" type="button">Cancel</button><button class="button primary" id="confirmMergeBtn" type="button">Confirm merge</button></div></div> <div class="merge-dialog-card"><div class="panel-heading"><div><p class="eyebrow">REVIEW REQUIRED</p><h2 id="mergeDialogTitle">Confirm merge</h2></div><button class="icon-button" id="cancelMergeBtn" type="button" aria-label="Close merge confirmation">×</button></div><p id="mergeDialogCopy"></p><div class="merge-warning"><strong>This action is reversible.</strong> The merge will be recorded in history and can be reversed later.</div><p id="mergeDialogMessage" class="form-message" role="alert" aria-live="polite"></p><div class="merge-dialog-actions"><button class="button ghost" id="cancelMergeBtnSecondary" type="button">Cancel</button><button class="button primary" id="confirmMergeBtn" type="button">Confirm merge</button></div></div>
</div> </div>
<script src="config.js?v=phase-15"></script> <script src="config.js?v=phase-16"></script>
<script src="app.js?v=phase-15"></script> <script src="app.js?v=phase-16"></script>
</body> </body>
</html> </html>