Replies (8)

The core of the client has been rewritten to replace IndexedDB with sqlite-wasm, I intend to merge the main domain very soon as I keep finding small bugs.
Cesar Dias's avatar Cesar Dias
Spent the last 2 weeks replacing IndexedDB with sqlite-wasm on https://dev.nosotros.app (v1.0.4 c4364b29), most of the core ended up being rewritten, it's almost an entire new client, and I think it was worth it, everything feels way better and faster, I personally feel more lightweight with this release. * New threads feed. * New section in the sidebar to explore relay feeds (from kind 10012). * Negentropy support for compatible relays. * A bunch of other fixes. image
View quoted note →
Thanks a lot Anthony for your support, I know you run a local instance, have you tried the dev version? lots has been rewritten, support for more nip/kinds will be added soon
OK, here we go, two things to begin with: - On the desktop, don't be so opinionated on the content's max width to display? Maybe make that a config? - Don't redraw the current context if not asked to: every time a go AFK and focus back my nosotros tab, it re-fetches things, redraws the feed. What if I wanted to continue where I left off? And a third one: Ty sir. This might become my new daily driver (nostr client space soon becoming more competitive than BTC mining, woot). Expect a zap of appreciation if that happens.
Yeah, configurable content max-width has been on my backlog for a while, I haven't I haven't experience much issues on refetching stuff when back on the page in the dev version, but will pay more attention, thanks a lot for the feedback, helps me a lot, don't hesitate to write me more of these, even if it's small ones