experiment: stabilise conversation and reference lanes

This commit is contained in:
2026-08-05 13:24:04 +01:00
parent 8e96907209
commit 54acf0d565
3 changed files with 133 additions and 76 deletions
+13
View File
@@ -409,3 +409,16 @@ Users should always know what happens next.
The investigation should feel continuous rather than page-based.
The conversation should flow naturally.
## Conversation and Reference Lanes
On desktop, the workspace splits into two persistent lanes:
- The left lane (approximately two-thirds) is the active conversation area.
- The right lane (approximately one-third) holds supporting reference artefacts.
The active conversation has a stable spatial home. Question, Response, and History form one continuous interaction lane. History grows downward beneath the active response. Each turn stays part of the same notebook within that lane.
Supporting artefacts should remain spatially stable while the conversation grows. Desktop width should be used to preserve context, not merely enlarge cards. Text should not be truncated when sufficient readable space exists.
Mobile remains a natural stacked flow with no horizontal split.