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

Make UI meet WCAG (Web Content Accessibility Guidelines) standards - mainly seems a contrast issue, might also need change in color values. Sebastian found a Figma plugin that can check...

design

## Error in Planetary Rabble is getting a crash when trying to post. The crash report is actually an out of memory error. [View on Bugsnag](https://app.bugsnag.com/verse/planetary/errors/63ba8d4ae5b782000af114a7?event_id=63c7518500abc0acaf250000&i=gh&m=ci) [video](https://user-images.githubusercontent.com/1165004/213178520-e49d797e-781b-454d-b601-7bcdc9d6bd8a.MP4) [Slack report](https://planetary-app.slack.com/archives/CM4EPK324/p1674006913543369)

bug
bugsnag
production
1.3.13

Right now you have to go into the debug settings to see if you are running on the main network or the test network. It's easy to forget that you...

tech

Currently if you create an account on the Planetary Test Network we load the preloaded feed with a bunch of content from the main network. This is confusing because you...

tech

The BotRepository class has made it difficult to quickly set up SwiftUI previews. Eventually maybe we will have many smaller-scoped repositories. But for now let's just replace the BotRepository with...

tech

This seems to be the most popular and actively maintained burndown chart solution for github projects. https://github.com/thehale/github-projects-burndown-chart Critical assumptions we'll need to support, as noted on their page: > This...

ThreadViewController can be initiated from different scenarios. One of them is when following a universal link, in this case, it is expectable that it might not find the message. It...

tech
small

Our main branch today `84aa10e3` is generating a lot of runtime warnings that look like this: ``` warning: data race detected: @MainActor function at Planetary/AppDelegate+Push.swift:78 was not called on the...

bug
tech

New Discovery UX looks great, but we need to define dynamic layout rules for different device screen sizes (e.g. iPhone mini to iPad, to desktop) -- the goal is a...

design

The requirement here is to use Apple's Universal Links feature to open alias URLs directly in Planetary without going to the web first. This saves users a little bit of...

design