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

    rff3b8ce r8ed65a6  
    77
    88### Added
     9- **Messages: sharper filters and a search box.** The filter chips are now
     10  Messages (@mentions and private/DM replies), Conversations (public replies),
     11  Activity (likes, boosts, follows), Moderation (reports) and Sent, next to All.
     12  A search box filters the list by sender and message text, and combines with
     13  the active chip. All client-side, instant.
    914- **The reply editor got a visual clean-up.** Its toolbar now uses the same
    1015  icon set and 32px buttons as the post editor, with active formatting shown
Note: See TracChangeset for help on using the changeset viewer.