Ramón Souza
b51c7692ad
remove console log
2024-07-08 14:06:55 -03:00
Ramón Souza
64d17e2633
fix sidebar in integration layouts
2024-07-08 13:58:07 -03:00
Ramón Souza
3ab336c6e2
refactor: fix sonarcloud alerts ( #20629 )
...
* fix incorrect prop type
* remove duplicated code
* fix Unexpected constant truthiness on the left-hand side of a `&&` expression.
* fix Correct one of the identical sub-expressions on both sides of operator
2024-07-04 08:35:01 -03:00
André Castro
4058c2a105
Fix: Layout direction does not change when required RTL/LTR ( #20521 )
...
* Fix: Layout direction does not change when required RTL/LTR
* Presentation update
2024-06-27 09:38:38 -03:00
João Victor
5f41c712fb
Fix bugs
2024-06-14 17:57:40 -03:00
João Victor
ac72582c04
Merge branch 'v3.0.x-release' into remove-mongo-adapters
2024-06-14 16:55:53 -03:00
João Victor
a45eea5a26
Remove Meteor imports
2024-06-14 16:54:31 -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
João Victor
40c3633ff9
Tweak dependency array
2024-06-14 15:57:42 -03:00
João Victor
dac101523f
Fix infinit loop
2024-06-14 15:40:40 -03:00
Arthurk12
b7f9920b6e
review: fix tsc errors
2024-06-14 15:32:55 -03:00
João Victor
78958ccf45
Remove meeting adapter consumption
2024-06-14 10:30:48 -03:00
Arthurk12
c3f1423ae8
review: fix generic content types
2024-06-13 19:30:37 -03:00
Ramón Souza
c725998cd3
fix pinned notes do not render if layout is changed
2024-06-12 15:32:44 -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
Arthurk12
95d823951f
feat(generic-component): rename to generic content and add type
...
Renames the generic component to generic content and adds the first
type, called 'main'. This commit is a preparation to allow generic
content from plugins to have types.
2024-06-10 19:36:45 -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
7514066fc3
fix: Client can't load in certain cases ( #20336 )
...
* move settings
* remove meteor cache files
2024-05-29 09:26:11 -04:00
João Victor
8de78ad201
removal: remove withTracker from LayoutModalContainer
2024-05-17 09:47:27 -03:00
Ramón Souza
f2bb5b5aeb
change enforceLayout to match defaultMeetingLayout format
2024-05-10 10:35:25 -03:00
João Victor
7297778746
fix: tweak video-streams typings (Part 1)
...
- Tweak high-level components.
2024-05-01 16:48:12 -03:00
Tainan Felipe
e4a23feda3
Remove: old code from notes, pads and meeting ended
2024-05-01 09:39:03 -03:00
Guilherme Leme
dc1d831ea2
[fix-sahred-notes-not-unmounting] - centralize shared notes pin rendering logic
2024-04-19 11:08:13 -03:00
Tainan Felipe
248249d135
Fix: content top
2024-04-01 15:48:15 -03:00
Guilherme Pereira Leme
41bb140dc5
feat: change way of rendering contents in presentation area to a pile-based logic. ( #19854 )
2024-03-25 18:13:57 -03:00
Anton Georgiev
51d1217012
Merge pull request #19844 from JoVictorNunes/fix-default-layout-3.0
...
!fix(layout): defaultLayout join parameter (port)
2024-03-20 08:56:20 -04:00
Anton Georgiev
beae4f6cb4
Merge pull request #19842 from Scroody/i-19819
...
Port: Changes to layout toast's workflow
2024-03-19 14:19:29 -04:00
João Victor
006c6e8c43
fix(layout): defaultLayout join parameter
2024-03-18 17:42:03 -03:00
André
ec718ea43e
Port: Changes to layout toast's workflow
2024-03-18 15:33:37 -03:00
Anton Georgiev
ef300cf28e
chore: Fix typo (found by typos) (port) #19834
...
Co-authored-by: Stefan Weil <sw@weilnetz.de>
2024-03-18 09:58:53 -04:00
Anton Georgiev
b223ade7e2
fix(bbb-html5): Use CDN for resource of layouts (port) ( #19824 )
2024-03-18 09:36:08 -04:00
Guilherme Pereira Leme
21a0e3a325
fix(plugin): Fix generic component and add ui-data for current layout ( #19710 )
...
* [plugin-sdk-fix-generic-component-add-event] - Fixed generic component and add ui-data current_layout
* [plugin-sdk-fix-generic-component-add-event] - type check for isMuted function
* [fix-external-video-get-volume] - upgrade sdk
2024-03-11 22:01:01 -03:00
André Castro
58a0efe708
Migrate auth and settings to graphQL ( #19507 )
2024-03-06 14:28:18 -03:00
Ramón Souza
d15f541bd0
Merge pull request #19631 from JoVictorNunes/hide-pres-on-join-patch
...
fix(layout): priority for determining whether presentation is open
2024-02-23 09:19:22 -03:00
Ramón Souza
21c9aa1f08
Merge pull request #19643 from JoVictorNunes/fix-warnings-0216
...
fix(warnings): prop types, invalid hook calls, etc.
2024-02-20 10:07:51 -03:00
Guilherme Pereira Leme
c6391b3986
feat(plugin): add generic component to extensible areas list and layout.set to uiCommands ( #19582 )
...
* [plugin-sdk-generic-component] - generic component extensible area and ui command layout set
* [plugin-generic-component] - update sdk
* [plugin-generic-component] - fix lint errors
* [plugin-generic-component] - fix problem warned by CI tests
2024-02-19 07:59:45 -03:00
João Victor
3c460bb758
fix: prop types, invalid hook call, styled-components prop
2024-02-16 17:32:14 -03:00
João Victor
c12ab90f78
fix(layout): priority for determining whether presentation is open
2024-02-15 11:58:30 -03:00
João Victor
3c39dc0b8c
migrate userChangedLocalSettings
2024-01-30 10:03:11 -03:00
Ramón Souza
8f30fa04d2
migrate changeLayout action
2024-01-11 10:33:25 -03:00
Ramón Souza
b7f20f2187
migrate setPushLayout action
2024-01-11 09:41:08 -03:00
Ramón Souza
db70edd3ab
remove empty space on top and bottom if navbar and action bar are disabled
2023-11-28 15:45:12 +01:00
Ramón Souza
30fc412e60
move hidden layouts list to layout/enums file
2023-11-28 12:14:22 +01:00
Ramón Souza
18c6ea0cff
rename participants and chat layout
2023-11-28 11:41:24 +01:00
vitoralmeida
7e4be752af
fix(layout-manager): fix SonarCloud reports #18879
2023-11-27 14:42:14 -03:00
vitoralmeida
9cb8f05a67
feat(layout-manager): hide unnecessary controllers #18879
2023-11-24 17:23:22 -03:00
vitoralmeida
5892460456
feat(layout-manager): adds new layouts for specific integration scenarios #18879
2023-11-24 04:07:41 -03:00