Commit Graph

941 Commits

Author SHA1 Message Date
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
Gustavo Trott
5681e88c60 Merge 2.7 into Develop 2023-06-26 17:21:01 -03:00
Ramón Souza
574b187645
Merge pull request #18130 from Scroody/I-18101
Client change: List the option to download presentation with annotations even if there are no annotations
2023-06-26 16:27:58 -03:00
Scroody
aba7f66b2c Last details 2023-06-16 13:40:09 -03:00
Anton Georgiev
a962a44c74 Merge branch 'v2.6.x-release' of github.com:bigbluebutton/bigbluebutton into june14merge 2023-06-14 10:07:54 -04:00
André Castro
7c8050ccef
Merge branch 'v2.6.x-release' into I-179382 2023-06-08 14:58:52 -03:00
Daniel Schreiber
d62a51ad25 Fix: open documents download presentation in new tab
Tell the browser to open presentations sent to chat in a new tab.
Otherwise it might try to replace the BBB session.
2023-06-07 20:42:56 +02:00
Anton Georgiev
70b3220f41 Merge branch 'v2.7.x-release' of github.com:bigbluebutton/bigbluebutton into june5-27 2023-06-05 17:09:35 -04:00
Scroody
09286137c2 Approach to solve issue changed. 2023-06-05 16:46:04 -03:00
Tainan Felipe
07c5d2f5b3
Merge branch 'develop' into chat-popup 2023-06-02 15:57:06 -03:00
Tainan Felipe
9fb13c653d
Merge pull request #17955 from Tainan404/add-chat-header 2023-06-02 15:55:58 -03:00
Tainan Felipe
2f6b06d442
Merge pull request #17725 from ramonlsouza/who-is-typing 2023-06-02 15:55:49 -03:00
Tainan Felipe
b3a4526aa9
Merge pull request #17755 from ramonlsouza/migrate-message-form 2023-06-02 15:55:30 -03:00
Scroody
44997a83e1 Requested changes and code optmization 2023-06-01 11:09:14 -03:00
Scroody
b2f99a5516 New message notification doesn't disappear 2023-05-31 13:42:49 -03:00
Scroody
a53419576a Fix: White squares displayed when rotatin to mobile orientation 2023-05-29 16:44:33 -03:00
Tainan Felipe
222c61b99f Add break word 2023-05-26 12:29:13 -03:00
Tainan Felipe
479debafdf Refactor: Change component from popup to callout 2023-05-26 12:25:17 -03:00
Gustavo Trott
51bdcededc Merge 2.7 into develop 2023-05-26 10:50:39 -03:00
prlanzarin
7c77fc7433 Merge remote-tracking branch 'origin/v2.7.x-release' into reactions-port 2023-05-25 19:54:01 -03:00
Arthurk12
240134838d fix(reactions): code removed by mistake 2023-05-25 19:18:38 -03:00
Tainan Felipe
d98383a818 Refactor: Add Chat popup 2023-05-25 10:21:02 -03:00
Anton Georgiev
25af259d2d Merge branch 'v2.6.x-release' of github.com:bigbluebutton/bigbluebutton into merge-may-24 2023-05-24 17:23:00 -04:00
Gustavo Trott
d1a60157e5 Insert Poll result as Chat msg in graphql 2023-05-24 10:56:22 -03:00
Tainan Felipe
53b76eda20 Rename valiable 2023-05-23 13:30:00 -03:00
Tainan Felipe
a42f7ecc7d Change: make code compliant with database models 2023-05-23 10:38:31 -03:00
Tainan Felipe
8962358ce5 Merge remote-tracking branch 'upstream/develop' into add-chat-header 2023-05-23 10:27:23 -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
Gustavo Trott
ed2c94eaea Add externalVideo and screenshare to Graphql 2023-05-23 09:09:38 -03:00
Ramón Souza
ac2df2ca50 Merge remote-tracking branch 'upstream/develop' into migrate-message-form 2023-05-23 08:16:31 -03:00
Tainan Felipe
43b4fb8752 Fix: emoji picker and refactor service functions 2023-05-22 17:43:38 -03:00
Tainan Felipe
980f5f25db Merge remote-tracking branch 'upstream/develop' into pull-17755 2023-05-22 11:56:57 -03:00
Gustavo Trott
660abc886d
Remove unnecessary column 2023-05-22 09:58:09 -03:00
Tainan Felipe
8862803efe Fix typo 2023-05-19 15:35:04 -03:00
Tainan Felipe
9206ca606a Refactor: user graphql and TS in chat header 2023-05-19 15:30:24 -03:00
Scroody
08a0226b59 Fix: Send to chat presentation not having unread notification 2023-05-19 10:54:29 -03:00
Gustavo Trott
e86d84fef0
Merge pull request #17876 from Tainan404/new-chat-implementation
Refactor: Chat using graphql and pagination
2023-05-18 15:09:50 -03:00
Tainan Felipe
67e0ba4275 Put message sent time to left side 2023-05-17 14:53:27 -03:00
Tainan Felipe
59069f7156 Fix offline status and set boundary to chat pages 2023-05-17 14:00:02 -03:00
Tainan Felipe
410b22e9d7 Fix offline aligment 2023-05-17 11:53:06 -03:00
Tainan Felipe
e6d62e3d69 Fix: css issues 2023-05-17 11:51:19 -03:00
Tainan Felipe
268ea12da1 Fix: unecessary messages fetch and add support to private messages 2023-05-17 10:17:17 -03:00
Ramón Souza
54feedd721 isolate message form service 2023-05-17 09:43:37 -03:00
GuiLeme
1b26302745 [issue-17531] - merge upstream/v2.7.x-release 2023-05-16 15:30:15 -03:00
Tainan Felipe
20d1a6a3da improve code smell 2023-05-16 10:54:48 -03:00
Tainan Felipe
f5c43cf315 Fix: scroll jumping to bottom, message clipping and page changing 2023-05-16 10:26:52 -03:00
Anton Georgiev
4e851a7571 Merge branch 'v2.6.x-release' of github.com:bigbluebutton/bigbluebutton into merge-267-27 2023-05-15 11:51:17 -04:00
Tainan Felipe
2a2e796bb5 fix pagination clipping 2023-05-12 14:22:57 -03:00
GuiLeme
4c2806a018 [issue-17531] - changes in review and ES-lint fixes 2023-05-11 18:06:48 -03:00