[ flox1an/nostube ] refactor: use unified event loader from applesauce-loaders v5
Replace createAddressLoader with createEventLoaderForStore in core.ts.
The unified loader automatically routes to the appropriate loader based
on pointer type (EventPointer or AddressPointer) and supports:
- Relay hints via followRelayHints option
- IDB caching via cacheRequest
- Default lookup relays for metadata discovery
Hooks that need custom relay hints (VideoPage, usePlaylistDetails, etc.)
[ Letdown2491/signet ] Brought web UI and Android app UI closer in line. Fixed approval/denial bug in Recents widget. Additional UI tweaks and bug fixes.
[ damus-io/damus ] Background 0xdead10cc crash fix
This commit fixes the background crashes with termination code
0xdead10cc.
Those crashes were caused by the fact that NostrDB was being stored on
the shared app container (Because our app extensions need NostrDB
data), and iOS kills any process that holds a file lock after the
process is backgrounded.