[ higedamc/meiso ] fix: internationalize task sync popup and snackbar messages
- Add l10n keys for sync status messages
- Internationalize 'Synced' button and status
- Internationalize 'Sending to relay...' snackbar
- Internationalize 'Sent to relay' snackbar
- Internationalize 'Send to relay' button
- Support event ID in synced status message
- Complete task sync UI internationalization (#95)
[ flox1an/nostube ] fix: improve DVM availability, media discovery, and author page
- Add debug logging for DVM transcode alert and availability check
- Fix NIP-32 label filter to use proper #L (namespace) and #l (label) tags
- Enable media URL discovery by default when sha256 is available
- Add indexer relays to discovery for kind 1063 file metadata lookup
- Change transcode trigger to check if either dimension > 1080
- Fix author page initial tab selection to only run once
🤖 Generated with [Claude Code](
[ HiveTalk/swarm ] Integrate NIP-05 service functionality
- Add /add-nip05 endpoint serving registration HTML page
- Add /api/submit-nip05 API endpoint for form submissions
- Integrate GitHub workflow automation for NIP-05 registrations
- Update configuration with GitHub token and repository settings
- Add validation for usernames and public keys
- Support CORS for API endpoints
- Add nip05-service to .gitignore