David Baker
880a2ca127
Merge pull request #359 from vector-im/dbkr/lower_sdk_timeout
...
Lower timeout on js-sdk API call to 5s
2022-06-01 16:04:14 +01:00
David Baker
582e6637dc
Merge remote-tracking branch 'origin/main' into dbkr/lower_sdk_timeout
2022-06-01 16:02:48 +01:00
David Baker
65804cd962
Merge pull request #358 from vector-im/dbkr/matrix-utils-ts
...
Convert matrix-utils to typescript
2022-06-01 16:02:20 +01:00
Robin
bab5c9aa42
Merge pull request #367 from robintown/vu-animation
...
Add a VU meter-style animation to radio mode
2022-06-01 10:42:07 -04:00
Robin Townsend
d680a36cab
Bump the animation size up a little bit more
2022-06-01 10:41:49 -04:00
Robin Townsend
25bde3560b
Use color variables
2022-06-01 10:41:12 -04:00
Robin Townsend
ddac2ba5ef
Merge branch 'main' into vu-animation
2022-06-01 10:31:04 -04:00
Robin
cd55098921
Merge pull request #365 from robintown/spatial-audio
...
Spatial audio
2022-06-01 09:17:04 -04:00
Robin
f1bdad0d7f
Merge pull request #366 from robintown/chrome-android-sink
...
Fix crash when setting audio output on Chrome for Android
2022-06-01 09:14:41 -04:00
Robin
9fac2c95e5
Merge pull request #368 from robintown/radio-button-cursor
...
Make PTTButton feel more clickable
2022-06-01 09:13:04 -04:00
David Baker
486d0abd30
Merge pull request #363 from vector-im/dbkr/ptt_connection_lost
...
Show when connection is lost on PTT mode
2022-06-01 10:24:53 +01:00
David Baker
d9bd48b9a6
Split out client sync listeber into separate useEffect
2022-06-01 10:21:44 +01:00
David Baker
64e30c89e3
Comment typo
...
Co-authored-by: Robin <robin@robin.town>
2022-06-01 10:13:20 +01:00
David Baker
1860eaae7a
Merge pull request #360 from vector-im/dbkr/consistent_sort
...
Sort call feeds consistently when choosing active speaker
2022-06-01 10:12:56 +01:00
David Baker
771424cbf0
Expand comment
2022-06-01 10:11:02 +01:00
David Baker
925a909ec1
Merge pull request #361 from vector-im/dbkr/usegroupcall_ts
...
Convert useGroupCall to TS
2022-06-01 10:07:12 +01:00
David Baker
f07ee54e05
Finish sentence
...
Co-authored-by: Robin <robin@robin.town>
2022-06-01 10:04:49 +01:00
David Baker
7ee2f630db
Add more typers to useInteractiveLogin
...
otherwise apparently Typescript can't trace the MatrixClient type
through.
2022-06-01 09:59:59 +01:00
David Baker
626fdb9f79
Merge remote-tracking branch 'origin/main' into dbkr/matrix-utils-ts
2022-06-01 09:37:59 +01:00
David Baker
2cf40ff0b8
Fix room creation
...
The room alias is not part of the spec. Synapse returns it anyway,
but it's not part of the js-sdk types. We don't really need the
server to tell us what the alias is, so just generate it locally
instead.
2022-06-01 09:29:47 +01:00
David Baker
9edc1acc90
Add type to indexeddb variable
2022-06-01 09:07:00 +01:00
Robin Townsend
641e6c53b6
Make the animation smaller
2022-05-31 23:41:05 -04:00
Robin Townsend
14fbddf780
Make PTTButton feel more clickable
2022-05-31 18:08:42 -04:00
Robin Townsend
2a69b72bed
Add a VU meter-style animation to radio mode
2022-05-31 18:01:34 -04:00
Robin Townsend
e21094b525
Fix crash when setting audio output on Chrome for Android
2022-05-31 16:21:35 -04:00
Robin Townsend
da3d038547
Make it work on Chrome
2022-05-31 16:11:39 -04:00
Robin Townsend
c6b90803f8
Add spatial audio capabilities
2022-05-31 13:36:15 -04:00
Robin
9444f43c72
Merge pull request #357 from robintown/ts-auth
...
TypeScriptify the auth directory
2022-05-31 10:35:39 -04:00
Robin Townsend
26251e1e60
Don't abuse useMemo for creating a MatrixClient
2022-05-31 10:33:10 -04:00
Robin Townsend
5b3183cbd3
Make eslint config stricter
...
now that we can
2022-05-31 10:32:54 -04:00
David Baker
e9b963080c
Show when connection is lost on PTT mode
2022-05-30 16:28:16 +01:00
David Baker
1164e6f1e7
Add return type too
2022-05-30 15:53:44 +01:00
David Baker
21c7bb979e
Convert useGroupCall to TS
2022-05-30 15:30:57 +01:00
David Baker
1ff9073a1a
Sort call feeds consistently when choosing active speaker
2022-05-30 12:14:25 +01:00
David Baker
7ed2f9bd9a
Lower timeout on js-sdk API call to 5s
2022-05-30 11:46:27 +01:00
David Baker
2cdbeb6f12
Fix imports
2022-05-30 11:41:59 +01:00
David Baker
7bd95621f1
More types
2022-05-30 11:28:16 +01:00
David Baker
a05501a909
Convert matrix-utils to typescript
2022-05-30 10:09:13 +01:00
Robin Townsend
e6960a1e15
TypeScriptify RegisterPage
2022-05-27 16:55:50 -04:00
Robin Townsend
c057713004
TypeScriptify useInteractiveRegistration
2022-05-27 16:55:50 -04:00
Robin Townsend
35e2135e3c
TypeScriptify useInteractiveLogin
2022-05-27 14:52:32 -04:00
Robin Townsend
af74228f8e
TypeScriptify useRecaptcha
2022-05-27 10:37:27 -04:00
Robin Townsend
9a44790450
TypeScriptify LoginPage
2022-05-27 10:37:00 -04:00
Robin
5c4bab2a8a
Merge pull request #356 from robintown/call-type-dropdown
...
Add a dropdown to choose between video calls and radio calls
2022-05-27 08:54:38 -04:00
Robin Townsend
94380b64bd
Set color-scheme to dark to make the focus ring on the dropdown button
...
legible
2022-05-26 14:12:25 -04:00
Robin Townsend
cbfd03f9c6
Add a dropdown to choose between video calls and radio calls
2022-05-26 13:52:06 -04:00
Robin
edf58f1d7d
Merge pull request #354 from robintown/smooth-dnd
...
Smoother drag-and-drop
2022-05-25 08:37:14 -04:00
Robin Townsend
17fed7cd9c
Prettyify
2022-05-24 16:55:53 -04:00
Robin Townsend
266861bdad
Fix order of tiles in 1:1 layout
2022-05-24 16:54:33 -04:00
Robin Townsend
426e1a433b
Make drag-and-drop smoother
2022-05-24 16:37:24 -04:00