[ purrgrammer/grimoire ] Make chat composer more compact (#68)
* ui: make chat composer more compact
- Reduce input and button height from 2.5rem to 1.75rem (h-7)
- Reduce padding from px-3 py-1.5 to px-2 py-1
- Use text-sm for consistent sizing with chat messages
- Make Send button smaller with text-xs and smaller icon
- Tighten gap between input and button
[ koteitan/warawo ] v0.1.2/Fix relay comparison bug and add failure retry limit
- Normalize relay URLs before comparing coverage (fix yabu.me:N bug)
- Skip relays that fail 3+ times to reduce connection errors
- Filter out local relays (127.0.0.1, localhost, 192.168.*, 10.*)
- Use createRxBackwardReq for fetching existing events instead of forward
- Add dump() debug function to console for analysis output
[ vitorpamplona/amethyst ] Improves performance by precaching signatures before sorting them
Fixes out of order crash when the same signature came back.