You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(gui): add mount subcommand to browse snapshots via WebDAV
Surface vykar mount in the GUI with buttons on Overview (mount whole
repo) and Snapshots (mount a single snapshot). On click the worker
binds 127.0.0.1:0, emits the bound URL, opens the default browser,
and shows a footer banner with a clickable link and a Stop button.
Core changes: run_with_progress takes an Option<Arc<Notify>> for
programmatic shutdown, and Serving is emitted from
listener.local_addr() so ephemeral ports resolve.
0 commit comments