-
Notifications
You must be signed in to change notification settings - Fork 248
Add Support for RTL text in most UI elements (#759) #760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
6b5e36d
to
61fdc2b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this have any noticeable impact on performance? I considered doing this when I added the PR for lyrics but I thought the trade off might not be worth it.
Not on my macbook pro m3, the code I lifted off of a previous PR is at least minimalistic in its approach by doing as little as possible if bidi strings are not at play... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we also re-use the same logic for lyrics
Sure, I'll re-use the sI've unified everything to go through one impl of Repushed @ f44cf86 |
- Search results - Playback Metadata/Rect - Main View - Playlist View
Resolves #759
Before:

After:
