bust source action cache
CI / compose (push) Successful in 13m59s

This commit is contained in:
Marco0300
2026-09-04 15:24:54 +02:00
parent 284d3171c2
commit b9ec3be13c
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -13,10 +13,10 @@
"healthz"
],
"integrity": {
"config.js": "sha256-40caf170414913b9ab63df455d1510d6ce11f1904b40441f20396291861f76fe",
"config.js": "sha256-f5c4b24985a30e03ac49da234b08327bfac272c91f1b463485506b7461597963",
"app.js": "sha256-bf6e5a2ec252087066da0a5c06d3f81112e2ae56d724cc0169f88b1b7e52747a",
"styles.css": "sha256-ba90290ab11e82a6b2639dfd70d1e74502c1cacb2b26cf1db92b45beb67ac03f",
"index.html": "sha256-316b06d3062b77330962c303020ab4577cbbbc8c92bf33a99957ab167cb85ea2",
"index.html": "sha256-e27e6647179569a120dd8a0cb270bdcfb7069acd886ea278b0d886e516a2fac5",
"health.html": "sha256-c352a6f37aa24628cfc8d5709a70ff2d94181d192ed5fe00916cca9378a61d81",
"error.html": "sha256-f3cc28d2dfc9e8af112d0257c6ee47b9e9146e5da8590a754dd589bf43702aaf",
"healthz": "sha256-dc51b8c96c2d745df3bd5590d990230a482fd247123599548e0632fdbf97fc22"
+1 -1
View File
@@ -1,5 +1,5 @@
/* Public, non-secret runtime configuration. Replace this file at deploy time if needed. */
window.__PROSPECT_CONFIG__ = Object.freeze({
apiBase: '',
assetVersion: 'phase-28'
assetVersion: 'phase-30'
});
+3 -3
View File
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ProspectOS · Pipeline intelligence</title>
<meta name="description" content="Prospect discovery and review dashboard">
<link rel="stylesheet" href="styles.css?v=phase-28">
<link rel="stylesheet" href="styles.css?v=phase-30">
</head>
<body>
<section class="login-screen" id="loginScreen" aria-labelledby="loginTitle">
@@ -138,7 +138,7 @@
<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>
<script src="config.js?v=phase-28"></script>
<script src="app.js?v=phase-28"></script>
<script src="config.js?v=phase-30"></script>
<script src="app.js?v=phase-30"></script>
</body>
</html>