Commit Graph

1030 Commits

Author SHA1 Message Date
Tainan Felipe
1120517721
refactor(perf): make user list always load first userlist page (#20536) 2024-06-21 14:05:09 -03:00
Tiago Jacobs
ba02a327e1
Revert "refactor(core-html5): custom hook for voice data" 2024-06-19 14:18:58 -03:00
Anton Georgiev
dd3dbcb0cc
Merge pull request #20537 from gustavotrott/presentation-fixes
refactor: Improvements related to whiteboard cursors/writers
2024-06-19 12:34:32 -04:00
Ramón Souza
07fb4e5f20
Merge pull request #20528 from JoVictorNunes/use-who-is-talking
refactor(core-html5): custom hook for voice data
2024-06-19 11:55:51 -03:00
Gustavo Trott
2ea6ba88ca filter pageId to get writers 2024-06-19 11:13:57 -03:00
João Victor
7ede343490 refactor(core-html5): custom hook for voice data 2024-06-18 15:40:14 -03:00
Gustavo Trott
a27cd6cdb2
Merge pull request #20518 from GuiLeme/plugin-server-commands
feat(plugins): new server-command for typed-captions plugin
2024-06-18 13:33:16 -03:00
Guilherme Leme
63e4c723a1 [plugin-server-commands] - fix lint error 2024-06-18 12:07:01 -03:00
Guilherme Leme
8db3a6be80 [plugin-server-commands] - added server-command caption save and add a captionLocale 2024-06-18 09:20:35 -03:00
Dennis Benz
c8e2d8b239 Resolve conflicts 2024-06-17 10:47:41 -03:00
João Victor
ac72582c04 Merge branch 'v3.0.x-release' into remove-mongo-adapters 2024-06-14 16:55:53 -03:00
Anton Georgiev
c8dece66f0
Merge pull request #20463 from Arthurk12/generic-content-types
feat(plugins): adds generic content types 'MAIN' and 'SIDEKICK'
2024-06-14 15:18:42 -04:00
João Victor
5207383b93 Merge branch 'v3.0.x-release' into remove-mongo-adapters 2024-06-14 15:58:23 -03:00
Arthurk12
8186a0bd71 review: fix last parts that were not following naming pattern 2024-06-14 13:48:25 -03:00
João Victor
78958ccf45 Remove meeting adapter consumption 2024-06-14 10:30:48 -03:00
Arthurk12
6ac3c21647 review: lint generic-content files 2024-06-13 19:32:11 -03:00
Arthurk12
c3f1423ae8 review: fix generic content types 2024-06-13 19:30:37 -03:00
Ramón Souza
2d9023051f add forcePollOpen default value 2024-06-13 13:41:00 -03:00
Ramón Souza
a3140b4840 add pollIsOpen default value 2024-06-13 13:38:54 -03:00
Ramón Souza
8118bb0832 upgrade react-transition-group and remove findDOMNode 2024-06-13 13:30:28 -03:00
Ramón Souza
29e835d0cc remove findDOMNode from chat list rove 2024-06-13 13:13:03 -03:00
Ramón Souza
8625d84f03 fix rendering issue 2024-06-13 11:16:16 -03:00
Ramón Souza
dc421b512b add key in user list participants component 2024-06-13 11:05:35 -03:00
Ramón Souza
47bf04ec26 add key to user in userlist 2024-06-13 10:59:00 -03:00
Ramón Souza
38f5fca09b
Merge pull request #20465 from ramonlsouza/no-default-props
refactor: replace defaultProps on function components with default function parameters
2024-06-11 14:36:56 -03:00
Ramón Souza
911f663e27 remove defaultProps from components 2024-06-11 13:10:04 -03:00
Arthurk12
a1dee317f3 feat(generic-content): add sidekick type
Adds 'sidekick' type of generic content. This type allows rendering
generic content in the sidekick panel, in addition to the existing 'main'
type, which renders generic content over the presentation area.
Each generic sidekick content set through plugins is automatically
associated with a button in the navigation bar to toggle its panel.
2024-06-10 19:36:51 -03:00
Guilherme Leme
831af82818 [fix-loaded-userlist-hook] - added margin 2024-06-10 16:51:44 -03:00
Guilherme Leme
d252d1ab0a [fix-loaded-userlist-hook] - fix loaded userList hook 2024-06-10 15:45:02 -03:00
Tainan Felipe
6bccf8cfac
refactor: Change user list pagination (#20446) 2024-06-10 13:08:43 -03:00
Gustavo Trott
ab542a458e make reactionEmoji part of user table (optimizing performance) 2024-06-10 09:48:38 -03:00
João Victor Nunes
06500be757
refactor(storage): replace Tracker.Dependency with observer hook (#20322)
* refactor(storage): replace Tracker.Dependency with observer hook

* fix(storage): set initial value

* refactor(storage): stop using Meteor's Session singleton
2024-06-06 10:50:03 -03:00
Tainan Felipe
3bc40df230
Add: useDeduplicatedSubscription hook (#20376)
* Add: useDeduplicatedSubscription hook

* Fix: TS error

* Add: components using useDeduplicatedSubscription

* Change: Move to useDeduplicatedSubscription

* Change: unsubscribe logic to own useEffect

* Change: remove file import over package

* Fix: TS errors

* Fix: private chat not loading

* Change: revert changes on queries

* Fix: eslint error

* Remove: html-webpack-plugin package

* Fix: external video

* Add: comment about the stringToHash function

* Fix: video player showing tools over presentation
2024-06-04 10:40:54 -03:00
Ramón Souza
dc40bc3776
Merge pull request #20238 from JoVictorNunes/fix-user-list-style-0513
fix(users): broken styles when font size is increased
2024-06-03 11:10:12 -03:00
Ramón Souza
7514066fc3
fix: Client can't load in certain cases (#20336)
* move settings

* remove meteor cache files
2024-05-29 09:26:11 -04:00
Ramón Souza
e656fd8356
Merge pull request #20328 from Scroody/selected-style
UI: Selected tab's style indicating active
2024-05-27 13:01:52 -03:00
André Möller
ad01155437 changing gray tone 2024-05-27 11:26:22 -03:00
João Victor Nunes
e58c5bac7d
Merge branch 'v3.0.x-release' into remove-with-trackers-0516 2024-05-24 17:26:49 -03:00
André Möller
7efedd872e UI: Selected tabs style indicating active 2024-05-24 11:32:30 -03:00
Gustavo Trott
b88854835c
Handling Validations and Error Reporting in bbb-graphql-actions (was in Hasura) (#20308) 2024-05-21 16:11:17 -03:00
João Victor
a48b96f166 Merge branch 'v3.0.x-release' into remove-with-trackers-0516 2024-05-20 08:26:31 -03:00
João Victor
7944feeec4 removal: remove withTracker from UserContentContainer component 2024-05-16 09:47:40 -03:00
Ramón Souza
6fa1cb7aa5
Merge pull request #20212 from JoVictorNunes/fix-muting-from-indicator
fix(audio): moderators not able to mute users
2024-05-15 10:00:18 -03:00
João Victor
4335062e38 fix(users): broken styles when font size is increased 2024-05-14 09:38:21 -03:00
Ramón Souza
53b71f33c0
Merge pull request #20181 from Tainan404/remove-previous-listed-users
Remove: user list local state storing previous users list data
2024-05-14 08:52:09 -03:00
Ramón Souza
2c27208a8a optional chaining isModerator 2024-05-10 15:38:26 -03:00
João Victor
40fa0eaab3 fix(audio): explicitly pass whcih user to mute
- Do not assume current user to mute when params are nullable
2024-05-10 08:52:01 -03:00
Tainan Felipe
a1be0c5c1f Fix: userlist going with zeroed values to server 2024-05-08 16:19:01 -03:00
Tainan Felipe
86e2ba597c Remove: user list local state storing previous users list data 2024-05-06 20:37:28 -03:00
Ramón Souza
9307b33a4e fix undefined isPresenter warning 2024-05-03 10:07:26 -03:00