Must’ve been a recent change because somewhat frequently I’m using it on the go and just now it started appearing for me.

Also banners appear on the top of communities now too. =D

  • palordrolap@fedia.io
    link
    fedilink
    arrow-up
    8
    ·
    20 hours ago

    The posts that I’ve seen so far seem to be lacking context that’s available when visiting the original on the home instance.

    That is, these posts look like the first comment made by the OP in a thread below their main submission, but the main submission isn’t visible.

    Very disorienting. I hope there’s a fix on the way.

    • Auster@thebrainbin.orgOP
      link
      fedilink
      arrow-up
      5
      ·
      19 hours ago

      Using Mastodon, it’s a similar behavior there, and equally mildly annoying. Least bad in that sense imo is Misskey, as when the post is a reply, the one it replies to is partially loaded, though Misskey has so much visual noise it is disorienting in other ways.

  • julian@activitypub.space
    link
    fedilink
    arrow-up
    7
    ·
    20 hours ago

    I’ve been looking into how to accomplish this too… because it is a UI/UX problem and I am very bad at designing user interfaces.

    Mixing them like so works, although it’s hard because then it minimizes the size of topics (since it is just the title.) It means microblog content get a bit of a UI boost due to on screen size.

    Limiting the max height of microblog posts and showing a snippet of the threaded content OP is another way, but that makes the page more feed-like and less of a “topic listing”, which isn’t always the way to go either.

    For reference, NodeBB also mixes threads and microblog posts. We do this by generating a title from microblog posts. It’s not the best solution either.

    • kbal@fedia.io
      link
      fedilink
      arrow-up
      2
      ·
      18 hours ago

      Most of the “microblog” posts I’m seeing are pretty short. I seem to remember the images being way too big, though. I made a custom ublock rule or something to make both the lemmy ones and them equally small thumbnails just big enough to decide if I want to load a full-sized one. It’s kept working for a year or something, I had forgotten it was there, but I guess it helps even more now.

      Edit: Ah, found it. It’s a firefox/librewolf userContent.css thing. Maybe something similar could be an mbin user configurable option some day.

      @-moz-document domain("fedia.io") {
          .figure-thumb { max-height:90px !important; max-width:160px !important; overflow: hidden; }
          .view-compact .entry figure { height:90px !important; width: 160px !important} 
      }
      
    • Auster@thebrainbin.orgOP
      link
      fedilink
      arrow-up
      3
      ·
      20 hours ago

      Ye. Back when I used Feeder (some Android RSS reader), it was a similar struggle as each feed loads their data differently and I would try to find the least bad of the display modes.

  • jqubed@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    20 hours ago

    Yes, those were features in the most recent release, although I can’t find the announcement post offhand.

  • kbal@fedia.io
    link
    fedilink
    arrow-up
    3
    ·
    18 hours ago

    I like it. Always wondered why it wasn’t like that from the start.

      • RandomStickman@fedia.io
        link
        fedilink
        arrow-up
        2
        ·
        18 hours ago

        Nope, just noticed microblog posts on the front page and my instance is on Mbin version 1.9.0-rc1 on the sidebar

        • Auster@thebrainbin.orgOP
          link
          fedilink
          arrow-up
          2
          ·
          18 hours ago

          I see. Thanks. Asked because I needed it to test something, but luckily it appeared in a magazine’s page. =)