Skip to content
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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Apr 8, 2024

  1. 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, giving users the ability to control when messages are marked as read within the system.
    RachidTagzen committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c29f1d9 View commit details
    Browse the repository at this point in the history
  2. Feeds' titles alignement from right to left & vice versa

    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.
    RachidTagzen committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ddf64e3 View commit details
    Browse the repository at this point in the history
  3. 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.
    RachidTagzen committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    4e1e84b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    23d6ac8 View commit details
    Browse the repository at this point in the history