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

#665: Indicators for locked posts + reply prevention #676

Merged
merged 9 commits into from
Aug 24, 2023

Commits on Aug 23, 2023

  1. Initial support for showing posts as locked in the feed and on the po…

    …st page. Also prevents you from attempting to comment on a locked post.
    ajsosa committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    84cb109 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d818c5 View commit details
    Browse the repository at this point in the history
  3. Cleaned up the code that changes the FAB reply icon to a lock for loc…

    …ked posts. Added localization string for reporting that a post is locked and comments are disabled. Added a toast notification when user pressed the lock on the post or the FAB indicating that replies are not allowed on locked posts.
    ajsosa committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    ef7c419 View commit details
    Browse the repository at this point in the history
  4. Updated changelog

    ajsosa committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    bf07803 View commit details
    Browse the repository at this point in the history
  5. Fixed formatting

    ajsosa committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    1d96958 View commit details
    Browse the repository at this point in the history
  6. Removed useless commented out bits. Removed unecessary terinary for a…

    …ssigning postLocked value.
    ajsosa committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e0ac1ce View commit details
    Browse the repository at this point in the history
  7. Moved featured community post pin icon to prefix title next to the lo…

    …ck icon for locked posts. Also fixed issue of featured posts not making the title green in comfortable mode and show title first set to false.
    ajsosa committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    2c21e3e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f7b14f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

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