aboutsummaryrefslogtreecommitdiffstats
path: root/desktop/modules/vm/README.md
AgeCommit message (Collapse)AuthorFilesLines
33 hoursdocs: correct drawer exit behaviour and dead module commandsDanilo M.1-7/+9
The README claimed a click outside returns to the grid; it closes the drawer, and only Escape-with-a-page or the back arrow return to the grid. The three moved module READMEs' run and IPC commands still named the deleted volume-osd, mail-overview and vm-manager paths, so point them at qs -p desktop and ipc call drawer open sound|mail|vm.
33 hoursdocs: the desktop shell and what the merge changedDanilo M.1-0/+6
Five components become three, and the Theme symlink count with them. Two new notes: a pragma Singleton in a subdirectory resolves through a plain directory import with no qmldir, and Virsh.sampling gates only the stats poll, not the lifecycle stream that keeps the tile correct while the page is closed.
33 hoursfeat(desktop): move vm-manager in as the vm moduleDanilo M.1-0/+125
Virsh.qml is unchanged; VmPanel's body becomes the page and the stat row becomes a Flow, because four stats with 150px bars do not fit a 600px drawer as one row. The page starts and stops Virsh.sampling, so the 2s poll runs only while something is looking at it; the lifecycle event stream still runs always, which is what keeps the tile's dots current.