Robin
45c89a2298
Delete the legacy grid system
2024-07-12 15:49:43 -04:00
Robin
7979493371
Implement the new one-on-one layout
2024-07-12 15:47:56 -04:00
Robin
e0b10d89b5
Add model for one-on-one layout
2024-07-12 15:47:56 -04:00
Robin
183d2d9050
Show speaker in the spotlight in large grids
2024-07-12 15:47:35 -04:00
Robin
12b719da95
Make layout reactivity a little more fine-grained
2024-07-12 15:47:00 -04:00
Robin
dfda7539d6
Only switch to spotlight for remote screen shares
2024-07-12 15:47:00 -04:00
Robin
7f40ce8dde
Fix advance buttons showing up for the spotlight speaker
2024-07-12 15:47:00 -04:00
Robin
ec1b020d4e
Add indicators to spotlight tile and make spotlight layout responsive
2024-07-12 15:47:00 -04:00
Robin
54c22f4ab2
Clean up spotlight tile code
2024-07-12 15:47:00 -04:00
Robin
ffbbc74a96
Implement the new spotlight layout
2024-07-12 15:47:00 -04:00
Robin
34c45cb5e2
Get the right grid offset even when offsetParent is a layout element
2024-07-12 15:47:00 -04:00
Robin
af0bd795b5
Replace react-rxjs with observable-hooks
...
react-rxjs is the library we've been using to connect our React components to view models and consume observables. However, after spending some time with react-rxjs, I feel that it's a very heavy-handed solution. It requires us to sprinkle <Subscribe /> and <RemoveSubscribe /> components all throughout the code, and makes React go through an extra render cycle whenever we mount a component that binds to a view model. What I really want is a lightweight React hook that just gets the current value out of a plain observable, without any extra setup. Luckily the observable-hooks library with its useObservableEagerState hook seems to do just that—and it's more actively maintained, too!
2024-07-12 15:46:33 -04:00
Robin
0d485ef97f
Use always show flag in importance ordering
2024-07-12 15:43:24 -04:00
Robin
5647619b36
Add always show toggle to the UI
2024-07-12 15:43:24 -04:00
Robin
8a414012a0
Add always show flag to view model
2024-07-12 15:43:24 -04:00
Robin
e33fbd77d1
Split local and remote user media into different classes
2024-07-12 15:43:24 -04:00
Robin
fdc6d4a1b6
Add a developer option to duplicate tiles
...
This is useful for testing how the UI behaves with different numbers of participants.
2024-07-12 14:55:29 -04:00
Robin
a534356dd9
Merge pull request #2368 from robintown/settings-refactor
...
Refactor settings to use observables
2024-07-12 14:50:46 -04:00
Robin
f847692953
Merge pull request #2325 from robintown/unified-grid
...
Unified grid layout
2024-07-12 14:50:35 -04:00
Robin
486430d1f0
Merge pull request #2478 from element-hq/renovate/compound
...
Update dependency @vector-im/compound-design-tokens to v1.6.0
2024-07-12 14:19:29 -04:00
Robin
599d6fd007
Address review feedback
2024-07-12 14:15:27 -04:00
Robin
14fc1481f3
Address some review feedback
2024-07-12 14:01:32 -04:00
renovate[bot]
e6ddf40b1b
Update dependency @vector-im/compound-design-tokens to v1.6.0
2024-07-12 16:55:33 +00:00
fkwp
9f521a79f7
Merge pull request #2477 from element-hq/renovate/livekit-client
...
Update dependency livekit-client to v2.3.2
2024-07-11 10:22:54 +02:00
fkwp
83784a717a
Merge pull request #2476 from element-hq/renovate/livekit-components
...
Update dependency @livekit/components-react to v2.3.6
2024-07-11 10:22:18 +02:00
renovate[bot]
0729deee79
Update dependency livekit-client to v2.3.2
2024-07-11 08:18:46 +00:00
renovate[bot]
77c3114cf8
Update dependency @livekit/components-react to v2.3.6
2024-07-11 08:18:27 +00:00
Robin
82a56c8204
Merge pull request #2471 from element-hq/renovate/major-vitest-monorepo
...
Update dependency vitest to v2
2024-07-09 10:42:23 -04:00
renovate[bot]
b39896d8c6
Update dependency @vector-im/compound-design-tokens to v1.4.0 ( #2472 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-09 11:34:44 +02:00
renovate[bot]
79b3fdb645
Update dependency vitest to v2
2024-07-08 13:01:11 +00:00
renovate[bot]
0f877cd021
Update dependency tinyqueue to v3 ( #2468 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-08 09:12:26 +02:00
renovate[bot]
db2acc75b2
Update LiveKit components ( #2469 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-08 09:11:56 +02:00
renovate[bot]
a5dbfbf2c1
Update all non-major dependencies ( #2470 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-08 09:11:25 +02:00
Andrew Ferrazzutti
34c7d02de2
Add config to send session membership state events ( #2460 )
...
If not set, legacy call membership state events are sent instead.
Even if set, legacy events are sent in rooms with active legacy calls.
---------
Co-authored-by: Timo <16718859+toger5@users.noreply.github.com>
2024-07-05 21:10:16 +09:00
Andrew Ferrazzutti
ca45067158
Let Element Call widget set session memberships ( #2459 )
...
Make Element Call widgets request permission to set device-specific
session membership state events.
2024-07-05 04:59:48 +09:00
Andrew Ferrazzutti
5a6eb7c573
Make widgets request the room creation event ( #2457 )
...
This allows the widget to check the room version, so it can know about
version-specific auth rules (namely MSC3779).
2024-07-05 04:57:45 +09:00
Robin
41083c0f9e
Refactor settings to use observables
...
Also removing some unused settings along the way.
2024-07-03 15:29:32 -04:00
Robin
20602c122b
Implement the new unified grid layout
...
Here I've implemented an MVP for the new unified grid layout, which scales smoothly up to arbitrarily many participants. It doesn't yet have a special 1:1 layout, so in spotlight mode and 1:1s, we will still fall back to the legacy grid systems.
Things that happened along the way:
- The part of VideoTile that is common to both spotlight and grid tiles, I refactored into MediaView
- VideoTile renamed to GridTile
- Added SpotlightTile for the new, glassy spotlight designs
- NewVideoGrid renamed to Grid, and refactored to be even more generic
- I extracted the media name logic into a custom React hook
- Deleted the BigGrid experiment
2024-07-03 15:29:08 -04:00
Robin
5ad2a27a92
Merge pull request #2462 from element-hq/renovate/github-actions
...
Update docker/build-push-action action to v6.3.0
2024-07-03 15:25:13 -04:00
renovate[bot]
68daaa45f9
Update docker/build-push-action action to v6.3.0
2024-07-03 11:29:17 +00:00
renovate[bot]
c40ea35937
Update all non-major dependencies ( #2461 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-02 10:41:19 +02:00
Timo
d27f433175
Skip error screen for the issue, that the homeserver does not support the room summary endpoint. ( #2453 )
...
* Add try inner try block to the room summary fetching and only throw after fetching and a "blind join" fails.
(blind join: call room.join without knowing if the room is public)
Co-authored-by: Robin <robin@robin.town>
---------
Co-authored-by: Robin <robin@robin.town>
2024-06-25 08:44:02 +00:00
Robin
8a6101cd14
Merge pull request #2456 from element-hq/renovate/all-minor-patch
...
Update all non-major dependencies
2024-06-24 10:37:18 -04:00
Robin
4db7c2bc68
Fix type errors
2024-06-24 10:31:50 -04:00
renovate[bot]
18740fc686
Update all non-major dependencies
2024-06-24 13:04:28 +00:00
Robin
0c39398493
Merge pull request #2447 from element-hq/renovate/compound
...
Update dependency @vector-im/compound-design-tokens to v1.3.0
2024-06-21 10:39:03 -04:00
Robin
949145f04b
Merge pull request #2446 from element-hq/renovate/major-testing-library-monorepo
...
Update dependency @testing-library/react to v16
2024-06-21 10:32:30 -04:00
Robin
8578dcadf2
Add missing peer dependencies
2024-06-21 10:30:39 -04:00
renovate[bot]
959db44eca
Update dependency @testing-library/react to v16
2024-06-21 10:30:28 -04:00
Robin
a031c0e128
Merge pull request #2445 from element-hq/renovate/major-sentry-javascript-monorepo
...
Update dependency @sentry/react to v8
2024-06-21 10:25:04 -04:00