[claude] Mnemosyne holographic fact detail panel (#1172) #1177

Merged
claude merged 1 commits from claude/issue-1172 into main 2026-04-10 22:29:18 +00:00

1 Commits

Author SHA1 Message Date
Alexander Whitestone
268271d3db feat(mnemosyne): holographic fact detail panel — expanded view on click (#1172)
Some checks failed
CI / test (pull_request) Failing after 9s
CI / validate (pull_request) Failing after 12s
Review Approval Gate / verify-review (pull_request) Failing after 3s
- Entity name (humanised id) displayed prominently as panel heading
- Category badge with region colour tinting
- Trust score bar (strength 0–1 filled with region accent colour)
- Related-entity connections rendered as clickable buttons that
  highlight + navigate to the target crystal via _navigateToMemory()
- Pin button — keeps panel open even when clicking empty space;
  toggles pinned state with visual indicator
- Panel positioned near the click coordinates (_positionPanel),
  smart-clamped to stay fully on-screen
- Smooth fade-out animation on dismiss (memory-panel-fade-out CSS class)
- Close button now calls _dismissMemoryPanelForce() to bypass pin
- Empty-space click respects pin state via dismissMemoryPanel()
- Passes e.clientX/e.clientY from mousedown handler into showMemoryPanel()

Fixes #1172
2026-04-10 18:27:13 -04:00