Joao Victor
4ab0a82c7a
refactor: Icon component rotate info
2022-07-04 12:27:46 -03:00
prlanzarin
0fead2ebbb
fix: omit unused props in talking-indicator, input stream selector and emoji button
...
The talking-indicator, emoji-button and input-live-stream-selector
components are passing props downstream that weren't omitted or handled
by inherited components (Button, Icon). That causes a handful of error
logs to be spammed in the console of dev environments, which is
annoying.
This commit addresses the issue by:
- Making the talking, spoke, muted and isViewer props transient
(styled-components) - which means they won't reach the DOM (as
expected since they're style-only)
- Omitting the EmojiButton `rotate` prop in the Icon component itself
* Made that instead of transient because might be useful to migrate
the rotate code to the Icon component?
2022-06-29 17:15:46 +00:00
Anton Georgiev
4402f20c34
chore: Merged BBB 2.5.2 into v2.6.x-release
2022-06-22 16:11:48 +00:00
Ramon Souza
edeb70de0d
Merge tag 'v2.5.1' into merge25-26-jun16
2022-06-16 13:58:54 -03:00
Ramón Souza
1446bfb163
Merge pull request #15139 from JoVictorNunes/issue-15060
...
fix(tooltip): wait 150ms to hide the tooltip
2022-06-14 15:24:06 +01:00
Anton B
de1c7043a9
test: fix/update tests on v2.5
2022-06-08 09:29:21 -03:00
Joao Victor
887b1a588a
fix(tooltip): wait 150ms to hide the tooltip
2022-06-07 10:59:18 -03:00
Ramón Souza
7a005efc88
Update bigbluebutton-html5/imports/ui/components/common/button/styles.js
...
Co-authored-by: João Victor Nunes <62393923+JoVictorNunes@users.noreply.github.com>
2022-06-07 10:06:32 -03:00
Ramon Souza
8ce74903db
remove unused custom button styles
2022-06-06 14:44:30 -03:00
Ramon Souza
fe8ffbd2a5
revised styles primary button
2022-06-06 14:26:13 -03:00
Ramón Souza
162c89d701
Merge pull request #15095 from ramonlsouza/issue-7653
...
style: Revised styles for our primary circle buttons
2022-06-02 13:19:51 +01:00
Joao Victor
bfe3472609
fix: remove style prop 'isVisualEffects' from button props
2022-06-01 14:46:43 -03:00
Joao Victor
c1a42f7ee7
fix: actions bar button styling
2022-05-31 18:03:42 -03:00
Ramon Souza
e705152cc7
restore removed styles
2022-05-31 10:22:17 -03:00
Ramon Souza
e199ef2c35
primary circle button - revised styles
2022-05-27 16:33:12 -03:00
Joao Victor
9d66ff43ad
fix: ghost button focus shadow
2022-05-26 17:34:25 -03:00
Ramón Souza
7d7f7e88fe
Merge pull request #15081 from JoVictorNunes/issue-15068
...
fix: point media button chevrons upwards
2022-05-25 13:45:45 +01:00
Joao Victor
18b06e1ba5
fix: point media button chevrons upwards #15068
2022-05-25 09:38:22 -03:00
Joao Victor
2a09629698
refactor: sidebar content panel UI polishing
2022-05-24 17:52:16 -03:00
Ramon Souza
295ef43f7e
increase dropdown menu padding
2022-05-23 13:58:51 -03:00
Ramon Souza
44d11903e9
increase dropdown menu padding
2022-05-23 11:45:53 -03:00
gabriellpr
1c1b356161
removing white spaces inside menus
...
refactoring code
...
2022-05-20 11:22:34 -03:00
Joao Victor
e070b586c4
[2.5] fix: popover menus in RTL mode
2022-05-13 10:42:19 -03:00
Joao Victor
a7e5869c91
feat(video): upload of own webcam virtual background
2022-05-10 14:17:16 -03:00
Ramon Souza
0d3a5326fc
Merge remote-tracking branch 'upstream/v2.5.x-release' into 25260-may10
2022-05-10 10:53:00 -03:00
gabriellpr
9d41ca5528
fixing button bug inside lock-viewers RTL
2022-05-04 10:42:58 -03:00
Anton Georgiev
e4a5477c83
Merge branch 'v2.5.x-release' of github.com:bigbluebutton/bigbluebutton into merge-dev-25
2022-04-18 19:48:18 +00:00
Anton Georgiev
e23888076b
Merge pull request #14671 from JoVictorNunes/issue-14659
...
fix(menu): update previous open dropdown on user list reordering
2022-04-14 17:31:02 -04:00
Gustavo Trott
77a8aba1f5
Merge remote-tracking branch 'upstream/develop' into breakout-updated
2022-04-12 09:54:25 -03:00
Anton Georgiev
33575e60e6
Merge branch 'develop' of github.com:bigbluebutton/bigbluebutton into v2.5.x-release
2022-04-09 00:48:14 +00:00
Tainan Felipe
b62e9dc7d6
Add a simple way to show more than one description in modal confirmation
2022-04-06 14:27:05 -03:00
Joao Victor
9a674c0df8
Merge remote-tracking branch 'upstream/develop' into breakout-update
2022-04-06 11:25:39 -03:00
Ramon Souza
4c328bc4ea
Merge remote-tracking branch 'upstream/develop' into issue-14382
2022-04-04 16:25:50 -03:00
Joao Victor
1994c32b43
Keep user options dropdown open even after updating user list order
2022-03-31 13:58:41 -03:00
Anton Georgiev
c89f952868
Merge pull request #14578 from JoVictorNunes/issue-14443
...
fix: toast notification style
2022-03-31 10:46:59 -04:00
Ramon Souza
17f3ca21ec
fix menu autofocus firefox
2022-03-28 11:10:54 -03:00
Ramon Souza
68f55b8c7b
Merge remote-tracking branch 'upstream/develop' into issue-14382
2022-03-25 09:21:15 -03:00
Joao Victor
0ea405b67f
feat: allow for moving users among breakouts + modal design updates
2022-03-24 10:56:07 -03:00
Ramon Souza
a89e9da4ea
Merge remote-tracking branch 'upstream/develop' into issue-14382
2022-03-16 16:53:17 -03:00
Ramón Souza
8850f92f3a
do not display modal header if it is not needed
2022-03-14 16:58:41 +00:00
Joao Victor
30826dfdd8
Remove comment and unused import
2022-03-11 09:36:56 -03:00
Joao Victor
a067e81cce
Fix toast notification for 'Current presentation'
2022-03-10 16:08:26 -03:00
Anton B
8f497b4249
Merge remote-tracking branch 'upstream/v2.5.x-release' into fix-selectors-2.5
2022-03-07 15:59:06 -03:00
Anton Georgiev
21a0b77149
Merge pull request #14530 from ramonlsouza/issue-14499
...
fix: Actions panel doesn't show first action button when in "full screen" mode
2022-03-04 11:00:25 -05:00
Joao Victor
a6f16083b5
Improve the front-end part for managing breakout duration
...
.
2022-03-04 09:16:43 -03:00
Ramón Souza
7b7635c296
refactor base menu component
2022-03-03 20:48:56 +00:00
Anton Georgiev
ae13fb3593
Merge pull request #14507 from ramonlsouza/issue-9500
...
refactor: Refactor out code used for confirmation window
2022-03-02 14:47:40 -05:00
Ramón Souza
59f646a666
refactor end-meeting modal to use confirmation modal
2022-03-02 17:11:05 +00:00
Ramón Souza
f101f73241
refactor recording modal to use confirmation modal
2022-03-02 14:45:33 +00:00
Ramón Souza
93e7a8a902
refactor remove-user modal to confirmation modal
2022-03-02 13:42:17 +00:00