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
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
germanocaumo
bba9dfccb5
feat(plugin): add open and close sidekick container command support ( #20452 )
2024-06-18 11:06:22 -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
7738207fb5
Remove users adapter consumption
2024-06-14 11:35:53 -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
cbff06bed8
Merge pull request #20458 from Tainan404/remove-withtrackers
...
refactor: Remove withtrackers
2024-06-11 14:36:33 -03:00
Anton Georgiev
4d44faa805
Merge pull request #20457 from GuiLeme/fix-loaded-userlist-hook
...
fix(html5): useLoadedUserlist plugin data-consumption hook
2024-06-11 12:43:29 -04: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
Tainan Felipe
4e93bb916a
Remove: unecessary log
2024-06-10 16:10:06 -03:00
Tainan Felipe
e0f871397f
Remove: UserListContainer withtracker
2024-06-10 15:59:32 -03:00
Ramón Souza
0c9e3e6671
Merge pull request #20434 from JoVictorNunes/remove-voice-users-with-trackers
...
refactor: remove voice users adapter
2024-06-10 15:55:09 -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
Anton Georgiev
4628db92b8
Merge pull request #20416 from ramonlsouza/fix-c-break-button
...
fix: create breakout rooms button in userlist dropdown
2024-06-07 11:48:33 -04:00
João Victor
af52a8574c
refactor: remove voice users adapter
2024-06-06 15:47:41 -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
Ramón Souza
48ba1d5875
fix create breakouts option in userlist dropdown
2024-06-05 11:34:26 -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 Nunes
0e387d63b3
Merge branch 'v3.0.x-release' into remove-with-trackers-0516
2024-05-21 14:51:36 -03:00
Ramón Souza
466e02f0ba
fix user options dropdown language
2024-05-20 14:34:55 -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