Damus
Random Penguin profile picture
Random Penguin
@Random Penguin
Vier Facelift?

Before I started work on BookLook the plan was to just create a modern UI style for the "Vier" theme along the same lines of what I did with Bookface for the "Frio" theme. I didn't really get all that far with the one for Vier, but it was pretty functional - at least on desktop. I hadn't thought about the mobile UI. Instead of Facebook this "Modern" style takes design cues from both Mastodon and Bluesky.

Anyway, I pulled that stylesheet into Friendica 2026.08-dev and now I'm wondering if I should just go ahead and finish it? I'm not sure how Vier users feel about it. Is there any interest in this?

As for what's left to do, the two sections you see above are the only ones I finished styling. Though the layout seems to work pretty well across most of the Friendica. I'd also need to figure out the responsive design including how this transforms into a mobile UI for phones and tablets, and of course make a "dark mode" variant.

Not sure if it would get into the Friendica core code or not, but if there's interest I can work on finishing it and at least release it on my own repository like I do with Bookface.

@Friendica Developers @Friendica Support


73
Tealk · 7w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqjyfhtfwc40hrc7pxrxvp5ztve3nz4lc4yrxguq2saxpycwmre78q6m9q72 generally I like it, although I find it overloaded with a left and right sidebar.
Random Penguin · 7w
As reference for anyone who doesn't have accounts on Bluesky and/or Mastodon this is what their layouts look like: https://dillyofapickle.com/photo/62385646616a6129cec8286685843017-0.png
Random Penguin · 6w
Curious whether people would want this theme style to work like Bluesky/Mastodon where: * The main feeds only show you the actual posts and none of the comments * You click the post body to open that post in a new window by itself with all its comments It would require adding a couple invisible ele...
leanderlindahl · 6w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqjyfhtfwc40hrc7pxrxvp5ztve3nz4lc4yrxguq2saxpycwmre78q6m9q72 I think I'd like to see the mobile view to be able to offer an opinion.
Random Penguin · 1w
I'm still working on this layout but haven't tackled the mobile version yet. I got sidetracked trying to make post replies look and work better. One thing that annoys me is that the engagement count for comments only shows the number of direct replies to the post instead of the total of all replies....
Random Penguin · 1w
For the aforementioned "Smart Threaded" option the replies under that depth test post would look like this with thick dashed lines between direct replies to the OP and thin lines and indenting for replies to replies: The point of the "smart threaded" option is to reduce the amount of indentation...
Random Penguin · 1w
If neither "Smart Threading" nor "Compact Conversation View" are enabled you get the default layout for replies. I'm calling this "Flow Chat" because it's a bit like a flow chart for the conversation that, unlike simple thread lines or indenting, shows the relationship between the replies in detail:...