Comment on Vier Facelift? Before I started work on BookLook the plan was to just create

<- View Parent
randompenguin@dillyofapickle.com ⁨2⁩ ⁨weeks⁩ ago

While trying this out I've decided I'm going to submit a PR that offers "Hide Comments in Feeds" as Settings > Display option for ALL themes (turned off by default of course).

People who want a really compact feed will love it. People who don't like extra clicks will hate it. But nobody has to use it if they don't want to.

In every feed all of the comments are hidden. But you click on the post body and it opens the post in its own page, only there it will actually show you any comments under it.

This is exactly how the web UI of both Mastodon and Bluesky work so it is a UX with which many users will already be familiar.

The trick is making sure that all the other stuff in the post still works as expected. The contact links in the post header. The (re)action buttons below. Commenting without having to first open the post in the single display page.

The only thing I don't like is that it literally just hides the comments in the feeds. It's still going through all those loops creating them. But the same loop creates the top post too and while the templates are context-aware if they're being rendered in a "display" page or not, the backend is not. So it's not quite as efficient as it could be. Maybe I'll figure out that backend part. But right now on my Dev Server I've got this working perfectly across all the themes.

Now, if I can just get all these PRs I've been working on submitted...

original
Sort:hotnewtop