Skip to content

Frontend hardcodes view=episodes, no toggle for memories view #6

@CalebisGross

Description

@CalebisGross

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions