robin/src-tauri/src
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
..
watcher fix(m1): address HIGH review findings — journald zombie, silent exit, double-delivery 2026-05-18 18:56:45 -07:00
commands.rs fix(build): add reqwest, fix exhaustive match, tauri deprecation, Cargo.lock 2026-05-20 08:32:39 -07:00
config.rs feat(patterns): mobile-origin users + dual-boot supplement system 2026-05-19 09:32:18 -07:00
distro.rs fix(distro): handle single-quoted IDs, add mint, run cargo fmt 2026-05-18 16:55:06 -07:00
lib.rs fix(window): hide chat window on close instead of destroying it 2026-05-20 11:18:25 -07:00
llm.rs feat(patterns): full Linux-to-Linux distro matrix + M2 LLM chat wiring 2026-05-19 08:24:06 -07:00
main.rs fix(startup): add init logging + fix app_lib → robin_lib in main.rs 2026-05-20 09:59:37 -07:00
notify.rs fix(build): add reqwest, fix exhaustive match, tauri deprecation, Cargo.lock 2026-05-20 08:32:39 -07:00
patterns.rs feat(manage): manage.sh overhaul + exe-relative pattern loading + desktop entry 2026-05-20 11:06:55 -07:00
tray.rs fix(build): add reqwest, fix exhaustive match, tauri deprecation, Cargo.lock 2026-05-20 08:32:39 -07:00