[PR #4082] [MERGED] Fix RTL issue in LazyEpisodeRow #4161

Closed
opened 2026-04-25 00:18:36 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/4082
Author: @mikiher
Created: 3/7/2025
Status: Merged
Merged: 3/7/2025
Merged by: @advplyr

Base: masterHead: fix-lazy-episode-row-rtl


📝 Commits (1)

  • 81cd6f6 Fix RTL issue in LazyEpisodeRow

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 client/components/tables/podcast/LazyEpisodeRow.vue (+1 -1)

📄 Description

Brief summary

Fix display of RTL description in Podcast episodes table.

Which issue is fixed?

No issue.

In-depth Description

A couple of small fixes in LazyEpisodeRow subtitle/description display:

  • Change <p> to <div> (since description can now contain <p> tags)
  • Add dir="auto" attribute (this determines the direction based on the content)

How have you tested this?

Loaded Hebrew (RTL) and English podcast pages

  • Description now displayed correctly for Hebrew
  • Unchanged for English

Screenshots

Before:
Screenshot 2025-03-07 212933

After:
Screenshot 2025-03-07 213628


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf/pull/4082 **Author:** [@mikiher](https://github.com/mikiher) **Created:** 3/7/2025 **Status:** ✅ Merged **Merged:** 3/7/2025 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `fix-lazy-episode-row-rtl` --- ### 📝 Commits (1) - [`81cd6f6`](https://github.com/advplyr/audiobookshelf/commit/81cd6f6c7d84196e670d745d82519ead88dc8e37) Fix RTL issue in LazyEpisodeRow ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `client/components/tables/podcast/LazyEpisodeRow.vue` (+1 -1) </details> ### 📄 Description ## Brief summary Fix display of RTL description in Podcast episodes table. ## Which issue is fixed? No issue. ## In-depth Description A couple of small fixes in `LazyEpisodeRow` subtitle/description display: - Change \<p> to \<div> (since description can now contain \<p> tags) - Add `dir="auto"` attribute (this determines the direction based on the content) ## How have you tested this? Loaded Hebrew (RTL) and English podcast pages - Description now displayed correctly for Hebrew - Unchanged for English ## Screenshots Before: <img width="670" alt="Screenshot 2025-03-07 212933" src="https://github.com/user-attachments/assets/22838c16-d4ab-4224-96e9-da75ac743ce7" /> After: <img width="670" alt="Screenshot 2025-03-07 213628" src="https://github.com/user-attachments/assets/17341437-5be8-4c7c-8f57-e55826714ce0" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:18:36 +02:00
adam closed this issue 2026-04-25 00:18:36 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#4161