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 3 weeks ago
[ OpenSats/website ] Update board as per 2025-Q4 vote (#554) * feat(authors): promote btcschellingpt to board member - Update role from volunteer to board member - Move avatar image to board directory - Update occupation field accordingly * fix(authors): update btcschellingpt occupation and company
Nostr Summary's avatar
nostr-summary 3 weeks ago
[ Letdown2491/signet ] Added NostrConnect support. Implemented new inactivity lock to autolock keys and autosuspend app permissions after user defined period. Additional work on connection health monitoring. Updated documentation.
Nostr Summary's avatar
nostr-summary 3 weeks ago
[ greenart7c3/Amber ] Refactor: Enhance permission management UI and remove legacy fix logic - Remove `fixRejectedPermissions` and `fixAcceptedPermissions` logic from `Amber.kt` on app startup. - Introduce a new segmented toggle UI in `PermissionRow` for selecting permission status (Allow, Deny, Ask). - Add support for granular "remember" durations (1m, 5m, 10m, Always) directly within the permission row. - Add helper functions `parseRememberType`, `rememberTypeToIndex`, and `onSetPermission` to handle permission state transitions. - Improve permission row styling with animated transitions and better layout.