From f5e6dfbc8ae86a7db1342d72e573d9e05fa4eb6c Mon Sep 17 00:00:00 2001 From: Ricardo Date: Sat, 7 Mar 2026 16:31:30 +0100 Subject: [PATCH] fix: sparkline width regression, dark mode pill contrast, interaction icons - Sparkline: change from fixed 120/180px to fluid width (flex-1 min-w-0) filling the content area next to page titles across all 8 post type pages - Blog filter: fix dark mode active pill contrast (dark:bg-accent-700) - Interactions: replace wrong share icon with correct ActivityPub logo - Interactions: add IndieWeb webmention provenance badge (globe icon) - Interactions: improve platform detection (Bridgy Fed, more Fediverse instances) Confab-Link: http://localhost:8080/sessions/0ec83454-d346-4329-8aaf-6b12139bf596 --- articles.njk | 2 +- blog.njk | 4 ++-- bookmarks.njk | 2 +- css/tailwind.css | 3 +-- interactions.njk | 12 +++++++++--- likes.njk | 2 +- notes.njk | 2 +- photos.njk | 2 +- replies.njk | 2 +- reposts.njk | 2 +- 10 files changed, 19 insertions(+), 14 deletions(-) diff --git a/articles.njk b/articles.njk index caa3e48..fa1aff4 100644 --- a/articles.njk +++ b/articles.njk @@ -14,7 +14,7 @@ permalink: "articles/{% if pagination.pageNumber > 0 %}page/{{ pagination.pageNu

Articles

{% set sparklineSvg = collections.articles | postingFrequency %} {% if sparklineSvg %} - {{ sparklineSvg | safe }} + {{ sparklineSvg | safe }} {% endif %}

diff --git a/blog.njk b/blog.njk index 4a717c8..3656bea 100644 --- a/blog.njk +++ b/blog.njk @@ -13,7 +13,7 @@ permalink: "blog/{% if pagination.pageNumber > 0 %}page/{{ pagination.pageNumber

Blog

{% set sparklineSvg = collections.posts | postingFrequency %} {% if sparklineSvg %} - {{ sparklineSvg | safe }} + {{ sparklineSvg | safe }} {% endif %}

@@ -23,7 +23,7 @@ permalink: "blog/{% if pagination.pageNumber > 0 %}page/{{ pagination.pageNumber {% if paginatedPosts.length > 0 %}