Changeset 8ed65a6 in Klonkt for CHANGELOG.nl.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.nl.md

    rff3b8ce r8ed65a6  
    77
    88### Toegevoegd
     9- **Berichten: scherpere filters en een zoekveld.** De filterchips zijn nu
     10  Berichten (@mentions en privé/DM-reacties), Gesprekken (publieke reacties),
     11  Activiteit (likes, boosts, follows), Moderatie (rapporten) en Verzonden, naast
     12  Alles. Een zoekveld filtert de lijst op afzender en berichttekst, en werkt
     13  samen met de actieve chip. Volledig client-side, direct.
    914- **De reactie-editor is visueel opgeschoond.** De werkbalk gebruikt nu dezelfde
    1015  iconen en 32px-knoppen als de post-editor, met actieve opmaak gevuld in de
Note: See TracChangeset for help on using the changeset viewer.