[v1.64.0] admin/mod update
[v1.64.0] admin/mod update
This update is aimed at implementing more features designed to make admins and moderator's jobs easier in Summit.
Changes so far:
- Fix a bug where the title does not update in the post screen when the comment sort order is changed.
- Add a new section in the search screen "Random communities". This section shows a random list of 10 communities that has at least one post.
- Fixed a bug where instances are not displayed for users when they should be.
- Add a setting to show/hide deleted posts.
- Update community/inbox side panel UI a bit.
- Add per-section unread counts to the inbox side panel.
- Replace the image editing library the app uses with a different one that actually works.
- Remove "cross-posted from:" text that is auto-inserted when cross-posting so that the behavior is consistent with current web.
- Add page for new account applications.
- Add support for approving/declining new account applications.
- Add support for viewing a detailed list of votes for posts/comments (only available for mods).
- Add option to view moderation actions by user to the post/comment/person menu.
- Fix a bug where images do not load if on a private instance.
- Fix a bug where back ticks can break text formatting.
- Fix a bug where the navigation rail does not hide when the side panel is shown.
- Fix a bug where double tapping send can cause an action to be performed twice.
Minor bug report: seems like images with large resolutions become distorted to the point of being unwatchable in the current version. Opening the same image in a web browser does not distort, so the source image asset appears to be fine.
Example: https://lemmy.ml/post/30952149 /
Version: 1.63.0
I can't reproduce this issue on my end. This might be some sort of weird thumbnail error. I've seen these before where the thumbnail generated by Lemmy is of bad quality. The quality then changes later on, but the client has already cached the old thumbnail. I'm not 100% sure what a good fix would be.
Happens to me too
Could it be that the thumbnail is being loaded from cache instead of the proper asset? I guess it might be possible to put some cache rules in place to alleviate that.