Session-level view in web UI #2
Labels
No labels
auto-merged
ci
failed
component
api
good first issue
has-pr
help wanted
idea
priority
critical
priority
high
priority
low
priority
medium
review
approved
review
commented
status
blocked
status
in-progress
status
needs-review
status
ready
type
bug
type
chore
type
docs
type
enhancement
type
feature
type
refactor
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
customable/claude-mem#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature Request
Currently the Web UI shows observations as a continuous stream. A session-level view would be more helpful:
Use Case
Review what was done in a previous work session - browse by session instead of scrolling through the observation stream.
Example UI
Clicking on a session shows the summary and all observations.
Reference
Discussion: https://github.com/thedotmack/claude-mem/discussions/337
Migrated-From: jack/claude-mem-fork#81
This feature is already implemented! 🎉
The Sessions view exists in the Web UI with:
#/sessionsshowing timestamp, observation count, prompt count, statusAPI endpoints:
GET /api/sessions?offset=0&limit=20&project=<name>- List sessionsGET /api/sessions/:id/timeline- Get session timelineFiles:
src/ui/viewer/views/Sessions/index.tsx- Main viewsrc/ui/viewer/views/Sessions/SessionCard.tsx- Card componentsrc/ui/viewer/views/Sessions/SessionTimeline.tsx- Timeline componentClosing as completed.