47eb1af7ab7c51741925a805210b3e8e11267596
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