Calin Chitu
7945f14cee
fix(chat) removed unread msgs counter on chat open
4 years ago
Steffen Kolmer
e9675453e1
feat: Make Jitsi WCAG 2.1 compliant (#8921)
* Make Jitsi WCAG 2.1 compliant
* Fixed password form keypress handling
* Added keypress handler to name form
* Removed unneccessary dom query
* Fixed mouse hove style
* Removed obsolete css rules
* accessibilty background feature
* Merge remote-tracking branch 'upstream/master' into nic/fix/merge-conflicts
* fix error
* add german translation
* Fixed merge issue
* Add id prop back to device selection
* Fixed lockfile
Co-authored-by: AHMAD KADRI <52747422 +ahmadkadri@users.noreply.github.com >
4 years ago
HippyJim
8dbb392d85
CLOSE_CHAT action calls notifyChatUpdated with the isOpen flag set to false, previously was always true even when closing
4 years ago
luz paz
d3680bbebd
fix(misc) follow-up typos
Found via `codespell -q 3 -S ./lang`
4 years ago
Mihai-Andrei Uscat
3972e076f0
fix(Chat): Fix modals displaying improperly due to chat.
* Adjust chat font size.
* Adjust invite more button and text size.
* Remove useless constant.
4 years ago
Mihai-Andrei Uscat
7dabfc21b4
feat(Chat): Revamp design.
* ensure keyboard stays open when sending messages on mobile web.
4 years ago
titus.moldovan
2587eefefc
fix(chat) hides send private chat button when enable.chat flag is false.
4 years ago
Mihai-Andrei Uscat
a7db7ecaff
fix(LargeVideo): Fix large video not resizing when closing chat.
4 years ago
Mihai-Andrei Uscat
43761fc398
feat(Chat) Improve responsive behaviour further.
* Add buttons to send messages/set nickname.
* Redesign message/nickname inputs.
* Pin messages to the input.
* Add keyboard avoider for Safari.
* Make chat content scrollable on mobile.
4 years ago
tmoldovan8x8
f71e8a9982
feat(mobile) adds actions and events for the chat
4 years ago
tmoldovan8x8
65c56669c4
feat refactors the chat flow so it has open and close functions
4 years ago
Tudor-Ovidiu Avram
dcaad41e69
feat(external_api) add event for chat updates (unread counter, open state)
4 years ago
Steffen Kolmer
ef7d425859
feat(ui) update AtlasKit components
4 years ago
hmuresan
1196ede961
feat(external-api) set `privateMessage` flag on `incoming-message`
4 years ago
Mihai-Andrei Uscat
43e655b619
feat(chat): Improve responsiveness.
* Fix toolbox buttons not displaying properly when chat is open.
* Open chat in fullscreen dialog past custom thresholds when mobile/desktop toolbox would become unusable due to chat
* Remove mobile chat check when displaying toolbox
4 years ago
hmuresan
0a5910f0b3
feat(external_api) set and cancel private chat through external API
- allow managing chat through API when chat button is not present on UI
4 years ago
Saúl Ibarra Corretgé
29fa4c935e
fix(chat) stop using nicknames
We stopped providing a way to set them, so don't render them either.
Also cleanup some leftover config options.
5 years ago
Дамян Минков
12c835dd91
feat: Drops filmStripOnly mode. (#8074)
* feat: Drops filmStripOnly mode.
* squash: Let's make lint happy again.
* squash: Drop some css.
5 years ago
Saúl Ibarra Corretgé
a67d0fbf6c
chore: remove some cycles
5 years ago
Saúl Ibarra Corretgé
52ce8031a3
Update react/features/chat/components/native/Chat.js
5 years ago
Saúl Ibarra Corretgé
aa9f06fa84
Update react/features/chat/components/native/Chat.js
5 years ago
Saúl Ibarra Corretgé
a758e98101
Update react/features/chat/components/native/Chat.js
5 years ago
tombrown86
63d4c2b84b
onClose to return true to imply modal should close
5 years ago
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
5 years ago
Saúl Ibarra Corretgé
fde7cf4ab8
chat: fix crash on mobile
5 years ago
Mihai Uscat
5f5468995f
feat(chat): Make chat push content to the side in large view
5 years ago
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 years ago
Bettenbuk Zoltan
0598e7369b
ref: eslint-config-jitsi@1.0.3
5 years ago
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 years ago
Bettenbuk Zoltan
cd1862a2d3
fix: private message open
5 years ago
Bettenbuk Zoltan
b706972acb
fix: re-add android only chat input padding
5 years ago
Bettenbuk Zoltan
678ed605d7
ref: change JitsiModal to better fit to needs
5 years ago
Bettenbuk Zoltan
3a2081ffed
ref: change Chat to JitsiModal
5 years ago
Bettenbuk Zoltan
feb8fe9e34
api: add private message flag to outgoingMessage
5 years ago
Bettenbuk Zoltan
b64294af6d
fix: emoji in links
6 years ago
Bettenbuk Zoltan
6121e9fc65
feat: improve chat UX
6 years ago
Bettenbuk Zoltan
9265e1ffec
ui: web chat facelift
6 years ago
Bettenbuk Zoltan
a35099f949
feat: add chat color scheming
6 years ago
Bettenbuk Zoltan
6e10ca5dd2
fix: chat error message
6 years ago
Bettenbuk Zoltan
42271b1b89
feat: private messages
6 years ago
Bettenbuk Zoltan
f270b50972
fix: remove unnecessary escaping
6 years ago
Leonard Kim
1b43c22940
fix(chat): update thumbs emoji strings
react-emoji-renderer 1.0.0 removed the
thumbsup and thumbsdown aliases.
6 years ago
Bettenbuk Zoltan
8a3ddd8596
feat: SVG icons
6 years ago
Bettenbuk Zoltan
1941275f93
feat: mobile chat emojis
6 years ago
Bettenbuk Zoltan
cfc7210ac8
feat: add send message button
6 years ago
Bettenbuk Zoltan
bed3f62536
feat: make links in chat clickable
6 years ago
Bettenbuk Zoltan
e7144eb674
Get chat message display name from backend
6 years ago
Дамян Минков
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 years ago
Leonard Kim
130ab886ee
fix(chat): show toolbar on open
6 years ago
Leonard Kim
c0e9f2b95a
fix(chat): workaround for chat scroll causing layout misalignment
6 years ago