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
3nt3
b09ccd90ba
fix: add context menu to individual attachments if > 1 attached ( #348 )
2021-10-31 21:25:33 +00: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
4b8ad44aa9
Fix unreads and mark as read.
2021-09-14 21:09:42 +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 Makles
468350b36c
Merge pull request #98 from fatalerrorcoded/master
2021-08-18 00:58:45 +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
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
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
Paul
0ea80b5717
Fixes #9 and closes #8 . This adds a way to mark servers as read.
...
Servers are also marked as read when joining them.
You can now also mark DMs as read.
2021-08-07 12:30:19 +01:00
Paul
2f06112921
Add a way to copy message links.
...
Remove focus from auto complete after click, fixes #12 .
2021-08-07 10:52:22 +01:00
Paul
55e00bf93f
Make the linter happy.
2021-08-05 14:47:00 +01:00
Paul
719e5b4dd8
Add queued messages back.
...
Fix various code issues.
i18n invite menu.
2021-07-31 10:31:16 +01:00
Paul
c21453b281
100 error milestone.
...
Remove hooks completely. :)
2021-07-30 21:20:42 +01:00
Paul
768c80b051
Remove useServer and useServers.
2021-07-29 19:01:40 +01:00
Paul
411fac2527
Remove useChannel
2021-07-29 18:41:01 +01:00
Paul
4dffaad6c1
Work towards removing useUsers.
2021-07-29 15:11:21 +01:00
Paul
7586b365fe
Format and automatically fix linted code.
2021-07-10 15:57:29 +01:00
Paul
54185b5839
Server Sidebar: Add home icon hover.
...
Home Sidebar: Remove top bar.
2021-07-09 22:15:36 +01:00
nizune
ccb7499c2a
Fix: Support for DateDivider for RTL
2021-07-08 21:01:21 +02:00
nizune
766be90296
Small fixes
2021-07-08 01:14:23 +02:00
Paul
b5a11d5c8f
Use tabWidth 4 without actual tabs.
2021-07-05 11:25:20 +01:00
Paul
7bd33d8d34
Run prettier on all files.
2021-07-05 11:23:23 +01:00
insert
c4b9950514
Merge branch 'master' into 'cleanup'
...
# Conflicts:
# src/components/common/LocaleSelector.tsx
2021-07-05 10:17:57 +00:00
Paul
7067627027
Fix: Add default for font combo box.
...
Don't pass dispatcher in, just provide it globally.
Fix: Allow clicking through to profile from server sidebar.
2021-07-05 10:59:48 +01:00
bree
a4051330a3
remove most uses of as any
in typescript
...
- replaced many uses of `as any` with another more specific cast `as T`
- filled in missing typed for items that needed to be typed
- new runtime code was added where necessary to satisfy the new types with comments
- added missing theme variable "sidebar-active" to the Theme variables
- forms using `react-hook-form` are now typechecked
- changed some instances of `target` into `currentTarget` while removing `as any` assertions
2021-07-04 07:09:39 -04:00
Paul
d8e23aea12
Add pending requests menu.
2021-07-02 18:00:17 +01:00
Paul
a569f41d1c
Add dayjs language defaults.
...
Add remove / block user confirmation.
2021-07-02 14:50:24 +01:00
Paul
f5b3b15188
Use UserIcon in server list header.
...
Re-design status context menu.
2021-07-01 19:37:36 +01:00
nizune
4102b69ca4
Update: Changed icon pack to Boxicons
2021-06-27 12:17:59 +02:00
Paul
41470e2cd5
Support replying to files, show icon in reply.
2021-06-26 09:45:07 +01:00
Paul
21859e4c55
Feature: Basic notification options implementation
2021-06-24 23:59:46 +01:00
Paul
3393795817
Fix: Emojis showing through spoilers.
...
Fix: Copy ID copies wrong ID.
Messaging: Add context menu to avatar / username.
2021-06-24 16:43:37 +01:00
Paul
352c0e880c
Context Menus: Add "mark as unread" back.
...
Servers: Fix various issues relating to voice channels.
2021-06-24 13:07:55 +01:00
Paul
50bd6addb4
Add message reply UI.
2021-06-23 18:26:41 +01:00
Paul
babb53c794
Add VoiceChannel support.
2021-06-23 13:52:16 +01:00
Paul
b1a4604653
Send ack PUTs for unreads.
2021-06-22 18:01:03 +01:00
Paul
454ee7fd6e
Add server creation button.
...
Add profile links / app links back.
Add quoting / mentioning back.
2021-06-22 11:56:37 +01:00
Paul
5db0854b42
Add global event pipeline.
...
Add message editor back.
2021-06-22 10:28:13 +01:00
Paul
b4bc2262ae
Port context menus.
2021-06-19 20:24:11 +01:00