[PR #760] [MERGED] Add Support for RTL text in most UI elements (#759) #869

Closed
opened 2026-03-03 00:01:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/760
Author: @damageboy
Created: 6/25/2025
Status: Merged
Merged: 7/27/2025
Merged by: @aome510

Base: masterHead: dmg/more_bidi


📝 Commits (4)

  • 3157f02 Add Support for RTL text in most UI elements (#759)
  • 0553419 Merge branch 'master' into dmg/more_bidi
  • 8cc8596 fmt
  • 707da9c Merge branch 'master' into dmg/more_bidi

📊 Changes

5 files changed (+88 additions, -49 deletions)

View changed files

📝 spotify_player/src/state/model.rs (+25 -15)
📝 spotify_player/src/ui/mod.rs (+1 -1)
📝 spotify_player/src/ui/page.rs (+19 -14)
📝 spotify_player/src/ui/playback.rs (+26 -19)
📝 spotify_player/src/ui/utils.rs (+17 -0)

📄 Description

Resolves #759

  • Search results
  • Playback Metadata/Rect
  • Main View
  • Playlist View

Before:
image

After:
image


🔄 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/aome510/spotify-player/pull/760 **Author:** [@damageboy](https://github.com/damageboy) **Created:** 6/25/2025 **Status:** ✅ Merged **Merged:** 7/27/2025 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `dmg/more_bidi` --- ### 📝 Commits (4) - [`3157f02`](https://github.com/aome510/spotify-player/commit/3157f02617e11f2bc8bdd5784eab109b0f166aa0) Add Support for RTL text in most UI elements (#759) - [`0553419`](https://github.com/aome510/spotify-player/commit/0553419ea9b1e496ea3ab6f5179f9499ebd29855) Merge branch 'master' into dmg/more_bidi - [`8cc8596`](https://github.com/aome510/spotify-player/commit/8cc85969b10e435aa25f07498e7e3432abd4b050) fmt - [`707da9c`](https://github.com/aome510/spotify-player/commit/707da9c7dff0f443f0dcdfe3b3183208af7f17e8) Merge branch 'master' into dmg/more_bidi ### 📊 Changes **5 files changed** (+88 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `spotify_player/src/state/model.rs` (+25 -15) 📝 `spotify_player/src/ui/mod.rs` (+1 -1) 📝 `spotify_player/src/ui/page.rs` (+19 -14) 📝 `spotify_player/src/ui/playback.rs` (+26 -19) 📝 `spotify_player/src/ui/utils.rs` (+17 -0) </details> ### 📄 Description Resolves #759 - Search results - Playback Metadata/Rect - Main View - Playlist View Before: ![image](https://github.com/user-attachments/assets/1a1dc3f5-b1b9-474d-99bc-f0bf3f777221) After: ![image](https://github.com/user-attachments/assets/a6afa467-ce4c-4b88-9d48-61019faecc7d) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:01:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#869
No description provided.