summaryrefslogtreecommitdiffstats
path: root/ui/src/components/comment-nodes.tsx
AgeCommit message (Collapse)Author
2020-07-08HTML title bugs.Dessalines
- Fixing HTML titles for some pages. Fixes #801 - Removing WebSocketService.Instance.site, fetching site on demand now.
2020-03-20Adding clearer goto context.Dessalines
- Adding context props. - Making link / context the first selectable on user and inbox page. - Making icons a little bigger. - #609
2020-03-09Adding key to comment-node to not clear out form. Fixes #588Dessalines
2020-02-09Live post and comment resorting. Fixes #522Dessalines
- Moving sorting to utils.
2020-02-07Add new comments views to main and community pages. Fixes #480Dessalines
2019-10-18Running prettier on code.Dessalines
- #305 , #309
2019-09-13Add Creator flair for post creator / OPs commentsDessalines
- Fixes #275
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-04-20Mostly working, before mergeDessalines
2019-04-19Saving replies, the actual fixes will be in the merge to dev.Dessalines
2019-04-16Before big moderation mergeDessalines
2019-04-15Commiting before I lose everything. I'll do this properly in a mergeDessalines
2019-04-07Adding user details / overview page.Dessalines
- Fixes #19