2000+ lines of code later, notedeck now set up to render multiple apps like a browser, and the columns app is cleanly separated.
One nice thing that came out of this is that i extracted the theme system as well, which means all notedeck nostr apps could share the same visual style, kind of like an operating system scheme. How neat is that!
#nostrstandup
View quoted note →
GitHub
Introducing Damus Notedeck: a nostr browser by jb55 · Pull Request #565 · damus-io/notedeck
This splits notedeck into:
notedeck
notedeck_chrome
notedeck_columns
The notedeck crate is the library that notedeck_chrome and
notedeck_columns,...


