Changeset 8ed65a6 in Klonkt for CHANGELOG.de.md


Ignore:
Timestamp:
07/19/2026 11:43:33 PM (7 weeks ago)
Author:
Robin <roboburr@…>
Branches:
main
Children:
544e9c2
Parents:
ff3b8ce
git-author:
Robin <roboburr@…> (07/19/2026 11:43:10 PM)
git-committer:
Robin <roboburr@…> (07/19/2026 11:43:33 PM)
Message:

Feature: Messages filters regrouped + search (klonkt-demo-3jf)

The four coarse chips become meaningful buckets and gain a search box.

  • Buckets: Messages (@mentions + private/DM replies), Conversations (public replies), Activity (likes/boosts/follows), Moderation (reports), Sent, All. data-kind is computed from the item type and visibility (a followers/direct reply now lands under Messages, not Conversations).
  • Search box filters by sender + rendered message text + linked post title, indexed once per item; chip and search combine in JS (an item shows only when both match). A 'nothing found' line appears when the result set is empty.
  • Filtering moved from the old CSS data-show rules to JS so search can layer on; the search field matches the framed style used elsewhere.
  • i18n NL/EN/DE for the two new chips, the placeholder and the empty line.

97 tests green (view-only change). Browser-verified: DM + mention under
Messages (2), report under Moderation (1), public reply under Conversations (1);
search 'geheime dm' -> the DM only; a no-hit term -> empty with the message;
Messages chip + a Conversations-only term -> 0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG.de.md

    rff3b8ce r8ed65a6  
    77
    88### Hinzugefügt
     9- **Nachrichten: schärfere Filter und ein Suchfeld.** Die Filter-Chips sind
     10  jetzt Nachrichten (@Mentions und private/DM-Antworten), Gespräche (öffentliche
     11  Antworten), Aktivität (Likes, Boosts, Follows), Moderation (Meldungen) und
     12  Gesendet, neben Alle. Ein Suchfeld filtert die Liste nach Absender und
     13  Nachrichtentext und kombiniert sich mit dem aktiven Chip. Komplett
     14  client-seitig, sofort.
    915- **Der Antwort-Editor wurde optisch aufgeräumt.** Seine Symbolleiste nutzt jetzt
    1016  dieselben Icons und 32px-Buttons wie der Beitragseditor, aktive Formatierung
Note: See TracChangeset for help on using the changeset viewer.