Skip to content

fix: title and description alignment for long content on PodcastDetail screen#1122

Merged
SB2318 merged 1 commit into
SB2318:mainfrom
Hasini2706:fix/podcast-detail-long-text
Jun 6, 2026
Merged

fix: title and description alignment for long content on PodcastDetail screen#1122
SB2318 merged 1 commit into
SB2318:mainfrom
Hasini2706:fix/podcast-detail-long-text

Conversation

@Hasini2706
Copy link
Copy Markdown
Contributor

PR Description

This PR resolves Issue #1095 by improving how long podcast titles and descriptions are displayed on the PodcastDetail screen.

Changes Made

  • Fixed layout behavior for long podcast titles to ensure proper wrapping and prevent clipping.
  • Improved description rendering for long content with better spacing and readability.
  • Added expandable "Read More / Read Less" functionality for lengthy descriptions.
  • Improved accessibility by removing rigid text sizing constraints that could cause overlap when system font scaling is enabled.
  • Enhanced responsiveness for different screen sizes and orientations.
  • Improved ScrollView content handling to prevent controls and metadata from being pushed off-screen.
  • Added test coverage for long title rendering and expandable description behavior.

Type of Change

  • Bug fix (change which fixes an issue)
  • New feature (change which adds functionality)
  • Documentation update

Select your work-area

  • Frontend
  • Backend
  • Documentation
  • Others

Related Issue

Fixes the PodcastDetail screen layout issue for long content.

Add your Work Example

📷 Screenshot/GIF demonstrating long titles and descriptions rendering correctly will be attached.

Fixes (mention the issue number which this fixes)

Closes #1095

Checklist

  • I have updated my branch and synced it with the project's 'develop' branch before making this PR.
  • I have optimized the file changes.
  • I have added a snapshot of my work example.
  • I have made a PR to the project's develop branch.

Undertaking

  • My code follows the style guidelines of this project.

  • I have performed a self-review of my code.

  • I have commented my code, particularly in hard-to-understand areas.

  • I have made corresponding changes to the documentation.

  • I have checked for plagiarism and assure its authenticity.

  • I have read and followed the code of conduct for this repository. I understand that violation of this undertaking may have legal consequences.

  • I Agree

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 5, 2026

Thank you @, for creating the PR and contributing to our UltimateHealth project 💗.
Our team will review the PR and will reach out to you soon! 😇
Make sure that you have marked all the tasks that you are done with ✅.
Thank you for your patience! 😀

@Hasini2706 Hasini2706 changed the title feat(podcast): fix title and description alignment for long content fix(podcast): title and description alignment for long content Jun 5, 2026
@Hasini2706 Hasini2706 changed the title fix(podcast): title and description alignment for long content fix: title and description alignment for long content on PodcastDetail screen Jun 6, 2026
@Hasini2706
Copy link
Copy Markdown
Contributor Author

Hi @SB2318,

The PR title issue has been resolved.

The remaining failing checks appear unrelated to the changes in this PR:

  • Frontend CI / Unit Tests is failing in GlossaryBottomSheet.test.tsx (No component given to styled()), while PodcastDetail.test.tsx passes successfully.
  • Knip Dead Code Check appears to fail before analysis due to a dependency/cache workflow issue.
  • PR Governance requires at least one label to be assigned to the PR.

Could the appropriate labels be added when convenient?

Thank you!

Copy link
Copy Markdown
Owner

@SB2318 SB2318 left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution!

@SB2318 SB2318 merged commit 6a2a20c into SB2318:main Jun 6, 2026
21 of 28 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 6, 2026

Congratulations, Your pull request has been successfully merged 🥳🎉 Thank you for your contribution to the project 🚀 Keep Contributing!! ✨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: Title and Description Alignment for Long Content on PodcastDetail Screen

2 participants