diff --git a/TODO b/TODO index 44c0cfe..bb01646 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,11 @@ +web + - messed up top-bar on mobile + - slightly grey out visited links + - reduce green colour, test dark mode + - increase line-spacing + - if nostr:npub1... appears in note content when users is posting, add it as p-tag "mention" + - nostr: links not replaced in community titles + set argv in plugin processes, propagate environment remove lookbehind, receivedAt index get rid of "too many tags in filter" error diff --git a/src/apps/web/tmpls/about.tmpl b/src/apps/web/tmpls/about.tmpl index 068671d..36a6742 100644 --- a/src/apps/web/tmpls/about.tmpl +++ b/src/apps/web/tmpls/about.tmpl @@ -1,14 +1,14 @@

- Hi, thanks for stopping by! Oddbean is a discussion site built on the nostr protocol. You may notice that our design is heavily inspired by Hacker News and Reddit. This is on purpose. We want Oddbean to be a comfortable and familiar experience, with fast loading pages and minimal distractions. + Hi, thanks for stopping by! Oddbean is a discussion site built on the nostr protocol. You may notice that our design is heavily inspired by Hacker News and Reddit. This is on purpose. I want Oddbean to be a comfortable and familiar experience, with fast loading pages and minimal distractions.

- Why nostr? Nostr is a protocol for building decentralised systems. Is it perfect? No, but it is the closest thing we have to an honest-to-goodness decentralised social media protocol. Oddbean is just one of many interfaces to the same network. Even though most of the posts don't originate here, Oddbean users can still interact with anyone else on the network, thanks to the interoperability of nostr. If you get tired of Oddbean, you can easily move to another client. + Why nostr? Nostr is a protocol for building decentralised systems. Is it perfect? No, but today it is the closest thing we have to an honest-to-goodness decentralised social media protocol. Oddbean is just one of many interfaces to the same network. Even though most of the posts don't originate here, Oddbean users can still interact with anyone else on the network, thanks to the interoperability of nostr. If you get tired of Oddbean, you can easily move to another client.

- No crap. We just want to build a great distraction-free discussion site. No cookie pop-ups. In fact, no cookies, period. No elements bouncing around as the page loads. No "sign-up to our newsletter" modals that appear half way down. Javascript is optional (only needed for posting). + No crap. I just want to build a great distraction-free discussion site. No elements bouncing around as the page loads. No cookie pop-ups. In fact, no cookies, period. No "sign-up to our newsletter" modals that appear half way down. Javascript is optional (only needed for posting).