Dariusz Niemczyk
b5178a3ffd
Fix fonts for inputs being of wrong colors
2021-08-17 19:56:10 +02:00
Dariusz Niemczyk
6310949bc8
Fix background blur not being shown on first load
2021-08-17 19:45:52 +02:00
Dariusz Niemczyk
b1c724ad66
Fix invalid width for blurred sidebar
2021-08-17 19:34:18 +02:00
Dariusz Niemczyk
a7bda2b73e
Better blur values for nicer experience
2021-08-17 19:33:59 +02:00
Dariusz Niemczyk
3fd95ad374
Fix missing coma
2021-08-17 19:09:58 +02:00
Dariusz Niemczyk
eb242041a5
Fix missing background tonality without avatar
2021-08-17 18:56:19 +02:00
Dariusz Niemczyk
78d48b1d8b
Fix weird code style
2021-08-17 18:03:22 +02:00
Dariusz Niemczyk
515fc244b6
Revert useless change
2021-08-17 18:00:39 +02:00
Dariusz Niemczyk
de2eb5b6dd
Satisfy linter
2021-08-17 17:59:26 +02:00
Dariusz Niemczyk
2ee26d0681
Make the blur as-close to the css one as possible
2021-08-17 17:47:40 +02:00
James Salter
0d9e27f34a
Fix import
2021-08-17 15:58:14 +01:00
Dariusz Niemczyk
a999cad49d
Properly cache blur effect
2021-08-17 16:07:17 +02:00
Dariusz Niemczyk
bdb5f3bb9f
Refactor GroupFilterPanel to typescript
2021-08-17 15:30:24 +02:00
James Salter
834f72a9a8
Merge remote-tracking branch 'origin' into sentry-rageshakes
2021-08-17 11:47:00 +01:00
RiotRobot
d5ffdf1196
Reset matrix-js-sdk back to develop branch
2021-08-17 09:42:20 +01:00
RiotRobot
0f9e8f280a
Merge branch 'master' into develop
2021-08-17 09:41:43 +01:00
RiotRobot
0dd479c466
v3.28.1
2021-08-17 09:40:11 +01:00
RiotRobot
19746f7ac1
Prepare changelog for v3.28.1
2021-08-17 09:40:10 +01:00
RiotRobot
6e82b064ec
Upgrade matrix-js-sdk to 12.3.1
2021-08-17 09:29:20 +01:00
Šimon Brandner
1d664f0914
Explicitly handle first state change
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-17 10:23:54 +02:00
Šimon Brandner
533f2c2c98
Properly listen for call_state
...
The previous thing should have never worked, since CallsChanged doesn't get emitted when a call is answered
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-17 09:51:48 +02:00
Šimon Brandner
3fdf4d13ca
Proper init in constructors
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-17 09:48:25 +02:00
Šimon Brandner
d8f58e95cb
Use the secondary color for all
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-16 18:41:21 +02:00
Dariusz Niemczyk
a2797795b2
Add proper glass-like look
2021-08-16 16:52:41 +02:00
Dariusz Niemczyk
bad37e65db
Add missing position:relative;
2021-08-16 16:52:32 +02:00
RiotRobot
0f382efb46
Resetting package fields for development
2021-08-16 15:02:29 +01:00
RiotRobot
95f8b1b278
Merge branch 'master' into develop
2021-08-16 15:01:31 +01:00
RiotRobot
c4de03ddb0
v3.28.0
2021-08-16 14:45:13 +01:00
RiotRobot
fc50870ae5
Prepare changelog for v3.28.0
2021-08-16 14:45:12 +01:00
Dariusz Niemczyk
9dfa01e1a8
Fix error on accessing encrypted media without keys
...
In case where the message is encrypted and you request cross-signed keys
from another session you may end up in a situation where `media` doesn't
exist as you didn't receive keys, yet you have the message's type.
This commit fixes this problem by checking if the media is even available.
2021-08-16 15:30:48 +02:00
Šimon Brandner
93fee442e6
Fix call tile buttons
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-16 15:30:45 +02:00
RiotRobot
62e1a30532
Upgrade matrix-js-sdk to 12.3.0
2021-08-16 14:21:59 +01:00
David Baker
1880d61ba7
Merge pull request #6623 from matrix-org/dbkr/update_allchange
...
Update changelog generator
2021-08-16 13:31:22 +01:00
James Salter
6c2e98812b
Remove test code; good job we have tests
2021-08-16 13:26:58 +01:00
Dariusz Niemczyk
582b5c90a4
Properly sepearate left column from timeline
2021-08-16 14:26:21 +02:00
David Baker
e3930638dc
Fix dates
2021-08-16 13:25:59 +01:00
David Baker
d0e82ee603
Update changelog generator
2021-08-16 13:18:10 +01:00
James Salter
16d02f24bd
lint
2021-08-16 13:06:19 +01:00
David Baker
891e9b58b4
Merge pull request #6622 from SimonBrandner/release/fix/glare/18538
...
[Release] Fix glare related regressions
2021-08-16 12:40:26 +01:00
Šimon Brandner
8770317b36
Properly handle call change
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-16 13:32:53 +02:00
David Baker
be18178015
Merge pull request #6614 from SimonBrandner/fix/glare/18538
...
Fix glare related regressions
2021-08-16 12:28:10 +01:00
Dariusz Niemczyk
8bd5441fae
Merge branch 'develop' into gsouquet/fix-backdrop-filter
...
* develop: (22 commits)
Fix long display names in call toasts
Fix import
Add MatrixEvent type
Convert CrossSigningPanel to TS
Fix PiP of held calls
Use new call state icons
Add declined call buttons
Add "No answer" state
Left align call tiles
Fix tab trapping behaviour
add comment
Iterate PR based on feedback
Iterate PR, merge types with @types/PushRules
Remove misplaced bracket in a translation string
delint and improve ts
Convert SearchResult, InteractiveAuth, PushProcessor and Scheduler to Typescript
remove dead code and fix some types
delint
post-merge fixes, the new keybindings stuff made it messy
Improve VoiceOver & WebKit accessibility support
...
2021-08-16 13:16:28 +02:00
Šimon Brandner
c375b6058f
Fix call tile spacing issues
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-16 11:04:41 +02:00
Germain
b2e9b89169
Merge pull request #6617 from SimonBrandner/fix/long-names-call-toast
...
Fix long display names in call toasts
2021-08-16 09:54:29 +01:00
Šimon Brandner
2ca616c239
Format autocomplete suggestions vertically
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-16 10:15:54 +02:00
Šimon Brandner
bd2ae762d6
Adjust max-non-narrow-width
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-16 10:08:30 +02:00
Šimon Brandner
c856d433d6
Trim long display names
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-16 10:08:16 +02:00
Šimon Brandner
ae19055734
Fix long display names in call toasts
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-16 09:34:28 +02:00
Šimon Brandner
84ad1bec6c
Avoid access token overflow
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-15 14:40:31 +02:00
Šimon Brandner
64aa53ab24
Correctly handle media errors
...
The methods need to be async since play() is async, otherwise there is no point in having the try catch blocks
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-15 13:33:49 +02:00