Changeset 92a2c46 in Klonkt for CHANGELOG.md


Ignore:
Timestamp:
07/17/2026 01:11:58 AM (8 weeks ago)
Author:
Robin <roboburr@…>
Branches:
main
Children:
7d19465
Parents:
67c1f24
git-author:
Robin <roboburr@…> (07/17/2026 01:11:44 AM)
git-committer:
Robin <roboburr@…> (07/17/2026 01:11:58 AM)
Message:

Fix: three UI nits (interact page title i18n, Apple icon, stats columns)

  1. authorize_interaction page title was hardcoded Dutch ('Interacteer via de fediverse'); both renders now use pageTitleKey (fedi.remote_interact / fedi.manage_title) so the tab title follows the interface language. Verified: an English UI now titles 'Interact via the fediverse'.
  2. The Apple Music platform icon was a garbled path that did not read as the Apple logo; replaced with the classic Apple mark. Verified visually at 96px.
  3. Stats chart columns jumped in the 30/90-day views: unlabeled .sc-day spans collapsed to 0 height. Unlabeled columns now hold an NBSP (Bart's suggestion) so every column keeps its label line. Verified: 30-day view has one unique bar baseline and uniform label heights; 90-day has 0 empty spans.

Reported by Bart.

Co-Authored-By: Claude Opus 4.8 <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG.md

    r67c1f24 r92a2c46  
    2020
    2121### Fixed
     22- **The interact page title follows your language.** "Interacteer via de
     23  fediverse" was hardcoded Dutch in the browser tab, even on an English site.
     24- **The Apple Music icon looks like the Apple logo again.** The old icon was a
     25  garbled shape.
     26- **Statistics columns no longer jump around in the 30 and 90 day views.**
     27  Columns without a date label collapsed slightly; every column now keeps its
     28  label line.
    2229- **Private replies no longer show on the public post page.** A followers-only
    2330  or direct (DM) reply to your post was rendered in the public thread for
Note: See TracChangeset for help on using the changeset viewer.