Saúl Ibarra Corretgé
a67d0fbf6c
chore: remove some cycles
преди 4 години
Saúl Ibarra Corretgé
52ce8031a3
Update react/features/chat/components/native/Chat.js
преди 4 години
Saúl Ibarra Corretgé
aa9f06fa84
Update react/features/chat/components/native/Chat.js
преди 4 години
Saúl Ibarra Corretgé
a758e98101
Update react/features/chat/components/native/Chat.js
преди 4 години
tombrown86
63d4c2b84b
onClose to return true to imply modal should close
преди 4 години
tombrown86
4161e7bfe1
fix: no new msg notifications after opening chat modal [NATIVE]
call TOGGLE_CHAT action when chat modal is closed to correctly update chat isOpen state
преди 4 години
Saúl Ibarra Corretgé
fde7cf4ab8
chat: fix crash on mobile
преди 4 години
Mihai Uscat
5f5468995f
feat(chat): Make chat push content to the side in large view
преди 5 години
Saúl Ibarra Corretgé
6e679f952f
redux: refactor loading of middlewares and reducers
Up until now we relied on implicit loading of middlewares and reducers, through
having imports in each feature's index.js.
This leads to many complex import cycles which result in (sometimes) hard to fix
bugs in addition to (often) breaking mobile because a web-only feature gets
imported on mobile too, thanks to the implicit loading.
This PR changes that to make the process explicit. Both middlewares and reducers
are imported in a single place, the app entrypoint. They have been divided into
3 categories: any, web and native, which represent each of the platforms
respectively.
Ideally no feature should have an index.js exporting actions, action types and
components, but that's a larger ordeal, so this is just the first step in
getting there. In order to both set example and avoid large cycles the app
feature has been refactored to not have an idex.js itself.
преди 5 години
Bettenbuk Zoltan
0598e7369b
ref: eslint-config-jitsi@1.0.3
преди 5 години
Saúl Ibarra Corretgé
e5b563ba46
rn,flags: add more feature flags to toggle specific behavior
- Invite funcionality (altogether)
- Recording
- Live streaming
- Meeting name
- Meeting password
преди 5 години
Bettenbuk Zoltan
cd1862a2d3
fix: private message open
преди 5 години
Bettenbuk Zoltan
b706972acb
fix: re-add android only chat input padding
преди 5 години
Bettenbuk Zoltan
678ed605d7
ref: change JitsiModal to better fit to needs
преди 5 години
Bettenbuk Zoltan
3a2081ffed
ref: change Chat to JitsiModal
преди 5 години
Bettenbuk Zoltan
feb8fe9e34
api: add private message flag to outgoingMessage
преди 5 години
Bettenbuk Zoltan
b64294af6d
fix: emoji in links
преди 5 години
Bettenbuk Zoltan
6121e9fc65
feat: improve chat UX
преди 5 години
Bettenbuk Zoltan
9265e1ffec
ui: web chat facelift
преди 5 години
Bettenbuk Zoltan
a35099f949
feat: add chat color scheming
преди 5 години
Bettenbuk Zoltan
6e10ca5dd2
fix: chat error message
преди 5 години
Bettenbuk Zoltan
42271b1b89
feat: private messages
преди 5 години
Bettenbuk Zoltan
f270b50972
fix: remove unnecessary escaping
преди 5 години
Leonard Kim
1b43c22940
fix(chat): update thumbs emoji strings
react-emoji-renderer 1.0.0 removed the
thumbsup and thumbsdown aliases.
преди 5 години
Bettenbuk Zoltan
8a3ddd8596
feat: SVG icons
преди 5 години
Bettenbuk Zoltan
1941275f93
feat: mobile chat emojis
преди 5 години
Bettenbuk Zoltan
cfc7210ac8
feat: add send message button
преди 5 години
Bettenbuk Zoltan
bed3f62536
feat: make links in chat clickable
преди 5 години
Bettenbuk Zoltan
e7144eb674
Get chat message display name from backend
преди 5 години
Дамян Минков
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.
преди 6 години
Leonard Kim
130ab886ee
fix(chat): show toolbar on open
преди 6 години
Leonard Kim
c0e9f2b95a
fix(chat): workaround for chat scroll causing layout misalignment
преди 6 години
Bettenbuk Zoltan
0a76eebca7
feat: central back button registry
преди 6 години
Bettenbuk Zoltan
72137a2811
feat: initial based avatars
преди 6 години
Leonard Kim
2f7f9f24c4
fix(display-name): dismiss prompt if name gets set
преди 6 години
Leonard Kim
d86b60ea72
fix(chat): maintain bottom scroll on input resize
преди 6 години
Leonard Kim
dfe5fbb702
ref(chat): change initial input size to 1 line
преди 6 години
Leonard Kim
09f881c0f5
ref(chat): bring in package for text area auto-resizing
преди 6 години
Leonard Kim
f1546008f9
ref(chat): removed unused getChatInputRef callback for input
преди 6 години
Leonard Kim
d8df7fde84
ref(chat): clean up public blur/focus methods on input
Method blur is not called. Method blur is called
internally only.
преди 6 години
Leonard Kim
5a53d7f32a
fix(chat): re-fix letting long messages wrap
преди 6 години
Leonard Kim
4eec13da1c
ref(chat): de-parameterize AbstractMessageContainer
преди 6 години
Leonard Kim
cb8282dfe5
ref(chat): remove unused method
преди 6 години
Leonard Kim
5cd0b1a9be
fix(chat): fix auto-scrolling to bottom
Empower the parent.
преди 6 години
Leonard Kim
504fadaf71
ref(chat): on web, move timestamp to chat message
преди 6 години
Leonard Kim
7187e540a8
ref(chat): on native, show messages as grouped by sender
преди 6 години
Leonard Kim
34dffbfc5e
ref(chat): on native, group messages by sender (no styling)
преди 6 години
Leonard Kim
a9637f93c3
ref(chat): create AbstractMessageContainer
So mobile and web can share logic for grouping chat
messages by sender.
преди 6 години
Leonard Kim
0e8b0a9c5c
ref(chat): create web MessageContainer component
преди 6 години
Leonard Kim
a114d55fac
fix(chat): ensure really long words can trigger wrapping
преди 6 години