summaryrefslogtreecommitdiffstats
path: root/ui/src/components/inbox.tsx
AgeCommit message (Collapse)Author
2020-07-13Add post title to user comments inbox view, comment_view, user_mention_viewErnest
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-06-22Instant mark all as read. Fixes #830Dessalines
2020-03-20Changing to btn-outline-lightDessalines
2020-03-20Switch to radios for user and inbox pages for clarity. Fixes #608Dessalines
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-08Add icons for private message actions. Fixes #582Dessalines
2020-03-07Iframely and pictshare backend mostly done.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-11Fixing unread indicator on link click. Fixes #527Dessalines
2020-02-08Fixing some technical debt. Fixes #524Dessalines
2020-02-04Websocket reconnect reload page data. Fixes #504Dessalines
2020-02-02Merge branch 'dev' into websocket_scopesDessalines
2020-02-02Finishing up interpolation rework.Dessalines
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-22Adding private messaging, and matrix user ids.Dessalines
- Fixes #244
2020-01-19Strongly typing WebsocketJsonResponse. Forgot comment-form.tsxDessalines
2020-01-18First pass at fixing UI to work with new websocketresponses.Dessalines
2020-01-15Adding limits to inbox fetching. Fixes #420Dessalines
2019-12-07Adding RSS feeds for inbox and subscribed. Refactored RSS code.Dessalines
- Fixes #349
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-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-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-29Adding proper deletes for Post, Community, and Comments.Dessalines
- Fixes #132 - Fixes #108
2019-04-29Adding mark all as readDessalines
- Fixes #107
2019-04-25Adding /f/ and /u/ in links now.Dessalines
- Fixes #102
2019-04-22Comment actions from inbox and user pages working.Dessalines
- Fixes #93
2019-04-22Adding document titles.Dessalines
- Fixes #100
2019-04-20Mostly working, before mergeDessalines