b8239c6e1b6bfa523568036f64caea8e98258594
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.
Description