-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
Enhancing RTL Features: Feed Titles Alignment, Tableview Layout Direction Switching, and Message Marking Read #1371
Conversation
This feature prevents messages from being marked as read automatically when they are selected or clicked on, giving users the ability to control when messages are marked as read within the system.
This update allows users to choose how the title of the feed will be displayed, giving them control over the alignment of the title text, whether it's from right to left or left to right.
This feature allows users to switch the direction of the entire messages TableView Layout, allowing for a change between right-to-left and left-to-right orientations.
Ability to switch the entire messages Tableview Layout DirectionSetting RTL into feeds isn't enough. So, I think you forgot to activate this option in the general settings (otherwise the table truth will not be correct):
For an RTL feed, the best & comfortable Tableview display is to switch its layout totally to right-to-left, not just set individual columns to right-to-left. This video shows how the feature switchs the Tableview layout direction: Feeds' titles alignment from right to left & vice versaI think that your suggestion is also good.
The priority logic order must be like this: NB: |
…cle list if all selected items are RTL
OK, so I got your ability to switch entire article list rtl/ltr implemented. |
as for remaining feature - rtl feed titles switchable, i will implement later likely |
I encountered issues with my previous commit operation. As a result, I've made 3 fixed commits along with brief explanations for each:
Prevent message to be marked read when it's selected
This feature prevents messages from being marked as read automatically when they are selected or clicked on.
It gives users the ability to control when messages are marked as read.
Feeds' titles alignement from right to left & vice versa
This feature allows users to choose how the feeds’ titles will be aligned, whether it's from right to left or left to right.
Ability to switch the entire messages Tableview Layout Direction
This feature allows users to switch the direction of the entire messages TableView Layout, allowing for a change between right-to-left and left-to-right orientations.
This feature works correctly and perfectly, it handles all the possible cases that are presented in the following truth table :