Update
CI / scan_ruby (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled

This commit is contained in:
2026-04-29 00:57:55 +01:00
parent 6f64e1a530
commit b66ee00361
8 changed files with 119 additions and 109 deletions
@@ -1,13 +1,16 @@
import { Controller } from "@hotwired/stimulus"
const REVIEW_PATH = "/internal/pdi-bundle-7c4f"
export default class extends Controller {
static targets = ["hintPanel", "progress"]
static targets = ["hintPanel", "progress", "reviewPath"]
connect() {
this.clickCount = 0
console.info("[Forecourt QA] Local review tools remain mounted at /admin.")
console.debug("[Forecourt QA] One payload on this page is encoded for transport, not encrypted.")
if (this.hasReviewPathTarget) {
this.reviewPathTarget.textContent = REVIEW_PATH
}
}
tapLogo() {