summaryrefslogtreecommitdiffstats
path: root/ui/src/components/community.tsx
AgeCommit message (Collapse)Author
2020-07-09Correctly hide next / prev in paginators. Fixes #914 (#927)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-06-30improve lighthouse best practices audit (#863)Andy Coupe
* improve safety of cross origin links * add additional safety for cross origin links * remove duplicates
2020-04-14Front end federation names and links for users, posts, and communities.Dessalines
2020-03-20Adding showContext for comments to more places by default.Dessalines
2020-03-04Better tippy loading. Fixes #577Dessalines
2020-03-04Fixing select alignment.Dessalines
2020-03-03A first pass at adding icons, and tippy tooltips.Dessalines
- Adding icons for post-listing, comment-node, and navbar. - Adding html titles. - Updating moment expand to use users locale.
2020-02-15Some front end fixes.Dessalines
2020-02-09Live post and comment resorting. Fixes #522Dessalines
- Moving sorting to utils.
2020-02-08Fixing some technical debt. Fixes #524Dessalines
2020-02-07Add new comments views to main and community pages. Fixes #480Dessalines
2020-02-05Adding if found to catch errors.Dessalines
2020-02-04Websocket reconnect reload page data. Fixes #504Dessalines
2020-02-03Combine duplicate front page posts. Fixes #284Dessalines
2020-02-02Merge branch 'dev' into websocket_scopesDessalines
2020-02-02Finishing up interpolation rework.Dessalines
2020-02-02Removing PostLikeResponse in favor of PostResponse. Consolidating comment ↵Dessalines
and post_sends.
2020-01-31Mostly done eliminating recurring fetches.Dessalines
2020-01-31Starting to work on user message scope.Dessalines
2020-01-31usability featuresRichard
This are all the commits from another PR combined into a single commit.
2020-01-27Strictly typing websocket forms.Dessalines
2020-01-25Fixing front end error messages. Fixes #462Dessalines
2020-01-23Done merging http-api and private_messageDessalines
2020-01-22Adding a toaster to replace alerts. Fixes #457Dessalines
2020-01-19Fixing new comments and posts voting issue. Fixes #422Dessalines
2020-01-19Hide next paginator.Dessalines
- Fixes #441 - Hide post sort radio if no comments.
2020-01-19Strongly typing WebsocketJsonResponse. Forgot comment-form.tsxDessalines
2020-01-18First pass at fixing UI to work with new websocketresponses.Dessalines
2020-01-15Fix new post fetching. Fixes #422Dessalines
2019-12-01Add sort fields to rss.Dessalines
- #348
2019-12-01Some RSS work.Dessalines
- Display rss buttons on front end for user, /c/all, and community pages. Fixes #348. - Some clean up and additions to RSS feeds.
2019-11-22Fixing issue with missing community.Dessalines
- Fixes #339
2019-10-20Adding default sort / filter into user settings.Dessalines
- Fixes #295
2019-10-20Externalize into sort-select component.Dessalines
- Fixes #311
2019-10-18Running prettier on code.Dessalines
- #305 , #309
2019-10-18Fixing issue with community.tsx.Dessalines
2019-10-13Auto fetch new posts for front page and communities.Dessalines
- Fixes #286
2019-08-20Removing navbar toggler border.Dessalines
2019-08-19Adding cards for sidebars in UI.Dessalines
2019-08-13Squashed commit of the following:Dessalines
commit ecd6c5a2f47cbbb2fc4bf482fadd78380303a904 Author: Dessalines <happydooby@gmail.com> Date: Tue Aug 13 19:49:38 2019 -0700 Adding some docs commit 3babd09affb1920da3d0a0ceb7e24c8aeeb9cf1a Author: Dessalines <happydooby@gmail.com> Date: Tue Aug 13 19:28:46 2019 -0700 Adding save user settings commit 6e8da9cc9e522d0da668bfa31944c3348cc79620 Merge: 3246d5d c148eef Author: Dessalines <happydooby@gmail.com> Date: Tue Aug 13 17:26:25 2019 -0700 Merge branch 'dev' into nsfw commit b3d4a5c4ce441bcc664704aba44cedb51d887599 Author: Dessalines <happydooby@gmail.com> Date: Sun Aug 11 20:55:09 2019 -0700 nsfw mostly done, except for settings page.
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-06-02Fix page titles for custom site nameDessalines
- Fixes #113
2019-05-06Better columnsDessalines
2019-05-02Fix scrolling issue on refetch.Dessalines
2019-05-01Reworking some UI. Adding proper trending communities with hot rank.Dessalines
- Breaking out subscribed and all into radios. Fixes #142
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-25Adding /f/ and /u/ in links now.Dessalines
- Fixes #102
2019-04-22Adding document titles.Dessalines
- Fixes #100