Robin
2de7fdde10
Fix layout switches not showing their state on the combined docs page
...
On the combined Storybook docs page for the call footer, the layout switches would not show the correct state until you hovered over them because they all shared the same input name and thus were interpreted as belonging to the same radio group.
2026-07-28 15:06:15 +02:00
Robin
5a96d1769e
Only show layout switch when it has an effect on the layout
2026-07-28 15:06:15 +02:00
Robin
a443a55bec
Factor out a layout switch view + view model
...
So it can easily be shown and hidden wholesale.
2026-07-28 15:06:15 +02:00
Robin and GitHub
9b2d9fdd1f
Merge pull request #4129 from element-hq/landscape-default-grid
...
Prefer grid mode in landscape on mobile
2026-07-28 14:29:30 +02:00
Robin and GitHub
05ad9b2475
Merge pull request #4128 from element-hq/landscape-default-grid
...
Use a proper one-on-one layout for landscape mobile calls
2026-07-28 14:08:48 +02:00
Robin
7962d02be5
Prefer grid mode in landscape on mobile
2026-07-28 11:56:01 +02:00
Robin
5c35288162
Turn the local video tile landscape in landscape mobile one-on-one calls
2026-07-28 11:53:26 +02:00
Robin
aa6732da19
Use an actual one-on-one layout in landscape on mobile
2026-07-28 11:53:26 +02:00
Robin
0b21cff020
Rename one-on-one layouts to be orientation-agnostic
2026-07-27 18:28:52 +02:00
Robin
062e0a00fb
Remove unused variables from CallViewModel tests
2026-07-27 18:13:51 +02:00
Valere
53ae78c609
break ratio when tile bigger than screen
2026-07-27 17:25:56 +02:00
Valere
b046c4b569
fix: Safari preview tile no video is 16px wide only
2026-07-27 15:43:35 +02:00
Robin
d33dedd038
Hide the browser's default placeholder image for videos
...
Source: https://stackoverflow.com/a/79058682
2026-07-15 17:26:02 +02:00
Robin
cd72ad0008
Create service interruptions view model
2026-07-14 12:02:36 +02:00
Robin and GitHub
2d2e85e340
Merge pull request #4107 from element-hq/spotlight-icon
...
Update spotlight icon
2026-07-14 09:34:50 +02:00
Robin
c433c36687
Update snapshots
2026-07-13 18:20:56 +02:00
Robin
bff41ad66a
Update spotlight icon
2026-07-13 12:22:44 +02:00
Timo and GitHub
f23eb96555
Merge pull request #4025 from mvanhorn/fix/3915-settings-tabbar-announce-position
...
fix: announce tab count and position in settings tab bar
2026-07-13 10:16:52 +02:00
Robin
0afefa4889
Merge branch 'livekit' into remove-stopgap-styles
2026-07-09 16:21:06 +02:00
Robin
8d826b2f31
Avoid showing gradients in especially small windows
2026-07-09 12:59:29 +02:00
Robin
32e30dd4f5
Merge branch 'livekit' into mobile-gradient
2026-07-09 12:56:28 +02:00
Robin and GitHub
bb06905aa2
Merge pull request #4099 from element-hq/stable-class-names
...
Use vitest's default for scoped class names
2026-07-09 12:54:19 +02:00
Robin
2684fa1d62
Remove unused class for end call button
2026-07-09 12:46:45 +02:00
Robin
de75a69cad
Remove stopgap color variables from previous design system
...
They have been largely unused for a long time. This changes the colors of checkboxes and the 'end call' button to align with current designs as well.
2026-07-09 12:28:39 +02:00
Robin
11fadebb87
Fix test failures due to scoped class names
2026-07-08 17:06:25 +02:00
Robin
943ce5b853
Update test snapshots to use scoped class names
2026-07-08 17:06:09 +02:00
Timo K.
137093350b
Merge branch 'livekit' into toger5/logger-getChild-fix
2026-07-08 17:04:42 +02:00
Robin
9f681b87a0
Merge branch 'livekit' into mobile-gradient
2026-07-08 15:47:59 +02:00
Robin
27315a7090
Rename bgStyle to 'background'
2026-07-08 14:01:38 +02:00
Robin
bebe79d109
Create type alias for background style
2026-07-08 13:56:10 +02:00
Robin
4ca0270115
Fix broken gradient SVG
2026-07-08 13:52:24 +02:00
Timo K.
eefa6f843d
fmt
2026-07-07 19:52:50 +02:00
Timo K.
2b84c587f2
lint
2026-07-07 19:45:22 +02:00
Timo K.
706cddafb0
Add lint rule to make sure future child loggers are setup correctly
2026-07-07 19:34:03 +02:00
Timo K.
a6921e2bfb
all the other logs
2026-07-07 19:12:11 +02:00
Timo K.
3cc396f42c
fix getChild before rageshake setup
2026-07-07 19:05:10 +02:00
Timo and GitHub
59999b9b37
Merge pull request #4059 from element-hq/toger5/remove-blur-on-mobile
...
Remove blur on mobile
2026-07-07 15:30:36 +08:00
Robin
7840f4bccb
Merge branch 'livekit' into mobile-gradient
2026-07-02 13:00:38 +02:00
Johannes Marbach
ffb881436a
Eliminate @livekit/protocol
2026-07-02 08:47:07 +02:00
Johannes Marbach
9cf87efc6b
Remove global-jsdom
2026-07-02 08:35:59 +02:00
Robin
900d0abd27
Let page background shine through the footer
...
By visually separating it from other page content with an additional gradient background only when necessary.
2026-06-30 16:29:20 +02:00
Robin
a3d3a1e951
Add "sound waves" to transparent spotlight tiles
...
To indicate when the user is speaking.
2026-06-30 16:29:20 +02:00
Robin
8fa3f33f37
Let page background shine through spotlight tiles
...
By giving spotlight tiles a transparent background in certain layouts.
2026-06-30 16:29:20 +02:00
Robin
360a4ff026
Add mobile gradient background
2026-06-30 16:29:20 +02:00
Robin
8c6a16f3d7
Add URL param to control background style
2026-06-30 16:29:20 +02:00
Johannes Marbach
f276c51772
Switch to jest-style assertions to please oxlint
...
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org >
2026-06-29 14:32:49 +02:00
Johannes Marbach and GitHub
ac2214ed77
Merge commit from fork
...
Restrain logging of URL properties
2026-06-29 14:21:05 +02:00
Timo and GitHub
8fe7bb5329
Merge pull request #4066 from element-hq/toger5/matrixRTCMode-compatibility
...
Default to compatibilty mode (multi sfu) - non breaking, as multi-sfu is compatible with all versions younger 6 month
2026-06-29 19:41:23 +08:00
Robin
8ab7f89e36
Hide local tile from mobile voice calls in landscape orientation
...
To match the designs. Just like in portrait, it wouldn't contribute anything meaningful.
2026-06-25 20:29:24 +02:00
Valere Fedronic and GitHub
ddcb0f9981
Merge pull request #4064 from element-hq/ios/default_voice_call_to_earpiece
...
fix(voice): Default to earpiece for voice only call
2026-06-25 16:32:59 +02:00