[ flox1an/nostube ] fix: replace Dialog components with Card components in BlossomOnboardingStep Fixed React context error where DialogTitle was being used outside of a Dialog component context. BlossomOnboardingStep was refactored to be a standalone card component but was still using DialogHeader, DialogTitle, and DialogDescription which require Dialog context. Replaced with Card equivalents: - DialogHeader → CardHeader - DialogTitle → CardTitle
[ adamdecaf/nostr-book ] chore: automated publishing
[ arbadacarbaYK/gittr ] Fix PNG binary conversion: use parsedContent instead of foundContent for arrays, add better logging
[ greenart7c3/Amber ] Refactor EditPermission logic and extract PermissionRow component
[ greenart7c3/Amber ] Add signer caching to Account model to improve performance - Introduce `signerCache` using a `WeakReference` and a `Mutex` to safely cache the `NostrSignerInternal` instance. - Update `getSigner()` to check the cache before retrieving the encrypted key and creating a new signer. - Add `clearSignerCache()` to explicitly clear the cache on logout.
[ burned-caroche455/haven-kit ] Update README.md
[ kenya12345678/NostrGator ] Update README.md
[ Routstr/routstr-chat ] Fix all models section on mobile
[ TsukemonoGit/lumilumi ] Merge pull request #871 from TsukemonoGit/dev use:をattachにしたりなんか変なとこあれしたり
[ burned-caroche455/haven-kit ] Update README.md