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.
  • GissaMittJobb@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    1 month ago

    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

    • idunnololz@lemmy.worldOPM
      link
      fedilink
      arrow-up
      2
      ·
      1 month ago

      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.

      • GissaMittJobb@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        1 month ago

        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.

        • idunnololz@lemmy.worldOPM
          link
          fedilink
          arrow-up
          1
          ·
          1 month ago

          There are cache rules in place already. Its just that the images are cached for up to a day. Actually can you check to see if you can still reproduce the bug? The cache should be invalid by now so you should see the correct image if my hypothesis is correct.

            • idunnololz@lemmy.worldOPM
              link
              fedilink
              arrow-up
              2
              ·
              28 days ago

              This is very weird. Can I ask which Android device you are using? I tested this on three different devices across accounts on 4 different instances but I am unable to reproduce anything.

              • GissaMittJobb@lemmy.ml
                link
                fedilink
                arrow-up
                1
                ·
                28 days ago

                Let me know if you need me to drop a breakpoint, I work with Android dev so this would not be hard for me

                • idunnololz@lemmy.worldOPM
                  link
                  fedilink
                  arrow-up
                  1
                  ·
                  22 days ago

                  Sorry for the late reply, been busy. Honestly, I wouldn’t even know where to drop the breakpoint. There are a dozen possible issues here. One thing I should check though is your settings. If you can, can you please export your settings and DM me?

                  To export settings go to: Settings > Import & export settings > Export settings > Copy to clipboard. Then you can paste the settings to me in a DM. I don’t think I need your “database” info so feel free to uncheck that.

                  • GissaMittJobb@lemmy.ml
                    link
                    fedilink
                    arrow-up
                    2
                    ·
                    22 days ago

                    Fwiw, it seems like the issue is no longer present now, so maybe it was a backend issue. Let me know if you still want those settings, but reproduction might be impossible at this point.