Bookface 2.2.0-rc for Friendica 2026.08-rc

Yes, another release. Things are still changing in the Release Candidate and I'm still finding things that got missed in the stylesheets so here is version 2.2.0-rc already.
Get it here:
gitlab.com/randompenguin/bookf…

Make sure to install all 4 scheme stylesheets, the 4 corresponding PHP files, and the bookface_assets folder. You do not need to install the /src folder and shouldn't on a production server.

  • Fixed Moderation table hover colors
  • Fixed Moderation table button link colors.
  • Fixed Moderation blocked entry font color in dark mode.
  • Updated screenshots to reflect contrast color change.
  • Fixed missing --contrast-color in about 20 places.

And if you didn't grab the previous point release:

  • Added contrast-color code for buttons that have accent color background with multiple fallbacks
  • Added better handling of accent color for dark mode to make sure colors are not too dark.
  • Fixed display errors on login screen when bookface is set to site default.


@Friendica Admins #Friendica #themes #BookFace

reshared this

in reply to Random Penguin

friendica - Link to source

Marcus

 — (55.6702490 10.3333283)
It has not been there that long either, but now I realize I should've possibly added a container element around them for all widgets, which may or may not be empty depending on the widget, and then maybe make it a flexbox with space-between, so whatever it contains is moved to the right. Instead of having to deal with each of them separately. Or something like that? Then things hopefully wouldn't break if more actions were added, depending on what a theme changes. Or do you think that would be a bad idea?
This entry was edited (yesterday, 7:01 PM)

Friendica Admins reshared this.

in reply to Marcus

I've already got a fix for how it is right now, though it only works with either one or two .widget-action buttons. If there are two it moves the second one over so they aren't on top of each other. It also adjusts the right margin on the widget heading to account for the 32px or 64px they take up.

In Friendica stable and earlier I just hid the widget action buttons when the widget was collapsed and revealed them on their own line inside the widget when it is expanded. I could easily switch it back to working that way but the reason I changed it was to make creating groups or pages more easily discoverable for new users.

Otherwise, unless they opened the widget and saw the button they'd never know it was there. Though widgets are expanded by default on a new account so maybe I'm overthinking it.

Friendica Admins reshared this.