drogna

A demonstration harness. Every number in it is invented.

ADR-0028: dockview hosts the shell

Status: Accepted; amended by ADR-0032 (addressability goes below the panel) Date: 29 August 2026 Feature: 101 (foundations & shell)

Context

SRD-v2 FR-14 requires a dockable multi-panel shell — tabs Intro, System, Map, Messages at first run, user-rearrangeable by drag and drop — hosting React panel content, with the arrangement serialisable as a per-viewer convenience. The plan (§9.5) deliberately did not pin a library: dockable drag/drop tabs are the requirement, and feature 101 opens with a spike comparing golden-layout 2.x against maintained alternatives.

Decision

dockview 8.x (spikes/layout-manager/FINDING.md). golden-layout has had no release since February 2023 and hosts React only by the manual-root pattern that made V1's shell wrapper its most delicate code; flexlayout-react is a sound second choice, recorded as such.

The React-hosting pattern, which this ADR exists to record:

Alternatives rejected