Commit Graph

118 Commits (7dac2931fc5852199d6b7e11cd3fb96486fd3fb5)

Author SHA1 Message Date
3nt3 8be2870e07 feat: make kick and ban red in the context menu (#350)
Co-authored-by: Paul Makles <paulmakles@gmail.com>
2022-01-04 11:03:39 +00:00
Paul Makles b13c993862 chore: merge branch 'ui/glass-header' 2022-01-02 23:48:19 +00:00
Paul Makles 841151a662 fix(channel header): fix action callbacks 2021-12-30 19:44:15 +00:00
Paul Makles a9501ded91 fix(invite): allow logged out users to view invites 2021-12-28 12:24:35 +00:00
Paul 3c106f5d29 fix: allow invite screen to properly load while signed out 2021-12-25 20:43:54 +00:00
Paul 69bec6ea7c feat(error): add button to reset app data 2021-12-25 16:41:57 +00:00
Paul 967ea6074d fix: catch errors from redux migration 2021-12-25 16:37:39 +00:00
Paul 60fac6cfba feat: handle errors for message renderer separately 2021-12-25 16:03:05 +00:00
Paul 88f4b40011 feat: add global error handling and reporting 2021-12-25 14:32:28 +00:00
Paul 23e239d6ed feat(messaging): hide new message bar on esc or sent message 2021-12-24 17:20:05 +00:00
Paul 0591d44a31 feat(mobx): refactor and remove (react-)redux 2021-12-23 21:43:11 +00:00
Paul 74dbdef136 feat(mobx): add message queue store 2021-12-12 15:33:47 +00:00
Paul 6aa542d2a9 feat(mobx): server notification options + data store 2021-12-11 23:34:46 +00:00
Paul 763ac4eb98 feat(mobx): migrate auth and config 2021-12-11 21:04:12 +00:00
Paul 2eb8801363 feat(mobx): add persistence 2021-12-11 16:24:23 +00:00
3nt3 939309f8ed fix: add context menu to individual attachments if > 1 attached (#348) 2021-10-31 21:25:33 +00:00
Paul Makles bde7ba73a2 Merge pull request #360 from revoltchat/rework/categories-kanban 2021-10-31 16:38:10 +00:00
Paul 420975b90b feat(rbd): transform rbd types to Preact from React 2021-10-31 16:04:37 +00:00
Paul 8bbe8d46ae feat(categories): autosave category changes 2021-10-30 18:20:12 +01:00
Paul Makles 81d2c171de Merge pull request #266 from brecert/fix-265 2021-10-30 15:55:34 +00:00
Paul 04ced5a0d2 Fix(voice): Voice UI would not react to actions.
Feat(voice): Allow accessing user profile from voice UI.

Fixes #89. Fixes #91.
2021-10-20 22:39:26 +01:00
Paul 26be8e66c0 Explicitly deny bad URLs.
Fixes #252.
Handle embed untrusted links better.
2021-09-25 10:54:32 +01:00
brecert 0f90de8755 Fix send message related context menu options when unable to send messages
- fixes `reply` and `quote message` from appearing in the context menus for messages when unable to send messages.
- fixes #265
2021-09-19 00:47:01 -04:00
Paul c01038db1d Use server configuration for voso websocket. 2021-09-16 10:27:33 +01:00
Paul 8b4b6832e9 Fix unreads and mark as read. 2021-09-14 21:09:42 +01:00
Paul eb22979c7b Remove stray console.log and update translations.
Update themes endpoint and filter unmatched commits.
2021-09-09 22:39:17 +01:00
brecert 53451b58f3 Add `shift+click` to channel links 2021-09-07 09:26:12 -04:00
brecert bc2fef4596 Add `shift+click` to link to a channel in the textarea 2021-09-07 08:34:40 -04:00
Paul 31079af034 Change invite rendering logic.
Handle link warnings on embeds.
Remove "EDIT!!" 🙏🙏🙏
2021-09-03 13:04:37 +01:00
Paul bd54c341b9 Fix and prettier incoming changes from PR #119.
Cherry pick PR #130: don't show add friend button on banned / deleted accounts.
Also account for this in context menu.
2021-09-03 10:43:48 +01:00
Paul 08c963e715 Add CTRL + ENTER to force send message.
Fix: cursor jumping to the end of message area.
Fix: inconsistent message send button on mobile.
2021-08-30 18:01:32 +01:00
Paul 6d59c441d6 Fix issues introduced in new Typescript version. 2021-08-30 16:45:23 +01:00
Paul Makles 957698d245 Merge pull request #131 from ryanalexander/new-voice-interface 2021-08-23 13:31:07 +01:00
Ryan Alexander 99cc7fdcd2 Add audio tab and ability to change audio input device 2021-08-23 11:57:46 +01:00
Ryan Alexander b71208e6a8 Add deafen button 2021-08-22 12:22:44 +10:00
Paul Makles fc6e0d29cf Merge pull request #98 from fatalerrorcoded/master 2021-08-18 00:58:45 +01:00
Paul Makles bf446bc8a6 Merge pull request #87 from ryanalexander/context-categories 2021-08-18 00:58:06 +01:00
Martin Löffler 61901b4bc1 Moved reply mention disable into internal event handler 2021-08-17 20:52:16 +02:00
Ryan Alexander 5b64ee5b0b Added create category context menu when right clicking in channel list 2021-08-17 06:31:25 +10:00
Paul c02bc10885 Fix chat not scrolling to bottom when messages update. 2021-08-16 18:59:40 +01:00
Ryan Alexander 5c6a7fe2ae Update ContextMenus.tsx
Add Create Invite button to server context menu
2021-08-16 08:00:53 +10:00
Paul 6eab5e77aa Remove ability to add bot as a friend. 2021-08-12 17:11:34 +01:00
Paul b6230abbd7 Add search back. 2021-08-09 17:34:25 +01:00
Paul d2f0532344 Anchor scroll to bottom when switching channels. 2021-08-08 23:01:47 +01:00
Paul 68daa028af Don't show server mark as read on channels. 2021-08-07 23:04:44 +01:00
Paul c65073d148 Add server avatars. Closes #52
Add identity edit menu. Closes #51
2021-08-07 22:42:15 +01:00
Paul 2a497c5d51 Scroll to last position when re-opening a chat. 2021-08-07 20:53:17 +01:00
Paul 0d415b4d5b Manage state per channel. Closes #2 2021-08-07 20:43:08 +01:00
Paul c357e045e9 Fix new state updates. 2021-08-07 16:55:14 +01:00
Paul 0e7e719308 Re-write voice context. Working towards #21 2021-08-07 16:15:55 +01:00