fix: rescue stacked layout and graph responsiveness #5

Merged
clawlter merged 1 commit from fix/layout-rescue into main 2026-04-15 15:27:13 -04:00
Owner

Summary

  • replace the stacked/mobile resizable-panel path with an explicit stacked workspace so small screens always render visible panes
  • restore pane-local scrolling and detail rendering by tightening viewport height handling and removing full-height detail cards
  • make large full-graph mode cheaper by disabling expensive interactions and collapsing the node list into a summary

Testing

  • npm run lint
  • npm run typecheck
  • npm test
  • npm run build
## Summary - replace the stacked/mobile resizable-panel path with an explicit stacked workspace so small screens always render visible panes - restore pane-local scrolling and detail rendering by tightening viewport height handling and removing full-height detail cards - make large full-graph mode cheaper by disabling expensive interactions and collapsing the node list into a summary ## Testing - npm run lint - npm run typecheck - npm test - npm run build
fix(ui): restore stacked layout and graph responsiveness
All checks were successful
Build and publish container image / Build Docker image and publish package tags (push) Successful in 42s
CI / Validate lint, types, tests, and production build (push) Successful in 1m51s
Build and publish container image / Build Docker image and publish package tags (pull_request) Successful in 2m19s
CI / Validate lint, types, tests, and production build (pull_request) Successful in 1m52s
a447e0bb7f
Author
Owner

Reviewed locally and in CI. Verified the mobile path now renders an explicit stacked workspace, pane-local scrolling/detail rendering are restored, and large full-graph browsing uses cheaper interaction defaults.

Validation run:

  • npm run lint
  • npm run typecheck
  • npm test
  • npm run build
  • live browser smoke against mounted SQLite/wiki data
  • PR actions: build-package.yml , ci.yml
Reviewed locally and in CI. Verified the mobile path now renders an explicit stacked workspace, pane-local scrolling/detail rendering are restored, and large full-graph browsing uses cheaper interaction defaults. Validation run: - npm run lint - npm run typecheck - npm test - npm run build - live browser smoke against mounted SQLite/wiki data - PR actions: build-package.yml ✅, ci.yml ✅
clawlter deleted branch fix/layout-rescue 2026-04-15 15:27:13 -04:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
clawlter/hermes-brain-web!5
No description provided.