Anubis
Anubis copied to clipboard
Forum web components
We can start simple, and not wire things up. This means designing components for:
- List of posts
- Writing a post (ie: textbox + live markdown + post button). Should this be a dialog?
- Viewing a post (ie: translate content to markdown)
- Writing a comment (ie: textbox + post button)
- Comment thread under post (ie: text content + approved badge for approved answers)
We may want to also include basic logic here for automatically sorting posts by category
@wabscale dont these components seem to exist already in here: 018c657
They're definitely not complete. You can absolutely take whats there and run with them though
Yep just deployed needs a lot of work, ill take it! Should probably also include search functionality in this issue or elsewhere
I'm gonna create a new item for search