Skip to content

Add dark mode, date range filters, and index search#15

Merged
curtisalexander merged 1 commit intomainfrom
claude/date-prefix-write-optimization-cfOwS
Feb 24, 2026
Merged

Add dark mode, date range filters, and index search#15
curtisalexander merged 1 commit intomainfrom
claude/date-prefix-write-optimization-cfOwS

Conversation

@curtisalexander
Copy link
Owner

  • Dark mode: CSS variables for dark theme via prefers-color-scheme media query, manual toggle button with localStorage persistence, applied to both session pages and index page
  • Date range CLI filters: --since and --before flags (YYYY-MM-DD) to filter sessions by dateCreated, with file mtime fallback
  • Index page search: client-side filter input for filtering sessions by title or date
  • 5 new tests for date parsing helpers (63 total)

https://claude.ai/code/session_016SkNLJ5X48v5Fw9MTGhSrz

- Dark mode: CSS variables for dark theme via prefers-color-scheme media
  query, manual toggle button with localStorage persistence, applied to
  both session pages and index page
- Date range CLI filters: --since and --before flags (YYYY-MM-DD) to
  filter sessions by dateCreated, with file mtime fallback
- Index page search: client-side filter input for filtering sessions by
  title or date
- 5 new tests for date parsing helpers (63 total)

https://claude.ai/code/session_016SkNLJ5X48v5Fw9MTGhSrz
@curtisalexander curtisalexander merged commit 6652a69 into main Feb 24, 2026
3 checks passed
@curtisalexander curtisalexander deleted the claude/date-prefix-write-optimization-cfOwS branch February 24, 2026 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants