João Victor
7aa4a40c61
improvement: use React context to store current user data
2024-04-04 10:13:27 -03:00
Ramón Souza
25c75de727
improve chat link regex ( #19795 )
2024-03-14 15:49:40 -03:00
André Castro
58a0efe708
Migrate auth and settings to graphQL ( #19507 )
2024-03-06 14:28:18 -03:00
Guilherme Pereira Leme
d7d5165eb1
feat(plugins): migrate ui-events to ui-data-hooks ( #19669 )
2024-02-27 20:25:11 -03:00
Ramón Souza
095161eb46
follow up chat panel styles
2024-02-22 16:19:50 -03:00
João Victor
4950470ff0
fix(chat): properly restore text input focus after a message is sent
2024-01-25 11:37:14 -03:00
Ramón Souza
e304387206
Merge pull request #19344 from ramonlsouza/migrate-chat-actions
...
refactor: migrate chat actions
2024-01-10 15:55:39 -03:00
Guilherme Pereira Leme
4f505d7122
feat(plugin): added support for plugin ui commands. ( #19326 )
...
* [plugin-sdk-ui-commands] - implemented chat ui command for plugin
* [plugin-sdk-ui-commands] - update SDK
* plugin-sdk-ui-commands
2023-12-15 14:04:52 -03:00
Ramón Souza
17127210c7
migrate startUserTyping meteor call
2023-12-15 10:31:11 -03:00
Guilherme Pereira Leme
a6045656ce
feat(plugins): Ui Events ( #19308 )
...
* [plugin-sdk-ui-events] - useUiEvent hook
* [plugin-sdk-ui-events] - update dependency
* [plugin-sdk-ui-events] - update ts
2023-12-11 13:56:04 -03:00
Gustavo Trott
79dbe8ba41
Add graphql actions for Chat
2023-12-04 11:16:58 -03:00
Ramón Souza
067144bf86
refactor: remove unused chat code ( #19215 )
2023-11-28 11:18:56 -03:00
Guilherme Pereira Leme
93b8705af2
feature(html5): Change return type of the graphql data hook ( #19103 )
2023-11-13 15:10:41 -03:00
Ramón Souza
08aa1627f5
Merge pull request #18997 from ramonlsouza/fix-markdown
...
fix: replace links in chat with markdown links
2023-10-24 10:05:38 -03:00
Ramón Souza
fed221f48d
fix markdown links
2023-10-24 09:00:52 -03:00
Ramón Souza
5952faefee
Update bigbluebutton-html5/imports/ui/components/chat/chat-graphql/chat-message-form/component.tsx
2023-10-23 17:31:41 -03:00
André
65a3e00fbb
later changes
2023-10-18 14:01:30 -03:00
André
327c4f0b7d
Client: Focus on input when clicking chat
2023-10-18 13:36:58 -03:00
André
1ffa86c618
Fix: Chat input losing focus
2023-10-10 15:10:47 -03:00
Tiago Jacobs
02a3fcd8ed
feat(graphql): implement GraphQL actions adapter and Migrate sendGroupChatMsg to GraphQL Mutation ( #18867 )
2023-09-29 20:08:38 -03:00
imdt
893041b8af
qMerge branch 'fix-locked-mods' of github.com:Scroody/bigbluebutton into fix-locked-mods
2023-09-21 15:28:02 -03:00
imdt
2813167c50
Requested changes
2023-09-21 15:25:55 -03:00
André Castro
e2e1a475d9
Update bigbluebutton-html5/imports/ui/components/chat/chat-graphql/chat-message-form/component.tsx
...
Co-authored-by: Ramón Souza <contato@ramonsouza.com>
2023-09-21 11:40:16 -03:00
imdt
927711674c
Fix: Mods being locked
2023-09-19 15:45:07 -03:00
imdt
01d08e5727
More changes
2023-09-13 14:57:43 -03:00
imdt
865e9c6767
More changes
2023-09-13 13:37:40 -03:00
imdt
376d1fc79d
Fix: All lint errors
2023-09-13 11:31:20 -03:00
Tainan Felipe
a256759284
Fix: Remove all TS compiler errors
2023-09-11 10:22:45 -03:00
Gabriel Luiz Porfirio
a5099854cf
test: fix chat tests on ci ( #18702 )
...
* fixing chat tests
* added id for testing
* fix chat tests on ci
* id for the tests
* fix failing tests
* removing .only
* fixing failing chat tests
* changed from id to data-test
2023-09-06 15:18:13 -03:00
Tainan Felipe
148aff9462
Add: Chat enums
2023-09-01 11:20:26 -03:00
Ramón Souza
9e7f29df26
Merge pull request #18604 from ramonlsouza/issue-18594
...
Modify chat to use markdown
2023-08-23 14:46:09 -03:00
imdt
8cbe878e4c
Fix: typescript errors
2023-08-22 16:39:16 -03:00
Ramón Souza
39c5954614
markdown chat messages
2023-08-21 10:06:07 -03:00
Tiago Jacobs
5cf2293c38
refactor (typescript): fix typescript build errors ( #18454 )
2023-08-14 17:52:35 -03:00
Tainan Felipe
f2e0fd43e9
Refactor: Make all chat area use graphql ( #18122 )
...
* Refactor: Make all chat area use graphql
* Fix: large space between welcome msg and chat list
* Fix: missing file
* add pending status and fix system messages
* Add: mark messages as seen in chat
* Refactor: Move char opening logic to inside of chat panel
* Refactor message and mark as seen
* Add Recharts to package.json and fix miss data
* Implements clear-chat function on graphql
* Make system message sticky
* Add clear message support and fix user is typing
* FIx chat unread and scroll not following the tail
* Change: make unread messages be marked by message and fix throttle
* Don't show restore welcome message when the welcome message isn't set
* Fix: scroll not following the tail properly
* Fix: previous page last sender not working
* Fix: scroll loading all messages
* Fix messaga not marked as read
---------
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
2023-07-07 17:46:36 -03:00
Ramón Souza
2f55218395
remove console.log
2023-05-23 09:31:11 -03:00
Tainan Felipe
9629ae1e7c
Merge branch 'migrate-message-form' into pull-17755
2023-05-23 09:14:33 -03:00
Tainan Felipe
43b4fb8752
Fix: emoji picker and refactor service functions
2023-05-22 17:43:38 -03:00
Ramón Souza
54feedd721
isolate message form service
2023-05-17 09:43:37 -03:00
Ramón Souza
f9b0157cb0
migrate message-form component
2023-04-27 17:06:42 -03:00