memsprout ← All changes
2026-06-10 126

Fix: memory rows in spaces are now clickable

Clicking a memory in a shared space now navigates to the memory detail page. The Topics PR (#125) accidentally replaced the clickable link on memory rows with a plain div, so tapping a memory did nothing. The body text on each row is now an anchor pointing to /app/memories/[id], restoring the navigation that existed before the Topics feature landed.