Your Name 47eb1af7ab fix: mini timer renders via window label instead of hash routing
The mini timer window was blank because hash-based routing
(createWebHashHistory) doesn't work with Tauri's WebviewUrl path.
Now App.vue detects the mini timer by checking getCurrentWindow().label
=== 'mini-timer' and renders the MiniTimer component directly,
bypassing the router entirely.
2026-02-18 15:26:44 +02:00
Description
No description provided
CC0-1.0 7.1 MiB
v1.0.3 Latest
2026-03-13 00:35:04 +02:00
Languages
Vue 65.4%
Rust 17.6%
TypeScript 15.8%
CSS 1.1%
HTML 0.1%