Timo K
242c40af14
move appBar hook to InCallView
2026-04-14 18:36:36 +02:00
Timo K
dd80679ec5
test snapshot
2026-04-14 18:17:00 +02:00
Timo K
4b62ab2083
Merge branch 'toger5/move-settings-out-of-bottom-bar' into toger5/bottom-bar-storybook
2026-04-14 18:16:19 +02:00
Timo K
32823aef92
test and lints
2026-04-14 18:15:20 +02:00
Timo K
4295ae55d4
Merge branch 'toger5/move-settings-out-of-bottom-bar' into
...
toger5/bottom-bar-storybook
2026-04-14 18:09:59 +02:00
Timo K
ab751e8c38
review: smaller changes
...
- use correct button styles
- move overrides to options
- add flex-wrap: nowrap
2026-04-14 17:44:47 +02:00
Timo K
f7e1fa74cd
review: hide logo at 750px already
2026-04-14 17:44:47 +02:00
Timo K
a069d28f3a
review: make appBar styling use IconButton (fix margins)
2026-04-14 17:44:47 +02:00
Timo
ed83672720
Update src/room/InCallView.tsx
...
Co-authored-by: Robin <robin@robin.town >
2026-04-14 17:43:05 +02:00
Timo K
57f12d3d1c
fix race in playwright sticky test
2026-04-14 16:23:05 +02:00
Timo K
2ae1df467d
knip
2026-04-14 14:30:46 +02:00
Timo K
2d5de234d2
prettier
2026-04-14 14:26:00 +02:00
Timo K
3c039be7f2
lint
2026-04-14 14:11:08 +02:00
Timo K
8c5668bf1a
Breaking changes detected by snapshot tests.
...
Add screenshare button back to snapshot test.
Remove reaction button.
2026-04-14 14:06:20 +02:00
Timo K
400259207e
Also use CallFooter for lobby
2026-04-14 13:25:33 +02:00
Timo K
be74ebbb6c
convert to from so that multiple layout switcher dont collide in
...
storybook.
2026-04-13 19:04:44 +02:00
Timo K
02fa29c7b2
lint
2026-04-13 18:40:56 +02:00
Timo K
7e1ee2eece
Merge branch 'toger5/move-settings-out-of-bottom-bar' into toger5/bottom-bar-storybook
2026-04-13 18:40:14 +02:00
Timo K
118d11ceec
Merge branch 'livekit' into toger5/move-settings-out-of-bottom-bar
2026-04-13 18:36:03 +02:00
Timo K
5f0afd3edc
Add tests to make sure we always have one settings button.
2026-04-13 15:49:28 +02:00
Valere Fedronic
23eadfcc9f
Merge pull request #3869 from element-hq/footer-space
...
Make the footer move floating tiles out of the way when shown
2026-04-13 15:46:20 +02:00
Robin
3b0dce33a2
Merge pull request #3863 from element-hq/renovate/major-compound
...
Update Compound (major)
2026-04-13 15:30:29 +02:00
Robin
9df60310e4
Update test snapshots
2026-04-13 15:13:19 +02:00
Robin
0025d4f882
Merge pull request #3868 from element-hq/reactions-placement
...
Fix placement of reaction and raised hand indicators
2026-04-13 15:06:44 +02:00
Robin
5daa110f7e
Make the footer move floating tiles out of the way when shown
...
If you manage to move your floating video tile to the bottom of the screen in a small landscape window, the footer obscures the tile when shown. The designs want us to smoothly move the floating tile out of the way in this case.
2026-04-13 13:13:09 +02:00
Robin
0842b2b472
Fix placement of reaction and raised hand indicators
2026-04-13 13:02:15 +02:00
Robin
01bd1e3af7
Merge pull request #3842 from element-hq/voice-intents
...
Add intents for group voice calls
2026-04-13 12:34:45 +02:00
renovate[bot]
9ac42b240e
Update Compound
2026-04-13 01:27:40 +00:00
Timo K
098a8c0c41
Improve logic for settings button show/hide.
...
Fix button shown in appbar
2026-04-10 18:59:17 +02:00
Timo K
c59de789e5
Update AppBar.tsx
2026-04-10 18:46:44 +02:00
Timo K
9905afd2ad
add appBar logging
2026-04-10 18:45:34 +02:00
Timo K
8956d55d5c
dont call useAppBarSecondaryButton two times
2026-04-10 18:38:35 +02:00
Timo K
16f9c107a5
better default InCallFooter story config
2026-04-10 18:28:15 +02:00
Timo K
c02f2bf140
lint
2026-04-10 18:28:15 +02:00
Timo K
251a41e7a5
fix imports
2026-04-10 18:28:15 +02:00
Timo K
8ca1b2c749
update snapshot to include the two settings buttons corner + bottom bar.
2026-04-10 18:28:15 +02:00
Timo K
9e86d517a0
move footer related css to InCallFooter.module.css
2026-04-10 18:28:13 +02:00
Timo K
134fdeef3a
Fix logic for hiding the logo.
...
Was shown on embedded mobile on wide screens.
2026-04-10 18:27:56 +02:00
Timo K
9de5938e79
Add back the settings button to the bottom buttons group for SPA mobile.
...
This is an edgecase where we need the settings button but have hidden it
before.
2026-04-10 18:27:52 +02:00
Timo K
f75e91fc2b
move show footer logic to callViewModel
...
Also remove header prop. This is accesible via urlParams.
2026-04-10 18:27:24 +02:00
Timo K
6be06de153
fix tests
2026-04-10 18:27:24 +02:00
Timo K
9528c4f837
fix lints
2026-04-10 18:27:24 +02:00
Timo K
5da7dd6413
Move footer to storybook
2026-04-10 18:27:24 +02:00
Valere Fedronic
fae3c4195f
Merge pull request #3854 from element-hq/valere/fix_race_connection_fails
...
Fix a race connection causing the joiner to never publish media to the call
2026-04-10 11:12:55 +02:00
Valere
208184909e
fixup: prettier
2026-04-10 10:08:57 +02:00
Valere
aea5815dab
Ensure we don't publish to any transport until our own transport is ok
2026-04-10 09:24:34 +02:00
Timo K
2e9c8bd3ce
fix playwright tests
2026-04-09 16:47:42 +02:00
Valere
40dacd523b
review: Move the all advertised/active down to the LocalMember
...
And let the local member use it properly to send membership event and publish media
2026-04-09 15:22:10 +02:00
Timo K
a74c8025ac
fix imports
2026-04-09 13:32:29 +02:00
Timo K
9d20ec00f1
Add test for the media switch button:
...
- is it available in the bottom bar
- does pressing it trigger the expected callback
2026-04-09 13:25:23 +02:00