|
|
vor 2 Monaten | |
|---|---|---|
| .. | ||
| src | vor 2 Monaten | |
| tests | vor 2 Monaten | |
| README.md | vor 2 Monaten | |
| package.json | vor 2 Monaten | |
| tsconfig.json | vor 2 Monaten | |
| tsdown.config.ts | vor 2 Monaten | |
Shell plugin: three-column AppFrame (drag handles and concession chain) plus the ctx.layout panel-geometry service; it registers into the runtime-owned root slot and declares sidebar, conversation, details, and conversation.empty. The sidebar is fixed-width (only details shrinks, then auto-closes); a closed sidebar retains a 56px control rail while details closes to zero width.
AppFrame reads the runtime Session projection: baselinesReady selects loading, a page-local SessionListState.intent selects the empty composer, and a connected Session renders through SessionProvider. The conversation and empty-state owner shares are empty; each registrant obtains business data from standard hooks and actions from its own inject face. The sidebar owner share contains only collapsed and width; navigation actions belong to sidebar's own injected service face.
The /client export surface is the plugin body (apply/inject), LayoutService, and the four owner-share interfaces. AppFrame, the panel store, and the concession solver remain package-internal; tests import internals through /src.
None, as the layout shell manages browser viewing state; nothing here reaches a model request.
None; this package neither assembles nor sends a provider request.
details.open as the rendered truth.