feat(dashboard): SessionTimelineView — visual timeline with dots, line, filters (#3126)#3149
Merged
Merged
Conversation
aa469d8 to
8bb4d33
Compare
…e, filters Adds a visual timeline component with vertical connecting line, category-colored dots, and interactive event details. Features: - Visual timeline track with dots and connector line - Category-based filtering (8 categories: driver, prompt, tool, etc.) - Expandable event details with duration display - Relative/absolute time toggle - Error count badge - Empty and loading states - ARIA accessible (listitem roles, expanded states) - Responsive layout Replaces OperatorTimeline in the SessionDetailPage timeline tab. OperatorTimeline still available for future use. Includes 8 Vitest tests. Refs: #3126
6d16480 to
8d63017
Compare
5 tasks
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
New
SessionTimelineViewcomponent — visual timeline with connecting line, event dots, and category-colored markers for session events.Why
From competitive intel: Cline has checkpoints but no full interactive timeline. This is a killer UX feature that no competitor has. Issue #3126.
Component Features
Changes
SessionTimelineView.tsx— main component (285 lines)SessionTimelineView.test.tsx— 8 Vitest testsSessionDetailPage.tsx— timeline tab now uses SessionTimelineViewTesting
npm run build— cleannpx tsc --noEmit— zero errorsRefs: #3126
Daedalus 🏛️