Commit Graph

73 Commits

Author SHA1 Message Date
trashtemp
e0805b5166 fix(msgbar): added support for keyboard focus 2022-01-15 12:55:23 +01:00
trashtemp
f1df8ccd5d fix: added shadow on hover 2022-01-14 23:06:47 +01:00
trashtemp
be8d1142f6 fix(msgbar): improved design, added actions 2022-01-14 22:52:19 +01:00
KuhnChris
a5b1d727d3 feat(messaging): quick action bar (#493)
Co-authored-by: Kuhn Chris <kuhnchris+github@kuhnchris.eu>
Co-authored-by: Paul Makles <paulmakles@gmail.com>
2022-01-14 21:03:52 +00:00
trashtemp
e1290b72a9 fix(typindicator): some design tweaks 2022-01-14 20:53:09 +01:00
Paul Makles
41dc0a0ad9 feat: add sc minification + display class names 2022-01-14 18:51:03 +00:00
trashtemp
7de758a911 fix(app): tweaked glass value for few components 2022-01-04 20:00:06 +01:00
Paul Makles
a3234fc051 fix: fixed jump to bottom bar positioning 2022-01-04 14:01:45 +00:00
Paul Makles
b2bbdad4bc fix: add template to new msg bar translation 2021-12-30 15:12:38 +00:00
trashtemp
3b60db4ba6 fix(channel): last update before master merge 2021-12-29 16:39:35 +01:00
trashtemp
de94090461 fix(typindicator): fixed var color 2021-12-29 00:35:26 +01:00
trashtemp
ca3e814da3 feat(typindicator): added glass effect 2021-12-29 00:34:02 +01:00
trashtemp
8cd1909ee9 fix(jumpbar): started css rewrite 2021-12-28 23:42:50 +01:00
trashtemp
e89ade2e78 hotfix(jumpbar): jump bar fixed on mobile 2021-12-28 23:40:07 +01:00
trashtemp
5980faae0d fix(header): new unread bar fixed on mobile 2021-12-26 23:43:07 +01:00
trashtemp
4e43ff72be feat(header): new glass header on channel view 2021-12-26 22:26:27 +01:00
Paul
a37ff5d349 fix(reply): mention toggle would not persist 2021-12-26 15:00:50 +00:00
Paul
c8dd1c2564 fix: hide new message bar on jump to bottom 2021-12-25 14:49:31 +00:00
trashtemp
1618fdef21 fix(channel): mobile jump bar fixed 2021-12-25 11:33:30 +01:00
trashtemp
12c82da66d fix(channel): jump to beginning bar 2021-12-25 11:20:44 +01:00
trashtemp
b5194ced8e fix(channel): added string to new message bar 2021-12-24 19:01:55 +01:00
trashtemp
4665e00f4c fix(settings): more settings fixes pt. 2 2021-12-24 18:36:40 +01:00
Paul
23e239d6ed feat(messaging): hide new message bar on esc or sent message 2021-12-24 17:20:05 +00:00
Paul
e9b646f039 fix: hide new messages bar on click 2021-12-24 14:49:21 +00:00
Paul
ee5c102f16 chore: clean up contrasting colours code 2021-12-24 14:13:10 +00:00
Paul
0591d44a31 feat(mobx): refactor and remove (react-)redux 2021-12-23 21:43:11 +00:00
Paul
ca3c791331 fix: use masquerade everywhere applicable
fixes #400
2021-11-14 19:53:50 +00:00
Paul
9096083706 fix: remove removed messages from reply bar
fixes #71
fixes #143
2021-11-14 19:30:41 +00:00
Paul
9403707ba3 fix: prevent reply overflow
fixes #399
2021-11-14 18:46:46 +00:00
brecert
b310692091 Improve reply mention styling
- [#220] reply mention now uses translations
- reply mention styling improved
  - `@` fits better
  - `min-width: 6ch` is used to remove shifting between `on` and `off` lengths, mostly for the english `on/off` but could be modified to work with any language in the future.
2021-09-11 11:53:50 -04:00
Paul
ab4167cab4 Use variables for scrollbar width.
Update language definitions.
2021-09-03 10:17:42 +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
1956c9fbd9 Fix unresolved import for system user ID. 2021-08-18 11:31:25 +01:00
Martin Löffler
61901b4bc1 Moved reply mention disable into internal event handler 2021-08-17 20:52:16 +02:00
Martin Löffler
d419c455af Disable mention behavior on self-replies 2021-08-17 17:29:25 +02:00
Martin Löffler
59dde14333 Hide reply mention button from current user 2021-08-17 17:20:53 +02:00
Paul
4faba20410 Add settings button to server list sidebar.
Move more border radiuses to variables.
2021-08-15 15:21:23 +01:00
Paul
0e8feb2389 Remember whether reply was a mention or not.
Fix input modals refreshing page.
2021-08-14 21:37:43 +01:00
Paul
47be4fcd50 Revert typing indicator changes. 2021-08-08 18:46:27 +01:00
Paul
783ad363c9 Temporarily remove TextReact. 2021-08-08 18:40:25 +01:00
Paul
031dc64173 Show server identity in message replies and typing indicator.
Revert reply connector temporarily.
2021-08-08 10:16:48 +01:00
Paul
0d415b4d5b Manage state per channel. Closes #2 2021-08-07 20:43:08 +01:00
Paul
872b710bc4 Make the linter happy. 2021-08-05 14:47:00 +01:00
nizune
8271551c33 New look to replies 2021-08-05 11:54:32 +02:00
nizune
3b65501a12 Fixed sent attachments code 2021-08-04 19:59:29 +02:00
Paul
c997261e20 Add i18n to replies.
Add Fluent design category button.
Update Account page with new design.
2021-08-04 16:03:38 +01:00
nizune
204fe3dfed Changed Reply bar structure 2021-08-04 14:01:24 +02:00
Paul
f20f1d8b41 Fix blocked users appearing in typing indicator.
Make typing indicator time out.
2021-07-31 17:58:26 +01:00
Paul
54900008a6 Move typing indicator into revolt.js 2021-07-31 13:48:26 +01:00
Paul
33decef7de Zero error milestone. 2021-07-30 22:40:49 +01:00