summaryrefslogtreecommitdiffstats
path: root/ui/src/components/create-post.tsx
AgeCommit message (Collapse)Author
2020-07-09Redirect to login page for votes, comments, pages, etc. Fixes #849 (#926)Dessalines
2020-07-08HTML title bugs.Dessalines
- Fixing HTML titles for some pages. Fixes #801 - Removing WebSocketService.Instance.site, fetching site on demand now.
2020-02-02Finishing up interpolation rework.Dessalines
2020-01-31usability featuresRichard
This are all the commits from another PR combined into a single commit.
2020-01-20Fixing create_post endpoint, changing name url param to title. Fixes #448Dessalines
2019-10-18Running prettier on code.Dessalines
- #305 , #309
2019-08-22Cross posting working.Dessalines
2019-08-09Adding support for internationalization / i18n (#189)Dessalines
* Still not working * Starting to work on internationalization * Main done. * i18n translations first pass. * Localization testing mostly done. * Second front end pass. * Added a few more translations. * Adding back end translations.
2019-07-28Adding similar post searching before creating post.Dessalines
- Fixes #185. - Offsetting create post and community columns.
2019-06-02Fix page titles for custom site nameDessalines
- Fixes #113
2019-05-08Adding create community and post buttons from sidebar.Dessalines
- Fixes #148
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.