summaryrefslogtreecommitdiffstats
path: root/ui/src/components/create-post.tsx
AgeCommit message (Collapse)Author
2019-04-29Auto-select current community if creating a post from the communityDessalines
page. Fixes #133
2019-04-22Adding document titles.Dessalines
- Fixes #100
2019-04-19Saving replies, the actual fixes will be in the merge to dev.Dessalines
2019-04-07Adding user details / overview page.Dessalines
- Fixes #19
2019-04-04Adding Iframe expandDessalines
- Adding Iframe Expand. Fixes #32 - Fix issue with table sorting. Fixes #33 - Changing all to h4s. Fixes #30
2019-04-03Adding post editing.Dessalines
- Adding post editing. Fixes #23 - Making SQL versions of comment and post fetching. Fixes #21 - Starting to add forum categories. #17
2019-03-30Adding img-fluid to markdown images.Dessalines
2019-03-27Adding moment time parsingDessalines
2019-03-27New comments tree mostly working.Dessalines
- Fixed some bugs w/ the websocket service
2019-03-26Adding a few endpoints.Dessalines
- Adding CreatePost, CreateComment, CreateCommunity
2019-03-22Adding login and RegisterDessalines
- Login and Register mostly working. - Starting to work on creating communities.