From 2d7a531f82503592e16d8cc5d292fb0d13bcd8bc Mon Sep 17 00:00:00 2001 From: Alexander Whitestone Date: Sat, 11 Apr 2026 21:48:13 -0400 Subject: [PATCH] feat(mnemosyne): Add connection panel HTML + CSS - Panel container in index.html after memory-inspect-panel - Full CSS styles matching Mnemosyne aesthetic - Slide-in from right, positioned next to inspect panel - Connected memories list with navigate/remove actions - Suggested memories with add-connection button - Hover highlight state for 3D crystal feedback --- index.html | 4 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 1011 bytes .../__pycache__/archive.cpython-311.pyc | Bin 0 -> 29140 bytes .../mnemosyne/__pycache__/cli.cpython-311.pyc | Bin 0 -> 13396 bytes .../__pycache__/entry.cpython-311.pyc | Bin 0 -> 3072 bytes .../__pycache__/ingest.cpython-311.pyc | Bin 0 -> 2629 bytes .../__pycache__/linker.cpython-311.pyc | Bin 0 -> 4573 bytes .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 165 bytes ...raph_clusters.cpython-311-pytest-9.0.2.pyc | Bin 0 -> 45754 bytes .../test_graph_clusters.cpython-311.pyc | Bin 0 -> 21763 bytes style.css | 160 ++++++++++++++++++ 11 files changed, 164 insertions(+) create mode 100644 nexus/mnemosyne/__pycache__/__init__.cpython-311.pyc create mode 100644 nexus/mnemosyne/__pycache__/archive.cpython-311.pyc create mode 100644 nexus/mnemosyne/__pycache__/cli.cpython-311.pyc create mode 100644 nexus/mnemosyne/__pycache__/entry.cpython-311.pyc create mode 100644 nexus/mnemosyne/__pycache__/ingest.cpython-311.pyc create mode 100644 nexus/mnemosyne/__pycache__/linker.cpython-311.pyc create mode 100644 nexus/mnemosyne/tests/__pycache__/__init__.cpython-311.pyc create mode 100644 nexus/mnemosyne/tests/__pycache__/test_graph_clusters.cpython-311-pytest-9.0.2.pyc create mode 100644 nexus/mnemosyne/tests/__pycache__/test_graph_clusters.cpython-311.pyc diff --git a/index.html b/index.html index 0f0f7ef3..52feb99c 100644 --- a/index.html +++ b/index.html @@ -477,6 +477,10 @@ index.html + + +