Bettenbuk Zoltan
b706972acb
fix: re-add android only chat input padding
2020-04-07 11:18:50 +02:00
Bettenbuk Zoltan
678ed605d7
ref: change JitsiModal to better fit to needs
2020-04-07 11:18:50 +02:00
Bettenbuk Zoltan
3a2081ffed
ref: change Chat to JitsiModal
2020-04-02 12:40:12 +02:00
Bettenbuk Zoltan
6121e9fc65
feat: improve chat UX
2019-11-21 18:11:58 +01:00
Bettenbuk Zoltan
9265e1ffec
ui: web chat facelift
2019-10-22 13:16:00 +02:00
Bettenbuk Zoltan
a35099f949
feat: add chat color scheming
2019-10-16 10:38:28 +02:00
Bettenbuk Zoltan
6e10ca5dd2
fix: chat error message
2019-10-09 18:35:09 +02:00
Bettenbuk Zoltan
42271b1b89
feat: private messages
2019-10-08 18:22:45 +02:00
Bettenbuk Zoltan
f270b50972
fix: remove unnecessary escaping
2019-10-08 18:22:45 +02:00
Bettenbuk Zoltan
8a3ddd8596
feat: SVG icons
2019-09-13 14:07:53 +02:00
Bettenbuk Zoltan
1941275f93
feat: mobile chat emojis
2019-08-26 15:37:58 +02:00
Bettenbuk Zoltan
cfc7210ac8
feat: add send message button
2019-08-22 12:03:39 +02:00
Bettenbuk Zoltan
bed3f62536
feat: make links in chat clickable
2019-08-06 08:48:37 +02:00
Bettenbuk Zoltan
e7144eb674
Get chat message display name from backend
2019-07-31 10:48:22 +02:00
Дамян Минков
9f4da84701
I18next update ( #4456 )
...
* Removes unused translations.
* Fixes using translated strings.
* Moves using latest i18next versions and stop using compatibility modes.
* Sorts i18next options.
* Fixes defaultNS used by i18next.
This is used when translating html tags with data-i18n keys as attributes, used by jQuery-Impromptu.
2019-07-22 11:10:25 +01:00
Leonard Kim
c0e9f2b95a
fix(chat): workaround for chat scroll causing layout misalignment
2019-07-18 06:08:27 -07:00
Bettenbuk Zoltan
0a76eebca7
feat: central back button registry
2019-07-11 16:14:08 +02:00
Bettenbuk Zoltan
72137a2811
feat: initial based avatars
2019-07-01 23:59:16 +02:00
Leonard Kim
2f7f9f24c4
fix(display-name): dismiss prompt if name gets set
2019-06-17 15:10:53 +01:00
Leonard Kim
d86b60ea72
fix(chat): maintain bottom scroll on input resize
2019-05-15 08:06:35 -07:00
Leonard Kim
dfe5fbb702
ref(chat): change initial input size to 1 line
2019-05-15 08:06:35 -07:00
Leonard Kim
09f881c0f5
ref(chat): bring in package for text area auto-resizing
2019-05-15 08:06:35 -07:00
Leonard Kim
f1546008f9
ref(chat): removed unused getChatInputRef callback for input
2019-05-15 08:06:35 -07:00
Leonard Kim
d8df7fde84
ref(chat): clean up public blur/focus methods on input
...
Method blur is not called. Method blur is called
internally only.
2019-05-15 08:06:35 -07:00
Leonard Kim
5a53d7f32a
fix(chat): re-fix letting long messages wrap
2019-05-14 09:20:25 -07:00
Leonard Kim
4eec13da1c
ref(chat): de-parameterize AbstractMessageContainer
2019-05-14 09:20:25 -07:00
Leonard Kim
cb8282dfe5
ref(chat): remove unused method
2019-05-14 09:20:25 -07:00
Leonard Kim
5cd0b1a9be
fix(chat): fix auto-scrolling to bottom
...
Empower the parent.
2019-05-14 09:20:25 -07:00
Leonard Kim
504fadaf71
ref(chat): on web, move timestamp to chat message
2019-05-14 09:20:25 -07:00
Leonard Kim
7187e540a8
ref(chat): on native, show messages as grouped by sender
2019-05-14 09:20:25 -07:00
Leonard Kim
34dffbfc5e
ref(chat): on native, group messages by sender (no styling)
2019-05-14 09:20:25 -07:00
Leonard Kim
a9637f93c3
ref(chat): create AbstractMessageContainer
...
So mobile and web can share logic for grouping chat
messages by sender.
2019-05-14 09:20:25 -07:00
Leonard Kim
0e8b0a9c5c
ref(chat): create web MessageContainer component
2019-05-14 09:20:25 -07:00
Leonard Kim
a114d55fac
fix(chat): ensure really long words can trigger wrapping
2019-05-09 08:25:47 -07:00
Leonard Kim
afde717ca4
ref(chat): use message type as classname
2019-05-09 07:06:27 -07:00
Leonard Kim
fb5a45f714
feat(chat): on web, group messages by sender
2019-05-09 07:06:27 -07:00
Leonard Kim
a49f62238b
ref(chat): clean up extra dom
2019-05-08 08:57:00 -07:00
Leonard Kim
01458eeff9
ref(chat): add a header for holding the close button
2019-05-08 08:57:00 -07:00
Leonard Kim
4d04141f24
ref(chat): change input placeholder
2019-05-08 08:57:00 -07:00
Leonard Kim
2a4bac7a27
ref(chat): remove chat bubble arrow
2019-05-08 08:57:00 -07:00
Bettenbuk Zoltan
3eca67e1ad
rn: add HeaderWithNavigation component
2019-05-07 18:02:14 +02:00
Bettenbuk Zoltan
b886f8d72d
rn: specify chat text field font color
2019-04-26 21:33:11 +02:00
Bettenbuk Zoltan
0b6c51f666
rn: replace 3rd party chat library with custom implementation
2019-04-26 15:17:36 +02:00
virtuacoplenny
ca38bd53fe
fix(chat): use css for arrow ( #4097 )
2019-04-12 13:59:03 -07:00
Bettenbuk Zoltan
13212a5980
[RN] Replace chat modal with SlidingView
2019-03-25 14:52:43 +01:00
Bettenbuk Zoltan
2a5adfc601
Remove some Flow annotations
2019-03-25 13:53:08 +01:00
Saúl Ibarra Corretgé
c025c7e132
flow: tame the beast
...
🔥 🔥 🔥
2019-03-21 14:47:55 +01:00
Leonard Kim
81d4f694b7
fix(chat): prevent empty messages
2019-03-09 12:09:29 +01:00
Bettenbuk Zoltan
230b2b02fa
Chat render improbement
2019-01-15 13:38:26 +01:00
Bettenbuk Zoltan
8a241ba2b7
[RN] Add chat functionality
...
Co-authored-by: DimaG <dgeorgiev06@gmail.com>
2019-01-15 11:33:12 +01:00