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
Emmanuel Pelletier
cfb8589bef
Use focus-visible for some focus styles to fix a11y issues ( #12968 )
...
feat(a11y): fix-focus-styles
2023-03-06 12:39:46 +02:00
Avram Tudor
baf5aa14e8
feat(devices) scroll overflow devices texts on hover ( #12974 )
2023-03-01 09:38:26 +02:00
Horatiu Muresan
35ee92869f
feat(deeplinking) Refactor deeplinking ( #12950 )
...
- redesign deeplinking mobile page, desktop page and dial in number page
- now dial in number page is an entry point in app.bundle.
2023-02-23 17:01:55 +02:00
Horatiu Muresan
9d8e646d4e
fix(lobby) Fix lobby inputs ( #12930 )
2023-02-17 15:34:45 +02:00
Robert Pintilii
df1a5a25d4
ref(desktop-picker) Replace atlaskit tabs with our component ( #12910 )
...
Fixes wrong focus on desktop picker dialog
2023-02-17 11:34:47 +02:00
Robert Pintilii
27b8794d8c
feat(video-picker) Redesign ( #12902 )
...
Convert some files to TS
Implement redesign
Add Virtual background and Flip video to picker menu
2023-02-14 12:15:37 +02:00
Robert Pintilii
22ded30b61
feat(audio-menu) Redesign audio picker menu ( #12899 )
...
Convert some files to TS
Remove unnecessary files
Implement redesign
Add noise suppression to picker menu
Fix Popover placement on browser resize
2023-02-13 16:01:08 +02:00
Robert Pintilii
ae7e441e21
fix(context-menu) Minor style fixes ( #12874 )
2023-02-07 12:05:46 +02:00
Robert Pintilii
09e4696c60
feat(title-bar) Update design ( #12851 )
...
Convert some files to TS
Move some styles from SCSS to JSS
Update design
2023-02-03 13:31:00 +02:00
Robert Pintilii
a594aac078
fix(toolbar) Fix styles ( #12863 )
2023-02-03 13:30:38 +02:00
Shawn
749c26b74c
fix(toolbox): consistent color of hangup buttons
2023-02-02 15:55:17 +01:00
Robert Pintilii
0d5dae7ab9
feat(prejoin) Update design ( #12844 )
2023-01-30 13:34:56 +02:00
Robert Pintilii
4f34a576d0
feat(polls) Redesign ( #12838 )
...
Convert files to TS
Move styles from SCSS to JSS
Implement redesign
2023-01-30 11:35:21 +02:00
Robert Pintilii
cf7e692186
fix(recording-dialog) Fix switch UI ( #12826 )
2023-01-25 10:45:40 +02:00
Christian Tietze
60dd26c13b
fix(conferendce-timer) use "monospace" digits
2023-01-24 14:58:02 +01:00
robertpin
8e1d96cc48
feat(chat) Redesign chat
...
Move some styles from SCSS to JSS
Convert some files to TS
Implement redesign
2023-01-24 14:56:27 +01:00
Horatiu Muresan
6048279eb2
fix(welcome-page) Fix narrow mode ( #12781 )
...
- enable calendar card and footer on narrow mode
2023-01-16 11:50:37 +02:00
Horatiu Muresan
0ad52a06ce
feat(prejoin) Disable join buttons during joining
...
- use new `Button` component for drop down buttons
2023-01-04 14:22:51 +02:00
Horatiu Muresan
2bb2a68e01
chore(welcome-page) Welcome page redesign ( #12717 )
2022-12-22 15:18:06 +02:00
Avram Tudor
cbbe58a1ec
fix(prejoin) fix prejoin app dialogs not being visible ( #12689 )
2022-12-15 11:29:08 +02:00
Calinteodor
2ad2e6ff0e
feat(polls/web): removed sort options from polls ( #12641 )
...
* feat(polls/web): removed sort options from polls
2022-12-05 15:18:24 +02:00
Robert Pintilii
936a1a6b0e
ref(design) Update icons ( #12489 )
...
Remove unused icons
Remove fill none from icons
Rename some icons
2022-11-08 12:24:32 +02:00
Robert Pintilii
b321cf3639
ref(add-people-dialog) Update design ( #12468 )
...
Convert some files to TS
2022-10-31 09:56:26 +02:00
Robert Pintilii
687837310a
ref(components) Replace some InlineDialogs with Popover ( #12453 )
...
Remove comments referencing InlineDialog
2022-10-25 16:11:55 +03:00
Robert Pintilii
7f879d2154
ref(SCSS) Remove some unused SASS variables ( #12451 )
2022-10-25 11:01:53 +03:00
Robert Pintilii
44c8b31187
ref(styles) Change some withStyles to makeStyles ( #12373 )
...
Convert PreMeetingScreen to TS and transform it to function component
2022-10-17 12:28:04 +03:00
Robert Pintilii
51bbc3f87f
ref(ui-components) Use new Button on prejoin ( #12372 )
2022-10-13 13:42:39 +03:00
Robert Pintilii
b858496adb
ref(ui-components) Use new Dialog component ( #12349 )
...
Convert some files to TS
Refactor MuteEveryone and MuteEveryonesVideo dialogs. Move shared code to abstract components. Remove unnecessary code
2022-10-10 12:12:02 +03:00
Robert Pintilii
25bd824621
ref(ui-components) Use new Dialog component ( #12306 )
...
Convert some files to TS
2022-10-07 12:16:41 +03:00
Robert Pintilii
6c9441fa7b
ref(ui-components) Update ContextMenu and move it to base/ui ( #12318 )
2022-10-06 13:09:40 +03:00
Robert Pintilii
7d7bf987a1
fix(lobby) Make password hidden by default ( #12295 )
2022-10-04 13:52:37 +03:00
Mihaela Dumitru
93406bb12c
feat(whiteboard) add initial implementation ( #12185 )
2022-09-30 17:50:45 +03:00
Robert Pintilii
779ecd6da6
feat(ui-components) Add Tabs component ( #12199 )
2022-09-21 14:57:59 +03:00
wfleischer
09efaecc41
feat(conference) add end conference
...
Add the ability (for moderators) to end the meeting for everyone.
2022-08-26 20:25:04 +02:00
bogdandarie
be1752c162
Feat (chat) add new message badge ( #11987 )
...
Change scroll to bottom when receive a new message with:
- scroll to bottom if scroll was at the bottom before getting a new message
- keep the scroll in his original position when the scroll position was not at the bottom
- scroll to bottom when open first time the chat
2022-08-26 09:21:41 +03:00
Avram Tudor
f07bd4a0d6
feat(prejoin) add room name to premeeting screen ( #12049 )
2022-08-22 16:26:35 +03:00
Robert Pintilii
0435c3cc64
ref(ui-components) Use new input and button in chat ( #12000 )
2022-08-11 16:32:44 +03:00
Robert Pintilii
5601a62b60
ref(ui-components) Use new Button component ( #11969 )
...
Remove atlaskit deps
2022-08-04 13:39:22 +03:00
Robert Pintilii
002d0fed42
ref(security-dialog) Use new input component for password ( #11946 )
2022-08-04 11:26:13 +03:00
Robert Pintilii
2ec82c371c
fix(polls) Fix CSS
2022-08-03 12:57:24 +02:00
Robert Pintilii
abc9d36c4c
ref(ui-components) Replace all Checkboxes with new component ( #11948 )
...
Remove atlaskit/checkbox dependency
2022-08-03 11:41:26 +03:00
Robert Pintilii
ffef8f78ea
ref(polls) Use new button component ( #11918 )
2022-07-28 16:45:32 +03:00
Robert Pintilii
ca3bd9138c
Revert "fix(html) add doctype and fix HTML errors"
...
This reverts commit 432d07c2ad
.
2022-07-26 15:40:25 +02:00
Bo Frederiksen
432d07c2ad
fix(html) add doctype and fix HTML errors
...
* Changed render mode to standard compliant and adjusted CSS accordantly.
* Fixed HTML errors, removed XHTML reminiscences and whitespace.
* Added doctype and fixed a few HTML errors.
* The input field speakerStatsSearch overflows the dialog box. Added missing box-sizing.
Co-authored-by: Bo Frederiksen <bo.frederiksen@semaphor.dk>
2022-07-26 11:07:19 +02:00
luzpaz
c7f96de787
fix(misc) fix typos
...
Found via `codespell -q 3 -S ./lang -L miliseconds`
2022-07-14 09:10:08 +02:00
Robert Pintilii
df887d24a2
fix(local-recording) Fixes ( #11834 )
...
Allow service change when only Dropbox and Local recording are enabled
Add space between REC indicator and meeting title
Hide Recording button if the feature is enabled but not supported
Don't play Stop recording sound on self recording
2022-07-12 14:25:56 +03:00
Robert Pintilii
a7c96e302f
feat(local-recording) Add self local recording ( #11706 )
...
Only record local participant audio/ video streams
2022-06-24 15:07:40 +03:00
Robert Pintilii
7dca91a50a
fix(local-recording) Add notification config and style fixes ( #11728 )
...
Add analytics
2022-06-22 12:52:22 +03:00