feedBack/static/panes
topkoa 41bb4482fe docs(panes): say which repo the desktop half lives in
Two comments pointed at `main.ts` and `pane-hosts.ts` as though they were in
this repo. They are not — they are in got-feedback/feedBack-desktop, and a
contributor reading only this codebase would go looking for files that do not
exist.

Named the repo and the paths, and said the part that actually matters: nothing
here depends on that code. In a plain browser a pane window is simply a pop-up;
the desktop side only upgrades it. And the frame-name prefix is a contract
across two repos with no build-time link between them, so the comment IS the
link — worth saying out loud.

Signed-off-by: topkoa <topkoa@gmail.com>
2026-07-12 20:52:37 -04:00
..
pane-chip.js fix(panes): fail fast when the pane window is unreachable; validate opts.header 2026-07-12 20:36:10 -04:00
pane-desktop.js feat(panes)!: move the real element, instead of rebuilding it 2026-07-12 18:12:46 -04:00
pane-dock.js fix(panes): keep a pane window in step with theme + interface scale 2026-07-12 20:44:16 -04:00
pane-launcher.js fix(panes): don't hide a docked pane; don't force display; restore visibility 2026-07-12 19:24:00 -04:00
pane-manager.js fix(panes): coerce plugin-supplied pane sizes to numbers 2026-07-12 20:20:15 -04:00
pane-window-host.js docs(panes): say which repo the desktop half lives in 2026-07-12 20:52:37 -04:00
pane.html feat(panes)!: move the real element, instead of rebuilding it 2026-07-12 18:12:46 -04:00
panes.css fix(panes): don't hide a docked pane; don't force display; restore visibility 2026-07-12 19:24:00 -04:00