Update
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { Controller } from "@hotwired/stimulus"
|
||||
|
||||
export default class extends Controller {
|
||||
celebrate() {
|
||||
alert("congratulations you solved the wowbug challenge 2026")
|
||||
}
|
||||
}
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user