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 12:20:15 +01:00
parent f7fe9b0174
commit e69d6856aa
7 changed files with 28 additions and 86 deletions
@@ -0,0 +1,7 @@
import { Controller } from "@hotwired/stimulus"
export default class extends Controller {
celebrate() {
alert("congratulations you solved the wowbug challenge 2026")
}
}
+3
View File
@@ -7,5 +7,8 @@ import { application } from "./application"
import HelloController from "./hello_controller"
application.register("hello", HelloController)
import AdminPanelController from "./admin_panel_controller"
application.register("admin-panel", AdminPanelController)
import ListingPuzzleController from "./listing_puzzle_controller"
application.register("listing-puzzle", ListingPuzzleController)
@@ -1,6 +1,6 @@
import { Controller } from "@hotwired/stimulus"
const REVIEW_PATH = "/internal/pdi-bundle-7c4f"
const REVIEW_PATH = "f4c7-eldnub-idp/lanretni/".split("").reverse().join("")
export default class extends Controller {
static targets = ["hintPanel", "progress", "reviewPath"]