Leonard Kim
34ccd3524f
fix(chat): preserve intentional linebreaks in message display
6 年之前
Leonard Kim
563e99ecd3
fix(chat): wrap long text
6 年之前
Leonard Kim
70f14be50f
fix(large-video): center dominant speaker avatar using css
The vertical alignment was being set with javascript.
Recent changes might make the setting of alignment exit
early due to height 0 video. As position can be set
declaratively with css, use css to set position.
6 年之前
Mihai Uscat
ae30d39b4d
feat(PromotionalFooter): Implement
6 年之前
Vlad Piersec
c3a6a8fb17
Add participants count
6 年之前
Mihai Uscat
02fb37189b
fix(welcome): Add extra variables
6 年之前
Bettenbuk Zoltan
9265e1ffec
ui: web chat facelift
6 年之前
Bettenbuk Zoltan
d11735b04c
feat: make the hangup button first
6 年之前
Bettenbuk Zoltan
6a916fd0e1
fix: fix filmstrip-only toolbar
6 年之前
Bettenbuk Zoltan
bebc6eabe5
fix: fix and refactor AoT css
6 年之前
damencho
3e1a008399
Adds copy icon next to the meeting url in info dialog.
6 年之前
Mihai Uscat
8be02f9ca1
Implement review changes
6 年之前
Mihai Uscat
3c25a4c08c
Naming conventions; Add variables
6 年之前
Mihai Uscat
5ade0cad8b
feat(welcome): add posibility to extend settings toolbar
6 年之前
Bettenbuk Zoltan
42271b1b89
feat: private messages
6 年之前
Leonard Kim
92e7be34e3
fix(icons): scope white svgs to Icon components
6 年之前
Bettenbuk Zoltan
8a3ddd8596
feat: SVG icons
6 年之前
Bettenbuk Zoltan
a93bd422d3
feat: new invite layout
6 年之前
Bettenbuk Zoltan
cfc7210ac8
feat: add send message button
6 年之前
Hristo Terezov
1d42420a36
fix(font): Bring back the missing icons.
6 年之前
Bettenbuk Zoltan
a35b36d6df
feat: dynamic avatar font size
6 年之前
Cristian Florin Ghita
3b750ddd5a
Add video background blur
6 年之前
Bettenbuk Zoltan
72137a2811
feat: initial based avatars
6 年之前
Bettenbuk Zoltan
ee2036a2a7
feat: show on stage function
6 年之前
Leonard Kim
1197c26529
fix(always-on-top): enforce circle avatar
6 年之前
Дамян Минков
64eb4b5609
Updates start silent, turning on startWithAudioMuted and few UI tweaks. (#4314)
* Updates start silent, turning on startWithAudioMuted and few UI tweaks.
Disabled mic unmute button and removes remote participants volume slider.
* Adds analytics for start silent.
* Removes extra semi colon.
* Updates lib-jitsi-meet and updates meeting info text.
6 年之前
Leonard Kim
df50e7fa69
fix(large-video): make blurred background fit whole screen
6 年之前
Leonard Kim
e0fdeea69b
fix(large-video): do not stretch dominant speaker avatar
6 年之前
Leonard Kim
e3612929f8
fix(avatar): dynamically size avatar in dynamically sizable filmstrip
6 年之前
Leonard Kim
dfe5fbb702
ref(chat): change initial input size to 1 line
6 年之前
Leonard Kim
e2044074ad
Revert "fix(welcome-page): remove watermark container to avoid z-index wars"
This reverts commit 890151fa72 .
6 年之前
Leonard Kim
5a53d7f32a
fix(chat): re-fix letting long messages wrap
6 年之前
Leonard Kim
504fadaf71
ref(chat): on web, move timestamp to chat message
6 年之前
Leonard Kim
a114d55fac
fix(chat): ensure really long words can trigger wrapping
6 年之前
Leonard Kim
fb5a45f714
feat(chat): on web, group messages by sender
6 年之前
Leonard Kim
a49f62238b
ref(chat): clean up extra dom
6 年之前
Leonard Kim
a8233bdb84
ref(chat): move some colors to css variables
6 年之前
Leonard Kim
ec2826e0fc
ref(chat): make wider
6 年之前
Leonard Kim
3d9606f6da
ref(chat): use somewhat transparent background
6 年之前
Leonard Kim
01458eeff9
ref(chat): add a header for holding the close button
6 年之前
Leonard Kim
0318568a30
ref(chat): add light top border on input for visual separation
6 年之前
Leonard Kim
afbc622fb9
ref(chat): differentiate local and remote messages with background color
6 年之前
Leonard Kim
fbc7f865ec
ref(chat): change chat bubble borders based on sender
For remote chat messages, all corners should be rounded
except the top left. For local messages all corners
should be rounded except the top right.
6 年之前
Leonard Kim
2a4bac7a27
ref(chat): remove chat bubble arrow
6 年之前
Bettenbuk Zoltan
86d0d4fc22
rn: add DialInSummary
6 年之前
Leonard Kim
3f4a71c26d
fix(welcome-page): remove watermark container to avoid z-index wars
By making the container 100% height and position relative, that
would cause it to overlap any static-positioned elements below it.
The 100% makes it so that any watermarks intended for the bottom
of the page show up on the bottom of the page. However, it's not
needed because watermark stylings already try to position the
watermarks at the bottom.
6 年之前
damencho
2219298501
Updates web styling for file recording service sharing option.
6 年之前
virtuacoplenny
f6c410610a
fix(toolbar): let click through gradient (#4107)
Otherwise it can eat clicks on elements it is above,
like YouTube and Etherpad controls.
6 年之前
virtuacoplenny
17627291e8
ref(css): use var for desktop drag area margin (#4104)
6 年之前
Bettenbuk Zoltan
2b4ace75ae
[RN] Add connection indicator
6 年之前