Tainan Felipe
|
7d7acb8a80
|
Remove: Breakout room unused code
|
2024-04-30 16:14:22 -03:00 |
|
Tainan Felipe
|
a11a9ca199
|
Fix: TS errors
|
2024-04-09 19:47:01 -03:00 |
|
Tainan Felipe
|
08b5fd48e2
|
Update bigbluebutton-html5/imports/ui/components/common/remaining-time/component.tsx
Co-authored-by: Ramón Souza <contato@ramonsouza.com>
|
2024-04-09 09:18:14 -03:00 |
|
Tainan Felipe
|
4311449abe
|
Fix: fetching data from meeting
|
2024-04-08 14:16:24 -03:00 |
|
Tainan Felipe
|
48e292901d
|
Merge remote-tracking branch 'upstream/v3.0.x-release' into PR_18920
|
2024-04-08 09:25:52 -03:00 |
|
Tainan Felipe
|
789da5c064
|
Refactor: Remove pick random user
|
2024-03-12 20:01:12 -03:00 |
|
André Castro
|
58a0efe708
|
Migrate auth and settings to graphQL (#19507)
|
2024-03-06 14:28:18 -03:00 |
|
Anton B
|
0d54b1741a
|
fix: avoid empty span on directLeaveButton and only show separator elem on options dropdown when there's one elem below at least
|
2024-02-23 16:06:06 -03:00 |
|
Ramón Souza
|
a813624f01
|
Merge pull request #19177 from Scroody/issue-12614
feat: leave meeting button
|
2024-02-23 14:13:01 -03:00 |
|
João Victor
|
91406bdac9
|
fix: prop types, tooltip options and setting changes
|
2024-02-16 17:25:43 -03:00 |
|
André
|
859d4b2226
|
merge
|
2024-02-05 14:36:55 -03:00 |
|
Ramón Souza
|
1dcc68f387
|
Merge pull request #19194 from Scroody/issue-16945
fix: upgrade tooltip dependency and fix open tooltip on mobile (port from 2.7)
|
2024-01-25 09:53:25 -03:00 |
|
Anton B
|
80c1a10cfd
|
fix: make RemainingTime a generic component and use separate containers for breakout and currentMeeting usages
|
2024-01-24 13:47:34 -03:00 |
|
Anton B
|
d33544ef1e
|
fix: use service file for meteor data consumption, useRef instead of let variable, add error log
|
2024-01-22 16:10:47 -03:00 |
|
Ramón Souza
|
83934250e0
|
Merge pull request #19220 from Scroody/fix-removing-user-select
Fix: Removing some inconvinient user selection from certain items
|
2024-01-09 13:14:09 -03:00 |
|
Ramón Souza
|
e0c987c34f
|
migrate setRandomUser meteor call
|
2023-12-07 16:31:47 -03:00 |
|
Ramón Souza
|
7c3dd06a6a
|
fix select random user
|
2023-12-04 09:36:07 -03:00 |
|
Ramón Souza
|
dde3aa92bd
|
replace UsersContext with useCurrentUser
|
2023-11-30 12:08:16 +01:00 |
|
André
|
13bdd6aed1
|
Fix: Removing some inconvinient user selection from certain items
|
2023-11-27 13:34:38 -03:00 |
|
Ramón Souza
|
feaa1277cd
|
upgrade tooltip dependency and fix open tooltip on mobile
|
2023-11-21 13:39:05 -03:00 |
|
Ramón Souza
|
8eb49a0887
|
feat: leave meeting button
|
2023-11-20 13:30:07 -03:00 |
|
Anton B
|
16c2791ae2
|
fix: avoid duplicated meeting ending alert
|
2023-10-12 12:39:51 -03:00 |
|
Anton B
|
a83a2f0c0c
|
fix: update meeting 'duration' prop to 'durationInSeconds'
|
2023-10-12 12:05:38 -03:00 |
|
Anton B
|
ef850a25e3
|
Merge remote-tracking branch 'upstream/v3.0.x-release' into remaining-meeting-comp-ref
|
2023-10-12 11:46:47 -03:00 |
|
Anton B
|
827a2f00d5
|
refactor: move meeting remaining time component to common folder
|
2023-10-10 09:59:38 -03:00 |
|
GuiLeme
|
264d05c485
|
[plugin-sdk-issue-33] - implemented menu badge
|
2023-10-04 11:43:10 -03:00 |
|
imdt
|
a46839d18f
|
More changes
|
2023-09-14 10:44:04 -03:00 |
|
imdt
|
01d08e5727
|
More changes
|
2023-09-13 14:57:43 -03:00 |
|
imdt
|
340146c533
|
More changes
|
2023-09-13 14:34:48 -03:00 |
|
Tainan Felipe
|
a256759284
|
Fix: Remove all TS compiler errors
|
2023-09-11 10:22:45 -03:00 |
|
Guilherme Pereira Leme
|
92c9ba971e
|
feature: Plugin UI extensible area for user list dropdown and associated refactors (#18607)
* [user-list-dropdown-plugin-implementation] - basic structure[
* [user-list-dropdown-plugin-implementation] - refactor for userListDropdown objects
* [user-list-dropdown-plugin-implementation] - Stabilized version
* [user-list-dropdown-plugin-implementation] - changes in review
* [user-list-dropdown-plugin-implementation] - changes in review
* [user-list-dropdown-plugin-implementation] - remove debug logs
* refactor hook usage count
* [user-list-dropdown-plugin] - lint errors
* [user-list-dropdown-plugin] - changes in review and fix first rendering
* [user-list-dropdown-plugin] - change users query to be global and reusable
* [user-list-dropdown-plugin] - bump SDK version
* [user-list-dropdown-plugin] - new menu structure refactor
---------
Co-authored-by: Tainan Felipe <tainanfelipe214@gmail.com>
|
2023-09-05 09:49:55 -03:00 |
|
GuiLeme
|
97df4f6eed
|
[refactor-bbb-menu] - changes in review (Created interfaces to define the types)
|
2023-08-25 16:58:11 -03:00 |
|
GuiLeme
|
f65471b131
|
[refactor-bbb-menu] - add isSeparator to enhance readability
|
2023-08-24 11:59:04 -03:00 |
|
Gustavo Trott
|
201b6949a3
|
Resolve conflicts
|
2023-08-22 15:07:42 -03:00 |
|
Gustavo Trott
|
d018fd6490
|
Resolve conflicts
|
2023-08-16 16:24:34 -03:00 |
|
Guilherme Pereira Leme
|
cacbc331ce
|
feature: plugin architecture implementation for presentation toolbar (#17994)
|
2023-08-15 19:31:11 -03:00 |
|
Ramón Souza
|
2e2b2d5b31
|
fix prop warnings
|
2023-08-14 10:47:23 -03:00 |
|
Ramón Souza
|
e767a39799
|
centralize emoji, add focus color
|
2023-08-08 15:28:05 -03:00 |
|
Ramón Souza
|
56c4657c46
|
adjust styles
|
2023-08-04 16:14:57 -03:00 |
|
Ramón Souza
|
95e3bba2f1
|
make reactions bar accessible by keyboard
|
2023-08-03 15:48:47 -03:00 |
|
Gustavo Trott
|
3758dd89e2
|
Merge 2.7 into Develop
|
2023-07-31 11:24:25 -03:00 |
|
Anton Georgiev
|
90ef5ab591
|
Merge pull request #18358 from antonbsa/breakout-tests
test: Breakout tests update
|
2023-07-24 16:31:23 -04:00 |
|
Anton Georgiev
|
6b76d9aa66
|
Merge remote-tracking branch 'bbb/v2.6.x-release' into merge-july-21
|
2023-07-21 16:24:45 -04:00 |
|
Anton B
|
fbb622ba52
|
test: update breakout selectors
|
2023-07-20 16:59:53 -03:00 |
|
Scroody
|
86f4e372f8
|
Fix: Warnings when creating a new meeting
|
2023-07-19 13:22:50 -03:00 |
|
Ramón Souza
|
7d38a3154f
|
Merge pull request #18327 from KDSBrowne/bbb-a11y-pathes
fix(accessibility): Enhance Color Contrast, Language Dropdown, and Screen Reader Feedback
|
2023-07-18 09:42:41 -03:00 |
|
KDSBrowne
|
9e87a475f2
|
Update bigbluebutton-html5/imports/ui/components/common/modal/simple/component.jsx
Co-authored-by: Ramón Souza <contato@ramonsouza.com>
|
2023-07-17 14:04:04 -04:00 |
|
KDSBrowne
|
5a85ca14a2
|
add focus trap to handle focus leaving simple modals
|
2023-07-17 17:19:05 +00:00 |
|
KDSBrowne
|
e73110be30
|
add lang attribute to locale select options
|
2023-07-15 15:51:22 +00:00 |
|
André Castro
|
a24439d414
|
Merge branch 'v2.7.x-release' into I-17515
|
2023-07-05 16:08:37 -03:00 |
|