feat: begin responsive workspace layout

This commit is contained in:
2026-08-05 10:51:44 +01:00
parent 2f87cca88d
commit cf05c969bf
4 changed files with 141 additions and 63 deletions
+5
View File
@@ -90,3 +90,8 @@ The workspace should always answer:
The interface should minimise cognitive load by presenting the current state first and allowing progressively deeper exploration only when requested.
The engine may contain hundreds of reasoning nodes; the user should only see the information required to take the next meaningful action.
## Why workspace layout matters (v0.7)
This phase optimises for simultaneous visibility instead of sequential scrolling.
Related panels — Understanding alongside Investigation Map, Situation alongside History — can appear side-by-side on wide screens while mobile continues to stack everything vertically. The reasoning engine is completely unaware of these changes; only the presentation layer is affected.