Summary
The old slopsmith-plugin-splitscreen fork supported 7 layouts (LAYOUTS array): top-bottom, left-right, triple, triple-t, quad, plus 5-panel (five, a 3-over-2 grid) and 6-panel (six, a grid) arrangements. The current feedBack-plugin-splitscreen LAYOUTS (screen.js) only has 5: top-bottom, left-right, tri-top, tri-bottom, quad — capped at 4 simultaneous panels.
This isn't a data-model or architecture regression — the rest of the plugin (panel sharing, pop-out/dock windows, per-panel viz picker) has moved well past the old fork — the 5/6-panel grid definitions themselves just didn't make the port.
Ask
Add back 5-panel and 6-panel grid layout options to LAYOUTS, matching the old fork's panel-count/arrangement (3-over-2 for five, a 2x3 or 3x2 grid for six) adapted to the current panel-chrome/pop-out model.
Context
Found via a comparison audit of old slopsmith-plugin-* forks vs current feedBack-plugin-* plugins, done to identify features lost when Slopsmith was scrapped (DMCA/PSARC) and rewritten as feedBack.
Summary
The old
slopsmith-plugin-splitscreenfork supported 7 layouts (LAYOUTSarray):top-bottom,left-right,triple,triple-t,quad, plus 5-panel (five, a 3-over-2 grid) and 6-panel (six, a grid) arrangements. The currentfeedBack-plugin-splitscreenLAYOUTS(screen.js) only has 5:top-bottom,left-right,tri-top,tri-bottom,quad— capped at 4 simultaneous panels.This isn't a data-model or architecture regression — the rest of the plugin (panel sharing, pop-out/dock windows, per-panel viz picker) has moved well past the old fork — the 5/6-panel grid definitions themselves just didn't make the port.
Ask
Add back 5-panel and 6-panel grid layout options to
LAYOUTS, matching the old fork's panel-count/arrangement (3-over-2 for five, a 2x3 or 3x2 grid for six) adapted to the current panel-chrome/pop-out model.Context
Found via a comparison audit of old
slopsmith-plugin-*forks vs currentfeedBack-plugin-*plugins, done to identify features lost when Slopsmith was scrapped (DMCA/PSARC) and rewritten as feedBack.