fraction / oasis

Free, open-source, peer-to-peer social application that helps you follow friends and discover new ones on Secure Scuttlebutt (SSB).
http://oasis-demo.fraction.io
GNU Affero General Public License v3.0
286 stars 42 forks source link

Adds subscribed channels to Topics #626

Closed nickwynja closed 3 years ago

nickwynja commented 3 years ago

What's the problem you solved?

Subscribed channels make it easy to stay connected to topics you're interested in. Oasis doesn't display a list of topics anywhere so, as mentioned in #217, you need to access through search and then click on a hashtag.

What solution are you recommending?

Any subscribed channels now appear at the top of Topics. This gives you easy access to view subscribed channels using the existing hashtags view. Much more can be done to fully support features discussed in #217 but this is a start.

image

For anyone reviewing, you can subscribe and unsubscribe to channels with these CLI commands:

ssb publish --type channel --channel oasis --subscribed

and:

ssb publish --type channel --channel oasis --no-subscribed
christianbundy commented 3 years ago

Sure! This looks fun. Thanks for putting it together.