planetary-ios icon indicating copy to clipboard operation
planetary-ios copied to clipboard

Social for humans, not algorithms.

Results 241 planetary-ios issues
Sort by recently updated
recently updated
newest added

In patchwork and some other ssb apps you can tag somebody messages. These can be your own or somebody else's. This is a great way to curate content, give it...

enhancement
ui
medium

We can make the patchwork algorithm much faster by adding a `last_reply` column that is updated when we update the tangles ticket. Let's do that and make the patchwork algorithm...

Sometimes go-ssb gets stuck and won't sync new content until it's killed and restarted. We can tell when it's timing out, but not restart it when it's stuck like that....

tech
go-ssb

When a user pastes in an invite code in to the directory/network tab it should let them redeem an invite. ![IMG_C51A9C7CAF37-1](https://user-images.githubusercontent.com/76/178910194-2d1beafe-20e3-48ec-ae93-dc453c4ee2bf.jpeg) And when redeeming an invite, we need a more...

enhancement
design

Scuttlebutt clients post audio and video files as blob attachments and can view them. Right now planetary says it's an unsupported format. Adding the ability to post and listen to...

enhancement
help wanted
design
medium

The basic idea here is to give users a jumping off point for finding and following someone they know. It could include things like: - A box to paste in...

design

and add a confirmation dialog explaining that it's publicly visible

enhancement
good first issue
help wanted

Manyverse presents user keys using a BIP39 Mnemonic instead of the key hash that we're currently displaying. In order to let users move their accounts back and forth we should...

enhancement
good first issue
help wanted

We have a new card style layout for our post cells. Let's update the home feed to use this new design.

swiftui

Planetary 1.2.0's energy usage is always "Very High" even when we aren't really syncing or verifying new messages. It looks like we are doing a lot of disk reads and...