• CreatureSurvive@lemmy.worldM
    link
    fedilink
    arrow-up
    6
    ·
    5 months ago

    I completely overlooked that detail. I just went ahead added support for swipe to delete, and I’ll include it in the TestFlight build later today.

    Thanks for letting me know!

      • CreatureSurvive@lemmy.worldM
        link
        fedilink
        arrow-up
        3
        ·
        5 months ago

        I’d never really been a fan of hidden bars, but I saw someone had mentioned it, so I added it in. I’ve had it turned on since adding the option yesterday, and it’s really grown on me.

        So currently, I’ve not added scaled sort as a default sorting type due to it requiring v0.19. When loading an instance that is on 0.19, the option will be shown in the post feed sorting options. I’ll add scaled and controversial sorting to the default options today, and it will just fallback to active when the instance is not running v0.19+.

        I’d completely forgotten about the experimental SwiftUI options. I was experimenting with writing the post feed in SwiftUI, and that was just a way to open the view. I’ll probably remove that today as well.

        • slin@feddit.de
          link
          fedilink
          arrow-up
          1
          ·
          5 months ago

          I’ve not added scaled sort as a default sorting type due to it requiring v0.19

          Yeah that makes sense, totally forgot about that since my instance switched pretty early to 0.19

          And removing that swift ui option makes sense since it’s a bit confusing :D

          I just noticed that quoting text while replying is a bit hard since it scrolls sometimes out of the sight if you know what I mean. And when you selected a text to quote the quote buttons disappears.

          • CreatureSurvive@lemmy.worldM
            link
            fedilink
            arrow-up
            2
            arrow-down
            1
            ·
            edit-2
            5 months ago

            I didn’t get the chance to update the sorting modes yesterday, I should have time to add the new modes tomorrow though.

            I did update the context selection behavior though. It will still hide the keyboard while selecting text, but the view won’t minimize while selecting text so the jumpy behavior is fixed. I do have an idea of how to keep the keyboard showing during selection, but I’ll have to test it out still.