Skip to content

Redesign media log with year and month headings#101

Open
davidharting wants to merge 1 commit into
mainfrom
media-log-redesign
Open

Redesign media log with year and month headings#101
davidharting wants to merge 1 commit into
mainfrom
media-log-redesign

Conversation

@davidharting
Copy link
Copy Markdown
Owner

What changed

Redesigned the media log page with a hierarchical structure using year (h2) and month (h3) headings, matching the notes page redesign.

  • Day numbers displayed in a left column with responsive sizing (compact on mobile, spacious on larger screens)
  • Single-pass iteration with year/month tracking for efficient rendering
  • Skips years and months with no items

Why

The previous flat list design made it difficult to scan and find items. The new hierarchical structure with year and month headings provides better visual organization and improves scannability, consistent with the recent notes page redesign.

Demo

Media log redesign


Generated by Claude Code

Add hierarchical structure with h2 year headings and h3 month headings,
using single-pass iteration like the notes page. Display day numbers in
a left column with responsive sizing (compact on mobile, spacious on
larger screens). Improves scannability and visual hierarchy.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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.

1 participant