Salta al contenuto
Citiverse è uno spazio aperto a tutte le comunità. Se vuoi aprire un gruppo locale o una sezione per la tua organizzazione, puoi contattare gli amministratori: pagina dei contatti.

Bookface 2.2.1-rc for Friendica 2026.08-rc

Friendica Admins
3 1 0
  • Bookface 2.2.1-rc for Friendica 2026.08-rc

    There have been something like 150 more commits to the Release Candidate since my last Bookface update so this should be current as of today. Get it here:

    gitlab.com/randompenguin/bookf…

    ONLY FOR FRIENDICA 2026.08-rc! It will NOT work with any earlier version of Friendica!

    Keep in mind that the Release Candidate is still receiving frequent updates and possible breaking changes.

    • Text completion position and z-index fixed.
    • Notification badge no longer crops long numbers.
    • old Font/Fork Awesome styling removed.
    • unnecessary css label variables removed.
    • Button alignment fixed below 900px wide (still slight overlap of Home with Search from 769px to 796px but both buttons can still be used).
    • Directory Search widget action button alignment fixed.
    • Delete Checkbox label alignment fixed.
    • Dark Mode background color on thumbnail links fixed.
    • Added experiemental "Compact View" option


    NEW: Bookface Auto Color Compact (Experimental)

    One of the most common complaints I hear from people trying Friendica is that the feed is really, really long (especially on a phone screen) because of all the comments being shown. Pretty much no other platforms show the comments in the feed itself. Even Facebook now shows the comments in a separate context. So this makes Friendica Bookface work a lot more like Bluesky and Mastodon.

    There is a new "Compact Conversation View" option in the settings, but that still shows some comments (your own and the post author's). I had submitted my method to the Release Candidate but, because it conflicts with that already added option, it needs to be reworked to an either/or option. But it's also possible to accomplish my version with nothing but stylesheets, so I'm including a new "Auto Color Mode" stylesheet with this "no comments in feeds" compact view option:


    • ALL comments in ALL feeds are hidden
    • New Downloaded/Visible Comment Counter in upper right corner of post
    • The body text of the post becomes a link to the single post display page.
    • To comment on a post you must go to the single post display page.
    • Images, Link Previews, Videos, Audio, and Quote Shares remain clickable in feeds.


    Known Issues with Compact View:

    • Comment Action button is still navigable by keyboard and can be pressed.
    • Add-ons that add content to posts can cause the clickable area to shift.
    • Single-post display is always in a new tab.
    • Some post attachments can only be opened from single-post view
    • Posts are still created for feeds, just hidden, so it's not any more efficient.
    • Incompatible with and Overrides "Compact Conversation View" option.


    Let me know what you think of this option. If people like it I'll resubmit my PR to make it available to all themes in a future Friendica release.

    @admins @developers

  • Bookface 2.2.1-rc for Friendica 2026.08-rc

    There have been something like 150 more commits to the Release Candidate since my last Bookface update so this should be current as of today. Get it here:

    gitlab.com/randompenguin/bookf…

    ONLY FOR FRIENDICA 2026.08-rc! It will NOT work with any earlier version of Friendica!

    Keep in mind that the Release Candidate is still receiving frequent updates and possible breaking changes.

    • Text completion position and z-index fixed.
    • Notification badge no longer crops long numbers.
    • old Font/Fork Awesome styling removed.
    • unnecessary css label variables removed.
    • Button alignment fixed below 900px wide (still slight overlap of Home with Search from 769px to 796px but both buttons can still be used).
    • Directory Search widget action button alignment fixed.
    • Delete Checkbox label alignment fixed.
    • Dark Mode background color on thumbnail links fixed.
    • Added experiemental "Compact View" option


    NEW: Bookface Auto Color Compact (Experimental)

    One of the most common complaints I hear from people trying Friendica is that the feed is really, really long (especially on a phone screen) because of all the comments being shown. Pretty much no other platforms show the comments in the feed itself. Even Facebook now shows the comments in a separate context. So this makes Friendica Bookface work a lot more like Bluesky and Mastodon.

    There is a new "Compact Conversation View" option in the settings, but that still shows some comments (your own and the post author's). I had submitted my method to the Release Candidate but, because it conflicts with that already added option, it needs to be reworked to an either/or option. But it's also possible to accomplish my version with nothing but stylesheets, so I'm including a new "Auto Color Mode" stylesheet with this "no comments in feeds" compact view option:


    • ALL comments in ALL feeds are hidden
    • New Downloaded/Visible Comment Counter in upper right corner of post
    • The body text of the post becomes a link to the single post display page.
    • To comment on a post you must go to the single post display page.
    • Images, Link Previews, Videos, Audio, and Quote Shares remain clickable in feeds.


    Known Issues with Compact View:

    • Comment Action button is still navigable by keyboard and can be pressed.
    • Add-ons that add content to posts can cause the clickable area to shift.
    • Single-post display is always in a new tab.
    • Some post attachments can only be opened from single-post view
    • Posts are still created for feeds, just hidden, so it's not any more efficient.
    • Incompatible with and Overrides "Compact Conversation View" option.


    Let me know what you think of this option. If people like it I'll resubmit my PR to make it available to all themes in a future Friendica release.

    @admins @developers

    I should probably have mentioned that both the Friendica Release Candidate and my Bookface releases for it say goodbye to legacy browsers and devices by embracing modern methods of doing things that are now considered "widely available" or "baseline" code. And it's not just me, some of these newer methods are being used in the Friendica core stylesheets as well.
  • Bookface 2.2.1-rc for Friendica 2026.08-rc

    There have been something like 150 more commits to the Release Candidate since my last Bookface update so this should be current as of today. Get it here:

    gitlab.com/randompenguin/bookf…

    ONLY FOR FRIENDICA 2026.08-rc! It will NOT work with any earlier version of Friendica!

    Keep in mind that the Release Candidate is still receiving frequent updates and possible breaking changes.

    • Text completion position and z-index fixed.
    • Notification badge no longer crops long numbers.
    • old Font/Fork Awesome styling removed.
    • unnecessary css label variables removed.
    • Button alignment fixed below 900px wide (still slight overlap of Home with Search from 769px to 796px but both buttons can still be used).
    • Directory Search widget action button alignment fixed.
    • Delete Checkbox label alignment fixed.
    • Dark Mode background color on thumbnail links fixed.
    • Added experiemental "Compact View" option


    NEW: Bookface Auto Color Compact (Experimental)

    One of the most common complaints I hear from people trying Friendica is that the feed is really, really long (especially on a phone screen) because of all the comments being shown. Pretty much no other platforms show the comments in the feed itself. Even Facebook now shows the comments in a separate context. So this makes Friendica Bookface work a lot more like Bluesky and Mastodon.

    There is a new "Compact Conversation View" option in the settings, but that still shows some comments (your own and the post author's). I had submitted my method to the Release Candidate but, because it conflicts with that already added option, it needs to be reworked to an either/or option. But it's also possible to accomplish my version with nothing but stylesheets, so I'm including a new "Auto Color Mode" stylesheet with this "no comments in feeds" compact view option:


    • ALL comments in ALL feeds are hidden
    • New Downloaded/Visible Comment Counter in upper right corner of post
    • The body text of the post becomes a link to the single post display page.
    • To comment on a post you must go to the single post display page.
    • Images, Link Previews, Videos, Audio, and Quote Shares remain clickable in feeds.


    Known Issues with Compact View:

    • Comment Action button is still navigable by keyboard and can be pressed.
    • Add-ons that add content to posts can cause the clickable area to shift.
    • Single-post display is always in a new tab.
    • Some post attachments can only be opened from single-post view
    • Posts are still created for feeds, just hidden, so it's not any more efficient.
    • Incompatible with and Overrides "Compact Conversation View" option.


    Let me know what you think of this option. If people like it I'll resubmit my PR to make it available to all themes in a future Friendica release.

    @admins @developers

    If you enable the "Bookface Auto Color Compact (Experimental)" scheme in your theme settings the post body becomes a clickable link to open it in the single post display page. Below the clickable areas are shown with a red mask for the post and a yellow mask for the quote-shared post:



    As you can see you can go to the single post view for either the quoted post or the post sharing it. You can still interact with the author header links to go to their profile or see the pop-over hovercard info. And on the post you can still like, share, etc. in the feed.

    The exception is the "Comment" button. Normally if you clicked that a compose box would open on the post to write your comment and on submission it would refresh and take you to your reply. But no comments are shown in feeds so, while I could enable it to allow your commenting in the feed on submitting it it would try to take you to a hidden reply. So the Comment button has a link overlay that also takes you to the single-post page.

    You'll notice that the yellow mask is not also over the image. As noted above, other attached/embedded content in a post also remains separately clickable in feeds, so you can still view images/galleries, play videos, and follow shared link thumbnails.

    This is generally how both Bluesky and Mastodon work so it should be familiar UX to many people.

    Link Preview Image

Citiverse è un progetto che si basa su NodeBB ed è federato! | Categorie federate | Chat | 📱 Installa web app o APK | 🧡 Donazioni | Privacy Policy

Il server utilizzato è quello di Webdock, in Danimarca. Se volete provarlo potete ottenere il 20% di sconto con questo link e noi riceveremo un aiuto sotto forma di credito da usare proprio per mantenere Citiverse.