Bruno Windels
7b32a2729e
don't allow other click handlers to run in parent elements
2023-01-19 09:49:10 +01:00
Bruno Windels
4070d422cd
use error view (model) in call view (model)
2023-01-19 09:49:10 +01:00
Bruno Windels
64d6db556a
fix updates from call and member classes in VM
...
this fixes this.emitChange sending the update over the
collection in the call member VM, which is how updates
are subscribed to by the UI.
It also adds a callback to the VM for when the member
sends an update, so we can check later on if the error
on the member has been set.
2023-01-19 09:49:10 +01:00
Bruno Windels
42ee2d294b
use error view model from call tile
2023-01-19 09:49:10 +01:00
Bruno Windels
f15e849f54
user error view model in room, also when starting call
2023-01-19 09:49:10 +01:00
Bruno Windels
b8bc6edbc0
add ErrorView(Model) to easily report errors and submit logs from UI
2023-01-19 09:49:10 +01:00
Bruno Windels
bd3499056a
provider higher-level rageshake fn for opened session
...
Co-authored-by: R Midhun Suresh <MidhunSureshR@users.noreply.github.com>
2023-01-19 09:49:10 +01:00
Bruno Windels
fef7af3b31
report errors from ErrorBoundary on GroupCall and Member in UI
...
UI is still very crude fwiw
2023-01-19 09:49:10 +01:00
Bruno Windels
1e4180a71f
add error boundary to GroupCall
2023-01-19 09:48:59 +01:00
Bruno Windels
7f9edbb742
this can be private
2023-01-19 09:46:19 +01:00
Bruno Windels
b1687d7115
introduce error boundary in call member
2023-01-19 09:46:19 +01:00
Bruno Windels
f0d2c19184
allow an explicit error value again in ErrorBoundary
2023-01-19 09:46:19 +01:00
Bruno Windels
c5ca23f663
Merge pull request #992 from vector-im/bwindels/loguseragent
...
add user agent in log export
2023-01-19 08:44:48 +00:00
Bruno Windels
7f004193d3
add user agent in log export
2023-01-18 08:33:02 +01:00
Bruno Windels
f4b1113321
Merge pull request #922 from vector-im/madlittlemods/mxid-tooltip-display-name
...
Add full MXID tooltip to message sender display name
2023-01-17 09:13:13 +00:00
Bruno Windels
c28b57091c
Merge pull request #961 from Automattic/fix-font-not-chached
...
Make sure fonts are cached by service worker
2023-01-17 09:12:12 +00:00
RMidhunSuresh
1cd6540476
Don't use getter here
2023-01-17 14:32:02 +05:30
RMidhunSuresh
ce5c5779bd
Set mute -> mute
2023-01-17 14:24:20 +05:30
RMidhunSuresh
c064336e35
Create localPreviewMedia in GroupCall.setMedia
2023-01-16 15:28:50 +05:30
RMidhunSuresh
f6c94ecc5a
WIP
2023-01-16 13:41:47 +05:30
Paulo Pinto
dcd514a484
Center UnknownRoomView content vertically
2023-01-09 15:59:29 +00:00
Paulo Pinto
023b36575f
Add header to UnknownRoomView
2023-01-09 15:59:27 +00:00
Paulo Pinto
7d1d6c73ee
Wrap content of JoinRoomView in a body
2023-01-09 15:33:12 +00:00
Bruno Windels
50f46a21bd
finish ErrorBoundary
2023-01-09 10:40:00 +01:00
Bruno Windels
47a8b4d728
WIP
2023-01-09 10:40:00 +01:00
Bruno Windels
a9a72f88e5
finish ErrorBoundary
2023-01-09 10:36:28 +01:00
Bruno Windels
014ae4185f
WIP
2023-01-06 17:01:57 +01:00
Bruno Windels
cb0f803276
make this code a bit clearer
2023-01-06 12:05:34 +01:00
Bruno Windels
fcb4f2a62d
fix microphone audio being played back through local video preview
2023-01-06 12:05:11 +01:00
Bruno Windels
e26eb30b82
rename m.expires_ts to expires_ts to be compatible with MSC/Element
2023-01-05 15:47:01 +01:00
Bruno Windels
3735e4420a
fix TS definition
2023-01-05 11:34:58 +01:00
Bruno Windels
c38ee5239f
remove debug logging
2022-12-20 18:53:13 +01:00
Bruno Windels
6ecff485ec
make tile comparison commutative again, allow DateTile to do comparison
2022-12-20 18:52:38 +01:00
Paulo Pinto
d1649ea499
Make sure fonts are cached by service worker
2022-12-15 15:22:55 +00:00
Paulo Pinto
76e6568b87
Move h2 to header
2022-12-13 17:42:04 +00:00
Paulo Pinto
df7774e8f4
Add 'back' button to JoinRoomView
2022-12-13 17:40:36 +00:00
Paulo Pinto
11f04fbc14
Add a top-level class to JoinRoomView
2022-12-13 17:38:04 +00:00
Paulo Pinto
f8d71dea9f
Move h2 to header
2022-12-13 17:31:42 +00:00
Paulo Pinto
750930bd0c
Add 'back' button to CreateRoomView
2022-12-13 17:29:47 +00:00
Paulo Pinto
d66e8c7118
Add a top-level class for CreateRoomView
...
And rename inner class to CreateRoomView_body, for consistency with other views.
For consistency with other views.
2022-12-13 17:19:55 +00:00
Paulo Pinto
7a33881e14
Only remove the loginToken query parameter after SSO
...
Leave other query parameters untouched.
2022-12-13 16:41:38 +00:00
Paulo Pinto
803730836c
SSO callback URL should contain the query params
2022-12-13 16:37:29 +00:00
Bruno Windels
86e9e0c99e
Merge pull request #923 from vector-im/madlittlemods/dialog-details-optgroup-html-elements
...
Add `<dialog>`, `<details>`, and `<optgroup>` HTML elements to use with templating
2022-12-05 16:23:17 +00:00
Bruno Windels
cbf2d1c8e3
Merge pull request #939 from vector-im/fix-451
...
Fix '/' in room-id or mxid breaking navigation
2022-11-25 16:47:46 +00:00
Bruno Windels
f7132a48d9
implement PR suggestion to do all encoding in fn, so return type is str
2022-11-25 17:45:31 +01:00
Bruno Windels
467a76c223
decode ids separately, as we encode them separately as well
2022-11-25 17:45:06 +01:00
Bruno Windels
b8444a32c0
add missing decode
2022-11-25 17:38:13 +01:00
Bruno Windels
2d0122dda7
apply PR suggestions
2022-11-25 17:38:05 +01:00
Bruno Windels
7bdd23e767
restore active reaction bg color to be transparent version of accent color
2022-11-25 17:21:58 +01:00
Bruno Windels
195142c249
fix lint warnings
2022-11-25 16:56:01 +01:00