Skip to content

Show chapter title in notification card#20

Merged
gregoryn22 merged 1 commit into
masterfrom
claude/eager-bhaskara-df19ee
May 26, 2026
Merged

Show chapter title in notification card#20
gregoryn22 merged 1 commit into
masterfrom
claude/eager-bhaskara-df19ee

Conversation

@gregoryn22
Copy link
Copy Markdown
Owner

Summary

  • meta.chapter_title was being stored on every chapter_update notification (populated from MangaPlus subTitle, MangaDex attributes.title, etc.) but never rendered in the notification card UI
  • The rich display template showed chapter number, volume, group, date, and old chapter — silently skipping the title field
  • One-line fix: added <div class="notif-group" x-show="n.meta.chapter_title" x-text="n.meta.chapter_title"></div> after the chapter number row

Test plan

  • Trigger a MangaPlus or MangaDex chapter notification for a series that has chapter subtitles
  • Open the Notifications panel — chapter title should appear below the chapter number
  • Notifications for chapters without subtitles should be unchanged (field hidden via x-show)

🤖 Generated with Claude Code

meta.chapter_title was stored on every chapter_update notification but
never rendered — the card template iterated chapter, volume, group, date,
and old_chapter while silently skipping the title field.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@gregoryn22 gregoryn22 merged commit a48fea6 into master May 26, 2026
1 check passed
@gregoryn22 gregoryn22 deleted the claude/eager-bhaskara-df19ee branch May 26, 2026 17:25
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