roadscape.
roadscape.
> [..] things that are not obvious such as the fact that posting in communities means the post won't appear in your blog. One solution: have a "Also post to...
Some of the main challenges for a new user on steemit.com revolve around having no followers, none followed, no community subscriptions, and an otherwise blank profile. With a new account,...
The dev branch shows if an account is on any community blacklists, but it has no information about how the lists are maintained. The UI should provide more information per...
As a moderator or curious user, I want to see a list of all flags and actions performed on a post. Leveraging the `bridge.post_notifications` API, add the ability to view...
Make sourcemaps available in production so errors can be debugged effectively.
As a user, I want to be able to quickly find communities relevant to my interests. The 'Explore Communities' page should accept a search term and offer a language filter....
TBD Proposed changes: - `/sort/tag` --> `/tags/tag?sort` - `/sort/hive-id` --> `/id?sort` - `/hive-id/author/permlink` -> `/id/author/permlink` --- URL Routes ``` /docs/about /user/post, /user/login, /user/feed /communities /stats/communities /tags /stats/tags /roles/hive-121322 /121322/roles /@user/feed...
The backend discussion API is being updated to accept a sort parameter. Condenser needs to stop sorting comments client-side and instead pass the `sort` param to the backend. The only...
MarkdownRenderer, HTML parser, and sanitizer should be bundled into a reusable lib. We also need some basic tests to ensure that rendering is consistent and secure. There are some basic...