summaryrefslogtreecommitdiffstats
path: root/ui/src/components/post-listings.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-19Adding loading indicators to save and mark as read. #519Dessalines
2020-03-04Fixing post sorting by stickied on front end. Fixes #575Dessalines
2020-02-09Live post and comment resorting. Fixes #522Dessalines
- Moving sorting to utils.
2020-02-05Fix i18n issue with no communities.Dessalines
2020-02-03Combine duplicate front page posts. Fixes #284Dessalines
2020-02-02Finishing up interpolation rework.Dessalines
2020-02-01changed h2 back to h5Richard
2020-01-31usability featuresRichard
This are all the commits from another PR combined into a single commit.
2019-10-18Running prettier on code.Dessalines
- #305 , #309
2019-08-30Changing margins.Dessalines
2019-08-29Remove dividing lines again.Dessalines
2019-08-28Adding some UI suggestions.Dessalines
- Adding divider lines in between post listings. - Increasing button sizes. - Fixes #222
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-28Changing from forum to communityDessalines
- Fixes #121
2019-04-28Adding better community and main page routing, with sorting and type in url.Dessalines
2019-04-20Fixing issue with front page.Dessalines
2019-04-20Adding support for an /all routeDessalines
- Fixes #85
2019-04-19Saving replies, the actual fixes will be in the merge to dev.Dessalines
2019-04-17Fixing a bug with community pagesDessalines
2019-04-17Fixing a bug with listing typeDessalines
2019-04-17Adding post and user details paging.Dessalines
- Fixes #52 - Fixes #34
2019-04-16Before big moderation mergeDessalines
2019-04-08Loading indicators.Dessalines
- Fixes #10 - Adding SVG symbols component
2019-04-07Adding user details / overview page.Dessalines
- Fixes #19
2019-04-05Adding comment permalinks.Dessalines
Fixes #18
2019-04-05Adding a front page / fetching subscribed forums.Dessalines
- Adding subscribed to post view. Fixes #25