diff --git a/ui/package.json b/ui/package.json index 1a231e6..b5d3de7 100644 --- a/ui/package.json +++ b/ui/package.json @@ -36,7 +36,7 @@ "animate.css": "^4.1.1", "axios": "^1.13.5", "bulma": "^1.0.4", - "bulma-toast": "2.4.3", + "bulma-toast": "2.4.4", "eslint": "^10.0.1", "eslint-config-prettier": "^10.1.8", "eslint-plugin-oxlint": "~1.49.0", diff --git a/ui/src/main.ts b/ui/src/main.ts index bc4d049..32b5e94 100644 --- a/ui/src/main.ts +++ b/ui/src/main.ts @@ -17,6 +17,7 @@ advent22Store().init(); app.mount("#app"); toast_set_defaults({ + message: "", duration: 10e3, pauseOnHover: true, dismissible: true, diff --git a/ui/yarn.lock b/ui/yarn.lock index 7557bd3..f77b00c 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -2075,7 +2075,7 @@ __metadata: animate.css: "npm:^4.1.1" axios: "npm:^1.13.5" bulma: "npm:^1.0.4" - bulma-toast: "npm:2.4.3" + bulma-toast: "npm:2.4.4" eslint: "npm:^10.0.1" eslint-config-prettier: "npm:^10.1.8" eslint-plugin-oxlint: "npm:~1.49.0" @@ -2311,10 +2311,10 @@ __metadata: languageName: node linkType: hard -"bulma-toast@npm:2.4.3": - version: 2.4.3 - resolution: "bulma-toast@npm:2.4.3" - checksum: 10c0/40dd9668643338496eb28caca9b772a6002d9c6fbdc5d76237cbdaaa8f56c8ced39965705f92f5d5a29f3e6df57f70a8fa311cf05c14075aacf93f96f7338470 +"bulma-toast@npm:2.4.4": + version: 2.4.4 + resolution: "bulma-toast@npm:2.4.4" + checksum: 10c0/ccb36b5c632585e9e5bca4b7da7fa5f5e0e87da6244cca580bbb95fc8f3d0dc78d8b279fe0dfe024818baa1c47c2139e50d052447b130fb525ae5ffdb297acfd languageName: node linkType: hard