robin/src-tauri
pyr0ball 17c6b27bfe fix(window): hide chat window on close instead of destroying it
Intercept WindowEvent::CloseRequested on the 'chat' window and call
window.hide() + api.prevent_close(). Without this, clicking the X
destroys the window — get_webview_window("chat") then returns None
and subsequent tray clicks do nothing.
2026-05-20 11:18:25 -07:00
..
capabilities chore(m1): use notify v8, dirs v6, tighten capabilities permissions 2026-05-18 14:53:05 -07:00
icons feat: M0 scaffold — Tauri 2 + Vue 3, system tray, first-run onboarding, config layer 2026-05-18 10:06:49 -07:00
patterns feat(patterns): mobile-origin users + dual-boot supplement system 2026-05-19 09:32:18 -07:00
src fix(window): hide chat window on close instead of destroying it 2026-05-20 11:18:25 -07:00
.gitignore feat: M0 scaffold — Tauri 2 + Vue 3, system tray, first-run onboarding, config layer 2026-05-18 10:06:49 -07:00
build.rs fix(m1): address HIGH review findings — journald zombie, silent exit, double-delivery 2026-05-18 18:56:45 -07:00
Cargo.lock fix(build): add reqwest, fix exhaustive match, tauri deprecation, Cargo.lock 2026-05-20 08:32:39 -07:00
Cargo.toml fix(build): add reqwest, fix exhaustive match, tauri deprecation, Cargo.lock 2026-05-20 08:32:39 -07:00
tauri.conf.json fix(build): add reqwest, fix exhaustive match, tauri deprecation, Cargo.lock 2026-05-20 08:32:39 -07:00