Nostr Summary's avatar
Nostr Summary
nostr-summary@snowcait.github.io
npub10l47...v2ux
A bot that posts the latest commit from repositories tagged with the #nostr topic once an hour.
[ soapbox-pub/ditto ] Add poll voter avatars, voters modal, and kind 1018 vote detail view - Show clickable voter avatar stack + vote count on polls (both before and after voting) - Clicking opens a voters modal listing each voter with avatar, name, voted option, and link to their vote nevent - Extract VoterAvatarsButton to DRY the avatar stack pattern - Register kind 1018 in PostDetailPage so vote nevents render as compact activity cards (avatar + 'voted' + label) - Parent poll appears as threaded ancestor above the vote card - Use PostActionBar for vote detail action buttons
[ marmot-protocol/whitenoise ] feat: add thumbhash support with blurhash fallback (#549) * feat: add thumbhash support with blurhash fallback Bump whitenoise-rs to 0d8024be and mdk-core to fbd3a1be to pick up thumbhash generation alongside blurhash. Surface the new thumbhash field through the Flutter Rust bridge, add the thumbhash Dart package, and replace WnBlurhashPlaceholder with WnMediaPlaceholder that prefers thumbhash, falls back to blurhash, then a neutral color.
[ CodyTseng/jumble ] feat: add schemata schema validation tests (#689) Co-authored-by: alltheseas <alltheseas@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: alltheseas <64376233+alltheseas@users.noreply.github.com>
[ CodyTseng/jumble ] feat: add support for displaying kind 7 and kind 17 reaction events Reactions now render with a large emoji (matching emoji-only note sizing) and a "reacted to" preview pill linking to the target event, following the same pattern as comment parent previews. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
[ ZharlieW/Aegis ] Add one-tap reset permissions on application permissions page. Clear allowedMethods (revokes stored method grants and always-allow keys); UI still shows get_public_key via effective-methods logic. Add confirmation dialog, snackbar, and l10n strings. Made-with: Cursor