Joshua Irmer
e6bf6a09f4
fix(watermarks): bring watermarks to the top
...
Signed-off-by: Joshua Irmer <irmer@gonicus.de >
2025-03-06 10:14:51 +01:00
Pratham
6e6a3b2f72
fix(recents-list) show delete icon on small devices
...
Fixes: #15693
2025-03-06 10:02:51 +01:00
ahmedasad236
c6b194a073
fix: padding in the welcome page and overflow of in small screens ( #15690 )
...
* fix: padding in the welcome page and overflow of meeting list
- Add padding to the header of the welcome page in small screens.
- Fix the tab content in the welcome page, because there was an ugly overflow.
- Create new color variables for welcome page button.
2025-03-04 15:59:49 +02:00
Wilson Furtado
00c6bee2fd
feat(welcome-page): added hover fill to trash icon ( #15431 )
...
Fixes #15430 .
2024-12-30 16:11:43 -06:00
Wilson Furtado
748ead7e13
feat: Added hover styles and added tabIndex to the meeting list container instead of the meeting item header ( #15429 )
...
* added hover styles and added tabIndex to the container instead of the meeting heading
* lint error fix
2024-12-30 14:05:56 -06:00
Sam Joe Chalissery
71de1d1e2d
feat(reactions): Added heart reaction
...
* Added heart reaction feature
* Edits to preserve alphabetical sorting
* Changed the position of hide self view checkbox
* undid irrelevant changes made
* Fixed CSS issue + tooltip text
2024-11-13 08:29:50 -06:00
Joshua Irmer
459b5372d1
fix(chat): show focus on chat
...
Signed-off-by: Joshua Irmer <irmer@gonicus.de >
2024-11-05 11:31:07 +02:00
Hristo Terezov
7718c39319
feat(stage-participant-badge): Scale size based on the screen height
2024-09-12 08:12:36 -05:00
Hristo Terezov
2d56dbe249
fix(subtitles): Styles.
...
- Move the styles from css to tss-react ones
- Dynamic fontSize based on the visible area of the page
- Remove the gaps in the background when a line is wrapped.
- Change the text color to white.
- Remove transparency.
2024-08-28 16:22:24 -05:00
Ilayda Dastan
79891419af
fix(chat): fixed error message colors ( #14574 )
...
* fix(chat): fixed error message colors
* fix(chat): changed error message background color
2024-04-03 08:00:17 -05:00
Mihaela Dumitru
a4d53f271f
fix(ui) center conference info ( #14379 )
2024-02-16 14:37:12 +02:00
Mihaela Dumitru
3f657c3ded
feat(whiteboard) add native implementation ( #14327 )
2024-02-06 16:22:53 +02:00
Hristo Terezov
fab61d8c32
fix(reactions): Show when received even if UI is disabled
2024-02-01 18:08:19 -06:00
Avram Tudor
7f87d4eada
feat(transcript) add recording settings for recording transcriptions ( #14158 )
2023-12-19 11:25:06 +02:00
Thomas Egebrand Gram
bda39ef876
feat(watermark) move static styles into stylesheet file & refactor a tiny bit
2023-11-21 16:03:20 +01:00
AHMAD KADRI
34f1eb60f4
Accessibility: add validation warning on room name ( #14009 )
...
feat(accessibility): add validation warning on room name
2023-11-06 10:59:51 +02:00
Thomas Egebrand Gram
f74b6cd82f
fix (mobile-layout) change "vh" to "dvh" for all layouts ( #13840 )
...
* Convert all vh units to dvh; fixing layout for mobile browsers such as Chrome for Android.
2023-09-20 12:19:54 +03:00
Robert Pintilii
295878ffff
ref(styles) Move some SCSS to JSS ( #13568 )
2023-09-05 11:20:01 +03:00
Mihaela Dumitru
5dfd02151e
feat(static) improve message in authError.html ( #13681 )
2023-08-09 18:21:39 +03:00
Avram Tudor
10eadbb7e6
fix(css) fix cut off borders and barely visible scrollbars ( #13576 )
2023-07-18 16:02:02 +03:00
Robert Pintilii
5b844e45e3
ref(chat) Move styles from SCSS to JSS ( #13559 )
2023-07-17 16:01:24 +03:00
Robert Pintilii
02f0057578
ref(styles) Move some styles from SCSS to JSS ( #13565 )
2023-07-14 15:58:07 +03:00
Robert Pintilii
51623b47f0
ref(CSS): Cleanup ( #13554 )
...
Remove unused styles
2023-07-12 15:51:56 +03:00
Robert Pintilii
2c8dedcb85
ref(scss) Variables cleanup ( #13521 )
...
Remove some unused variables
Replace variables that are only used once with their value
2023-07-04 12:34:41 +03:00
Emmanuel Pelletier
51a4e7daa3
Globally improve accessibility for screen reader users ( #12969 )
...
feat(a11y): Globally improve accessibility for screen reader users
2023-06-19 14:34:41 +03:00
Robert Pintilii
d40aecb05d
feat(toolbox) Shift up to make tile name visible
2023-05-25 15:26:04 +02:00
Robert Pintilii
d267b2499d
fix(chat) Fix name overflows chat bubble ( #13303 )
...
Revert color change of scroll corner
2023-05-02 10:22:49 +03:00
damencho
13e8f992b5
fix(chat): White square when both scrolls are visible.
2023-04-28 13:31:14 -05:00
robertpin
6f45622ef1
fix(dialog) Fix close animation moves whole body
2023-04-27 10:06:17 -05:00
robertpin
a9863e65c3
fix(dial-in) Make text selectable on Dial In page
2023-04-25 19:41:27 -05:00
Gabriel Borlea
aec86cecc0
ref(invite): add people form ( #13207 )
2023-04-20 14:00:42 +03:00
Robert Pintilii
8836669c9f
ref(audio-picker) Styles refactor ( #13193 )
...
Move styles from SCSS to JSS
Convert components from class to function
2023-04-13 16:41:16 +03:00
Robert Pintilii
cc91cfe7b5
ref: Styles refactor ( #13196 )
...
Move some styles from SCSS to JSS
Remove unnecessary styles
Remove feedback stars animation option
2023-04-13 15:49:15 +03:00
Robert Pintilii
33564a311b
ref(video-picker) Styles refactor ( #13206 )
...
Move styles from SCSS to JSS
Convert a component from class to function
2023-04-13 13:22:30 +03:00
Robert Pintilii
5a64bd76fb
ref(prejoin) Refactor styles ( #13187 )
...
Move styles from SCSS to JSS
Convert class to function component
2023-04-10 14:22:08 +03:00
Robert Pintilii
fd47225d30
fix(popover) Fix close popover from toggle button ( #13180 )
2023-04-07 12:26:56 +03:00
Robert Pintilii
db5e63411f
feat(participants-pane) Design update ( #13162 )
...
Move ListItem to base/ui
2023-04-04 13:02:45 +03:00
Robert Pintilii
c879f5f04d
ref(jQuery) Replace some jQuery with JS ( #13116 )
2023-03-27 13:12:32 +03:00
Saúl Ibarra Corretgé
123fa6681f
fix(notifications) drop no longer used css file ( #13100 )
2023-03-27 11:37:40 +03:00
Robert Pintilii
aae0ffc3b3
fix(share-audio) Fix dialog max-height ( #13114 )
2023-03-27 11:29:22 +03:00
Saúl Ibarra Corretgé
34b2577b97
chore(cleanup) drop no longer needed AtlasKit supporting code
2023-03-23 12:00:14 +01:00
Robert Pintilii
d7cad9d560
feat(prejoin) Update design & refactor ( #13089 )
...
Update Dial Out Dialog design
Update Country Picker design
Convert some files to TS
Move styles from SCSS to JSS
Replace atlaskit InlineDialog with Popover in CountryPIcker and Prejoin components
2023-03-23 11:45:29 +02:00
Robert Pintilii
00780929e5
feat(tooltip) Create and move to our component ( #13061 )
...
Create Tooltip component
Fix Popover positioning calculations
Add margins to popover
Remove @atlaskit/tooltip
Update all components to use the new Tooltip component
Added tooltip actions and reducers for the following functionality: when a user hovers over an element is sees the tooltip for that element and then hovers another element that has a tooltip, instead of using the delay and animations we just unmount the current tooltip and mount the next one immediately
2023-03-17 12:23:51 +02:00
Robert Pintilii
b3bce9e5ae
fix(audio-picker) Fix max height ( #13069 )
2023-03-17 09:54:27 +02:00
Horatiu Muresan
2a090d8034
fix(welcome-header) Fix and improve welcome page header ( #13056 )
...
- small refactor
2023-03-16 12:50:59 +02:00
robertpin
7156df5b99
feat(notifications) Use our own component
...
Use our component instead of atlaskit
Implement redesign
Add unmount animation
Change mount animation from external lib to CSS
Remove @atlaskit/flag
Remove react-transition-group
Add unmount animation on native
Remove AbstractNotification
2023-03-14 15:18:11 +02:00
Horatiu Muresan
afcedd0f3c
fix(prejoin) Fix prejoin toolbar buttons
2023-03-14 13:02:22 +02:00
Robert Pintilii
c8f1690057
ref(feedback-dialog) Update design ( #12926 )
...
Convert file to TS
Move styles from SCSS to JSS
2023-03-08 12:46:10 +02:00
Emmanuel Pelletier
f727b9295f
Use tabs ARIA design pattern when using tabbed UI ( #12994 )
...
feat(a11y): use tabs ARIA design pattern when using tabbed UI
2023-03-06 17:13:29 +02:00
Robert Pintilii
0d0bec3aad
feat(device-selection) Separate Devices into Audio and Video in Settings ( #12987 )
...
Create separate tabs for Audio and Video in the Settings Dialog
Move some settings from the More tab to Audio/ Video tab
Implement redesign
Convert some files to TS
Move some styles from SCSS to JSS
Enable device selection on welcome page
2023-03-06 15:14:52 +02:00