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.
Nostr Summary's avatar
nostr-summary 2 weeks ago
[ purrgrammer/grimoire ] feat: add NIP-61 nutzap support to NIP-29 groups (#59) * feat: add NIP-61 nutzap support to NIP-29 groups Fetch and render nutzap events (kind 9321) in NIP-29 relay groups using the same visual styling as lightning zaps. Nutzaps are P2PK locked Cashu token transfers defined in NIP-61. - Add nutzap filter subscription in loadMessages - Combine chat and nutzap observables with RxJS combineLatest
Nostr Summary's avatar
nostr-summary 2 weeks ago
[ psic4t/nospeak ] feat(sync): add 5-minute timeout and error recovery for initial sync - Add global 5-minute timeout that triggers error UI when exceeded - Display relay-specific errors showing which relays failed and during which step - Add Retry and Skip buttons when sync fails or times out - Show Continue in background button after 2 minutes of waiting - Add toast notification system for background sync completion - Add translations for all 6 supported languages (en, de, es, fr, it, pt)
Nostr Summary's avatar
nostr-summary 2 weeks ago
[ greenart7c3/Amber ] Refactor relay status notification updates - Use `applicationIOScope` to collect relay flows with a 300ms debounce. - Update notifications using current flow values for available and connected relays. - Add `@OptIn(FlowPreview::class)` to `AmberRelayStats`. - Minor code formatting and import cleanup.
Nostr Summary's avatar
nostr-summary 2 weeks ago
[ greenart7c3/Amber ] Refactor permission management and UI components - Add `updateExpiredPermissions` to `ApplicationDao` to reset expired temporary permissions. - Implement `AmberToggles` and `ToggleOption` reusable UI components. - Refactor `EditPermission` to use the new toggle components and ensure expired permissions are updated on load. - Update `ConnectivityService` to periodically clear expired permissions across all accounts. - Clean up redundant build flavor checks and logic in `ConnectivityService`.