Commit Graph

122 Commits (1089651cb03033ac278458dbff697644ce33f331)

Author SHA1 Message Date
Paul Makles 60cd17d673 feat(context menu): add "mark as unread" 2022-01-15 14:46:19 +00:00
Paul Makles 2c8bbe7d1f feat(messaging): add message overlay logic 2022-01-15 12:54:16 +00:00
Paul Makles 8bda3123da fix(unreads): allow dynamic unread changes 2022-01-15 12:53:15 +00:00
Paul Makles 3fd56e4fdc feat: add sc minification + display class names 2022-01-14 18:51:03 +00:00
3nt3 42771f7137
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 c26ef4c2b2 chore: merge branch 'ui/glass-header' 2022-01-02 23:48:19 +00:00
Paul Makles 4773b76ea9 fix(channel header): fix action callbacks 2021-12-30 19:44:15 +00:00
Paul Makles b5077b62ff fix(invite): allow logged out users to view invites 2021-12-28 12:24:35 +00:00
Paul 1b644d450d fix: allow invite screen to properly load while signed out 2021-12-25 20:43:54 +00:00
Paul a23230850a feat(error): add button to reset app data 2021-12-25 16:41:57 +00:00
Paul 064f223c78 fix: catch errors from redux migration 2021-12-25 16:37:39 +00:00
Paul 028a8660c1 feat: handle errors for message renderer separately 2021-12-25 16:03:05 +00:00
Paul de1b947b7d feat: add global error handling and reporting 2021-12-25 14:32:28 +00:00
Paul af3eb754f7 feat(messaging): hide new message bar on esc or sent message 2021-12-24 17:20:05 +00:00
Paul cc0e45526c feat(mobx): refactor and remove (react-)redux 2021-12-23 21:43:11 +00:00
Paul faca4ac32b feat(mobx): add message queue store 2021-12-12 15:33:47 +00:00
Paul 413bf6949b feat(mobx): server notification options + data store 2021-12-11 23:34:46 +00:00
Paul f8b8d96d3d feat(mobx): migrate auth and config 2021-12-11 21:04:12 +00:00
Paul bc799931a8 feat(mobx): add persistence 2021-12-11 16:24:23 +00:00
3nt3 b09ccd90ba
fix: add context menu to individual attachments if > 1 attached (#348) 2021-10-31 21:25:33 +00:00
Paul Makles 92597ab1cd
Merge pull request #360 from revoltchat/rework/categories-kanban 2021-10-31 16:38:10 +00:00
Paul f97925073a feat(rbd): transform rbd types to Preact from React 2021-10-31 16:04:37 +00:00
Paul bb5509f660 feat(categories): autosave category changes 2021-10-30 18:20:12 +01:00
Paul Makles ae2efcd9c6
Merge pull request #266 from brecert/fix-265 2021-10-30 15:55:34 +00:00
Paul 195a9bda35 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 81379d6ec4 Explicitly deny bad URLs.
Fixes #252.
Handle embed untrusted links better.
2021-09-25 10:54:32 +01:00
brecert abe2e2db40
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 d5430a7920 Use server configuration for voso websocket. 2021-09-16 10:27:33 +01:00
Paul 4b8ad44aa9 Fix unreads and mark as read. 2021-09-14 21:09:42 +01:00
Paul 048267b419 Remove stray console.log and update translations.
Update themes endpoint and filter unmatched commits.
2021-09-09 22:39:17 +01:00
brecert f35ebeab67
Add `shift+click` to channel links 2021-09-07 09:26:12 -04:00
brecert dd9b486dab
Add `shift+click` to link to a channel in the textarea 2021-09-07 08:34:40 -04:00
Paul 2ccc0b7b5e Change invite rendering logic.
Handle link warnings on embeds.
Remove "EDIT!!" 🙏🙏🙏
2021-09-03 13:04:37 +01:00
Paul a1cb72046c 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 d368820aeb 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 4e3e57a7c9 Fix issues introduced in new Typescript version. 2021-08-30 16:45:23 +01:00
Paul Makles 6e1545412b
Merge pull request #131 from ryanalexander/new-voice-interface 2021-08-23 13:31:07 +01:00
Ryan Alexander a6846192de Add audio tab and ability to change audio input device 2021-08-23 11:57:46 +01:00
Ryan Alexander ccda5e8609 Add deafen button 2021-08-22 12:22:44 +10:00
Paul Makles 468350b36c
Merge pull request #98 from fatalerrorcoded/master 2021-08-18 00:58:45 +01:00
Paul Makles ae22c344a1
Merge pull request #87 from ryanalexander/context-categories 2021-08-18 00:58:06 +01:00
Martin Löffler 5ab1773f01
Moved reply mention disable into internal event handler 2021-08-17 20:52:16 +02:00
Ryan Alexander 49d54ee05a Added create category context menu when right clicking in channel list 2021-08-17 06:31:25 +10:00
Paul 745b03452b Fix chat not scrolling to bottom when messages update. 2021-08-16 18:59:40 +01:00
Ryan Alexander 30448ce5a0
Update ContextMenus.tsx
Add Create Invite button to server context menu
2021-08-16 08:00:53 +10:00
Paul c5a36b09d9 Remove ability to add bot as a friend. 2021-08-12 17:11:34 +01:00
Paul 7a80c0edb5 Add search back. 2021-08-09 17:34:25 +01:00
Paul c8b5753211 Anchor scroll to bottom when switching channels. 2021-08-08 23:01:47 +01:00
Paul ef1eb74486 Don't show server mark as read on channels. 2021-08-07 23:04:44 +01:00
Paul 4f1ba8942f Add server avatars. Closes #52
Add identity edit menu. Closes #51
2021-08-07 22:42:15 +01:00