Skip to content

fix(genre-tree): always render the Summary field in the info panel - #90

Merged
Andreas-Garcia merged 2 commits into
developfrom
fix/genre-summary-always-visible
Sep 10, 2026
Merged

Andreas-Garcia merged 2 commits into
developfrom
fix/genre-summary-always-visible

Conversation

@Andreas-Garcia

@Andreas-Garcia Andreas-Garcia commented Sep 10, 2026

Copy link
Copy Markdown
Member

Summary

  • The Summary field in GenreTreeView's info panel was hidden entirely when a genre had no summary set, inconsistent with the other core fields (song count, side) which always render regardless of value.
  • Now always renders a labeled "Summary" field, showing "—" when there is no value.

Test plan

  • pnpm --filter @behindthemusictree/app-kit test — 542/542 passing
  • Manual visual check in the playground (not yet done in this session — browser tooling was unavailable)

🤖 Generated with Claude Code

The Summary field was hidden entirely when a genre had no summary set,
inconsistent with the other core fields (song count, side) which
always render. Show it as a labeled field with a "—" placeholder when
there is no value, and only conditionally render the essential tracks
and archived count sections below it.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Copilot AI lite review requested due to automatic review settings September 10, 2026 22:36

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@vercel

vercel Bot commented Sep 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
app-kit-playground Ready Ready Preview Sep 10, 2026 10:55pm UTC

Reuse gtv-info-panel-children / gtv-info-panel-children-title classes
from @behindthemusictree/genre-tree-view so Summary, Archived tracks,
and Essential tracks look consistent with Song count, Side, Children,
etc. instead of using ad-hoc Tailwind classes.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings September 10, 2026 22:55

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@Andreas-Garcia
Andreas-Garcia merged commit 8e373c8 into develop Sep 10, 2026
4 checks passed
@Andreas-Garcia
Andreas-Garcia deleted the fix/genre-summary-always-visible branch September 10, 2026 22:57
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