summaryrefslogtreecommitdiffstats
path: root/ui/src/components/search.tsx
AgeCommit message (Collapse)Author
2020-07-14ui.components: fix ts types, move user pagination to user detailsderek
2020-07-13ui.components.search: fix duplicate requestsderek
Deprecate componentWillReceiveProps for getDerivedStateFromProps
2020-07-11Adding number of comments for user search.Dessalines
2020-07-11Remove karma count from search results(fixes #853)Justin Hernandez
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-04-29Fix search form clearing out.Dessalines
2020-04-28Fix federated community link on search page.Dessalines
2020-04-10Adding an admin settings page.Dessalines
- Fixes #620 - Adding a UserListing component. Fixes #627
2020-02-08Fixing some technical debt. Fixes #524Dessalines
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-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-20Allow comment/post upvoting from other pages.Dessalines
- Fixes #355 - Votes now coming back for posts and comments on search page.
2020-01-19Strongly typing WebsocketJsonResponse. Forgot comment-form.tsxDessalines
2020-01-18First pass at fixing UI to work with new websocketresponses.Dessalines
2020-01-13Adding options below comment searches. Fixes #412Dessalines
2020-01-02Adding show_avatar user setting, and option to send notifications to inbox.Dessalines
- Fixes #254 - Fixes #394
2019-12-29Adding user avatars / icons. Requires pictshare.Dessalines
- Fixes #188
2019-10-20Externalize into sort-select component.Dessalines
- Fixes #311
2019-10-19Adding username mentions / tagging from comments.Dessalines
- Fixes #293
2019-10-18Running prettier on code.Dessalines
- #305 , #309
2019-09-05Adding usable search urlsDessalines
- Fixes #242
2019-08-21View where a URL has been cross-posted to in the pastDessalines
- This shows when creating a post, or when viewing a post. - Fixes #131
2019-08-10Adding support for community and user searching.Dessalines
- Fixes #130
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-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-23Adding a search pageDessalines
- Fixes # 70
2019-04-04Adding Iframe expandDessalines
- Adding Iframe Expand. Fixes #32 - Fix issue with table sorting. Fixes #33 - Changing all to h4s. Fixes #30
2019-03-20Adding initial UI and Websocket server.Dessalines