gossip
gossip copied to clipboard
Gossip is a nostr client
Suggestion: - implement a (re)post queue to collect (re)posts before actually posting them - either add a separate repost button "repost to queue" or let users specify that they want...
The toggle has two size variants; the Large one can be used when the toggle in showed aligned with buttons/selects (for example in the top area).
The text input is available in the Basic and Search styles, with the usual states.
The current theme structure based on egui is quite limiting and confusing; we are going to create custom components and so we need a better way to manage colors and...
NIP-46 as currently specified is here: https://github.com/nostr-protocol/nips/blob/master/46.md A rewrite that hasn't yet been merged is here: https://github.com/nostr-protocol/nips/pull/831 Enhancements for NIP-44 are here: https://github.com/nostr-protocol/nips/pull/746 Pablo's suggestion for signup using this along...
We should encrypt person-list contents with NIP-44 now, but preserve decrypting from either.
Design a widget that will place an (i) icon which upon clicking will show a sidebar, popup or other kind of area with a more verbose explanation of a setting...
After looking at options, I think I would go with https://crates.io/crates/gettext-macros which will generate a base file from the actual app, which can then be used to produce translation files,...