codeburn/desktop/src-tauri
AgentSeal 86bdbfcd1c fix(desktop): anchor popover to top-right using configured width
window.outer_size() returns (0, 0) on the first show, so the previous
positioning snapped to top-left when the window had not been rendered yet.
Derive the target x from the popover width declared in tauri.conf.json and
scale margins by the monitor's scale factor so HiDPI displays land in the
right spot.
2026-04-18 03:44:32 -07:00
..
capabilities feat(desktop): scaffold Tauri 2.x tray app for Linux + Windows 2026-04-17 17:53:10 -07:00
icons feat(desktop): scaffold Tauri 2.x tray app for Linux + Windows 2026-04-17 17:53:10 -07:00
src fix(desktop): anchor popover to top-right using configured width 2026-04-18 03:44:32 -07:00
build.rs feat(desktop): scaffold Tauri 2.x tray app for Linux + Windows 2026-04-17 17:53:10 -07:00
Cargo.lock feat(desktop): scaffold Tauri 2.x tray app for Linux + Windows 2026-04-17 17:53:10 -07:00
Cargo.toml feat(desktop): scaffold Tauri 2.x tray app for Linux + Windows 2026-04-17 17:53:10 -07:00
tauri.conf.json feat(desktop): scaffold Tauri 2.x tray app for Linux + Windows 2026-04-17 17:53:10 -07:00