- packaging/arch/build-local.sh: build a native .pkg.tar.zst from the
current git HEAD without needing a published forge release (tarballs
the checkout and runs makepkg --nodeps with the existing PKGBUILD).
- .gitignore: ignore dist/ (local package output).
- sunstone-gtk: drop invalid `margin: 0 auto` on .kind-badge children;
GTK CSS rejects `auto` for margin, which logged a parse warning. The
value was already being ignored, so rendering is unchanged.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
A GTK4 + libadwaita nostr client in Rust on rust-nostr: social feed with the
outbox/gossip model, long-form articles, live streams and video, NIP-17 DMs,
NIP-29 groups, calendar, polls, and NIP-57 zaps over NWC.
Published under the MIT license.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>