feat(circle): filter the Circle feed by member (clickable chips + Following "Show" link)
The member chips on the Circle page are now clickable filters: clicking one shows only that
account's posts, with an "Everyone" chip to clear and an active highlight. The Following page
gets a "Show" link per featured account that lands on the filtered Circle view. So Featured =
"include in my Circle", and Show lets you view just that one person here.
- src/services/ActivityPubService.js — getCirkelPosts(slug, limit, actorUri) filter; members expose actor_uri
- src/routes/circle.js — honour ?actor=<uri> (validated against the member list) + active flags
- src/views/pages/circle-feed.ejs — chips + modal as filter links + Everyone + active state
- src/views/pages/following.ejs — Show link for featured accounts
- src/services/i18n.js — cfeed.all, tl.show (nl/en/de)
Co-Authored-By: Claude <noreply@…>