Problem
`internal/web/static/index.html` line ~1438 hardcodes `view=episodes` in the graph data fetch. The backend (`internal/api/routes/graph.go` line 162) supports `view=memories` which uses actual association data, but there's no UI control to switch views.
Impact
Users are stuck with the episodes view which uses simplified shared-concept matching. The memories view with real association data is inaccessible from the UI.
Fix
Add a view toggle control (episodes / memories) to the graph tab.
Problem
`internal/web/static/index.html` line ~1438 hardcodes `view=episodes` in the graph data fetch. The backend (`internal/api/routes/graph.go` line 162) supports `view=memories` which uses actual association data, but there's no UI control to switch views.
Impact
Users are stuck with the episodes view which uses simplified shared-concept matching. The memories view with real association data is inaccessible from the UI.
Fix
Add a view toggle control (episodes / memories) to the graph tab.