subconscious
subconscious copied to clipboard
...into common components for extending with private features, and debrand existing iOS/macOS targets. ## Changes * Created a `SubconsciousCore` shared framework, containing core models, components and services needed for both...
## Feature proposal When viewing a note from another sphere, we should have an action to create your own note with that same slug. This action could be placed above...
We could add this manually in noosphere (https://github.com/subconsciousnetwork/noosphere/issues/487), and it looks like Subconscious sets a last-modified header already -- we should display that
1. Your notes with direct link 2. People you follow's notes with direct link 3. Plain text search results
Similar to the bio, instead of marking the field invalid when it contains whitespace (etc.) we can use the `Petname(formatting:)` constructor to do our best to produce a valid name....
There's no visual indication of whether tapping a profile link will actually take you somewhere vs not-found right now. We should display unresolved petnames in italics and prevent navigation when...
Very similar to https://github.com/subconsciousnetwork/subconscious/issues/831 nth order links like `@alice.bob/this-doesnt-exist` have dead-end behaviour when tapped, render them in italics and consider what should happen on tap. Perhaps we suggest _you_ create...
1. Open a note for editing 2. Click the magnifying glass to insert a link 3. Insert a link 4. Observe that syntax highlighting breaks (everything is grey) Hitting a...
If I put a DID into a note, I want it to expand into a little user card so I can click the follow button on them
When trying to build our app using the `Thread Sanitizer` diagnostic the build fails. Seems directly related to https://github.com/rust-lang/rust/issues/102754