Ramón Souza
046e54141d
Merge pull request #15986 from owi92/homogenize-tooltip-padding
...
adjust horizontal tooltip padding
2022-11-18 13:34:17 -03:00
Ramón Souza
982e7c8d98
Merge pull request #15988 from owi92/accessible-tooltips
...
make tooltips more accessible
2022-11-18 13:28:54 -03:00
Joao Victor
75ee63fe67
fix: console warnings due to invalid attributes
2022-11-15 16:59:09 -03:00
Ramón Souza
c9717e6a6c
Merge pull request #15966 from JoVictorNunes/issue-15900
...
style: standardize padding, spacing and header font size/weight of several modals
2022-11-10 16:36:33 -03:00
Joao Victor
777eebfc37
Centralize header styles in a new component
2022-11-10 15:09:21 -03:00
Ole Wieners
b3d4813bed
make tooltips more accessible
2022-11-10 18:42:19 +01:00
Gustavo Trott
50010ea528
Merge pull request #15894 from JoVictorNunes/shared-notes-on-media
2022-11-10 11:44:28 -03:00
Ole Wieners
3b2ec56f73
fix tooltip padding in fullscreen
2022-11-10 15:28:23 +01:00
Ole Wieners
5c2c0070c3
adjust horizontal tooltip padding
2022-11-10 15:10:01 +01:00
Joao Victor
fa557406fa
style: standardize padding, spacing and header font size/weight of several modals
2022-11-08 14:51:36 -03:00
Ramón Souza
b66b52ad88
Merge pull request #15923 from owi92/unify-modals
...
Unify some dialog windows
2022-11-07 09:16:12 -03:00
Joao Victor
777019a9c0
Keep sidebar open if layout is FocusOnVideo / Remove header padding of the bottom / Don't hide Shared Notes button, just disable it
2022-11-01 11:40:21 -03:00
Joao Victor
0cc2ab2fe5
Move option to sidebar content dropdown
2022-10-31 11:05:09 -03:00
Ole Wieners
c9a612ee8a
Unify some dialog windows
2022-10-27 19:54:34 +02:00
Ramón Souza
0a6d479938
Merge pull request #15764 from KDSBrowne/26-a11y-fixes-02
...
Video Preview Modal A11y Updates
2022-10-24 10:26:03 -03:00
KDSBrowne
1375cf1535
fix menu item descriptions not announcing for screen readers
2022-10-06 17:43:58 +00:00
KDSBrowne
5bd8d7fd0f
remove double tab on checkbox component
2022-09-30 15:24:36 +00:00
Ramón Souza
4e80475fd0
fix tabIndex warning
2022-09-09 10:19:04 -03:00
Ramón Souza
dda6b83958
fix panning warning
2022-09-09 10:14:20 -03:00
Ramón Souza
61f7700080
fix light button warning
2022-08-29 09:39:20 -03:00
Joao Victor
5c6c28cdd2
Fix conflicts
2022-07-25 15:14:27 -03:00
Ramón Souza
267a6f5c9c
Merge pull request #15203 from ramonlsouza/improve-ghost-button-border
...
style: improve ghost buttons border in low density display
2022-07-15 12:06:59 +01:00
gabriellpr
1c2f9e9cd9
Update styles.js
2022-07-13 16:35:02 -03:00
gabriellpr
49f12c43af
Merge branch 'v2.6.x-release' into dark-light-buttons
2022-07-13 15:36:31 -03:00
gabriellpr
17a1bc086f
Update styles.js
2022-07-08 13:53:30 -03:00
gabriellpr
f848d31014
modifying specific buttons
...
removing border and implementing box-shadow
adding transparent border
passing styles to common buttons
adding secundary color to component
updating color components
2022-07-07 10:45:54 -03:00
Joao Victor
aaf7f8e78e
improvement(virtual background): better error handling, notifications, performance
2022-07-06 10:38:40 -03:00
Ramon Souza
29d597f7df
Merge remote-tracking branch 'upstream/v2.6.x-release' into improve-ghost-button-border
2022-07-05 14:06:19 -03:00
gabriellpr
8d75eddd88
WIP: styling light and dark buttons
2022-07-05 09:05:46 -03:00
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
04f3b50d0d
improve ghost buttons border
2022-06-16 16:59:01 -03: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