Michael Albert
60df2285c4
Translated using Weblate (German)
...
Currently translated at 97.9% (2276 of 2324 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/de/
2020-07-22 14:24:13 +00:00
Priit Jõerüüt
1e6790e54c
Translated using Weblate (Estonian)
...
Currently translated at 99.1% (2304 of 2324 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/et/
2020-07-22 14:24:12 +00:00
Besnik Bleta
dfdc35b83d
Translated using Weblate (Albanian)
...
Currently translated at 99.7% (2316 of 2324 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/sq/
2020-07-22 14:24:10 +00:00
Travis Ralston
67fd6e6122
Merge pull request #5034 from matrix-org/travis/fix-perf
...
Mixed bag of performance improvements: ScrollPanel and notifications
2020-07-22 08:24:04 -06:00
Travis Ralston
61c5b4f9bf
deunderscore
2020-07-22 08:23:47 -06:00
Michael Telatynski
7c1935a44e
Key EventTile's using txnId if it is set to prevent a remount
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-07-22 11:10:55 +01:00
Weblate
fdc56089c2
Merge branch 'origin/develop' into Weblate.
2020-07-22 09:03:37 +00:00
XoseM
01cbe40623
Translated using Weblate (Galician)
...
Currently translated at 100.0% (2364 of 2364 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/gl/
2020-07-22 09:03:36 +00:00
Priit Jõerüüt
e9deae2b58
Translated using Weblate (Estonian)
...
Currently translated at 98.5% (2329 of 2364 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/et/
2020-07-22 09:03:36 +00:00
Michael Telatynski
6bb9be56cd
Merge pull request #5025 from matrix-org/t3chguy/room-list/14662
...
Update message previews
2020-07-22 10:03:30 +01:00
Weblate
cea68b9238
Merge branch 'origin/develop' into Weblate.
2020-07-22 04:05:30 +00:00
Robin Townsend
1eeaab25af
Translated using Weblate (Lojban)
...
Currently translated at 22.1% (523 of 2364 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/jbo/
2020-07-22 04:05:30 +00:00
Jeff Huang
3d24b7dc9e
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (2364 of 2364 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/zh_Hant/
2020-07-22 04:05:29 +00:00
Travis Ralston
685e1c51d6
Merge pull request #5035 from robintown/translate-create-room
...
Translate create room buttons
2020-07-21 22:05:24 -06:00
Robin Townsend
83ab151d96
Translate create room buttons
...
Signed-off-by: Robin Townsend <robintown@tcakoi.dev>
2020-07-22 03:54:15 +00:00
Travis Ralston
cd77434a69
Appease the linter
2020-07-21 20:59:33 -06:00
Travis Ralston
c9da1e1874
Remove even more tags from the notification state fetching for a room
2020-07-21 20:58:59 -06:00
Travis Ralston
97739c9a73
Add more statements to avoid layout changes
2020-07-21 20:56:07 -06:00
Travis Ralston
507fa01ade
Remove missed area for notification state fetching
2020-07-21 20:51:40 -06:00
Travis Ralston
dd16ec070c
Replace countRoomsWithNotif with a dedicated NotificationState
...
Fixes https://github.com/vector-im/riot-web/issues/14694
Instead of spending 10-1000ms in a function iterating over a whole lot of room events, we can use our cached state from the Notification State Store.
This commit sets up a structure that could be applied to communities in the TagPanel too, as that could probably use a similar optimization.
This reduces the updateStatusIndicator() time to just 4ms on average.
2020-07-21 20:24:44 -06:00
Travis Ralston
6a29cd33c1
Remove tag specificity from notification states
...
We don't need this complexity now that we aren't doing per-tag logic.
2020-07-21 19:59:17 -06:00
Travis Ralston
928acbdc11
Wrap ScrollPanel layout changes in if statements
...
These conditions are rarely true, but when they are it saves ~28ms of forced layout changes.
2020-07-21 19:52:50 -06:00
Robin Townsend
170090d5f0
Translated using Weblate (Lojban)
...
Currently translated at 22.0% (520 of 2364 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/jbo/
2020-07-22 01:32:53 +00:00
Robin Townsend
cfe0f00f20
Translated using Weblate (Lojban)
...
Currently translated at 22.0% (520 of 2364 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/jbo/
2020-07-22 01:29:18 +00:00
Weblate
b89fc5cfb5
Merge branch 'origin/develop' into Weblate.
2020-07-22 01:06:17 +00:00
Robin Townsend
568ee5a52e
Translated using Weblate (Lojban)
...
Currently translated at 21.5% (509 of 2364 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/jbo/
2020-07-22 01:06:17 +00:00
Travis Ralston
5dd5d4922f
Merge pull request #5033 from robintown/escape-composer-placeholder
...
Escape single quotes in composer placeholder
2020-07-21 19:06:10 -06:00
Robin Townsend
951570a97f
Escape single quotes in composer placeholder
...
Signed-off-by: Robin Townsend <robintown@tcakoi.dev>
2020-07-22 00:47:48 +00:00
Robin Townsend
0b5ede3225
Translated using Weblate (Lojban)
...
Currently translated at 20.7% (490 of 2364 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/jbo/
2020-07-21 21:54:04 +00:00
Robin Townsend
d32b900c1f
Translated using Weblate (Lojban)
...
Currently translated at 20.6% (487 of 2364 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/jbo/
2020-07-21 21:48:15 +00:00
Weblate
d918aca6a0
Merge branch 'origin/develop' into Weblate.
2020-07-21 21:08:06 +00:00
rkfg
b22fb93e88
Translated using Weblate (Russian)
...
Currently translated at 89.4% (2113 of 2364 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/ru/
2020-07-21 21:08:06 +00:00
Robin Townsend
0e0d52033c
Translated using Weblate (Lojban)
...
Currently translated at 18.4% (434 of 2364 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/jbo/
2020-07-21 21:08:04 +00:00
Travis Ralston
bcc6c96030
Merge pull request #5032 from matrix-org/travis/perf/blur-bg
...
Don't hammer on the layout engine with avatar updates for the background
2020-07-21 15:07:58 -06:00
Travis Ralston
0a846cb1b5
Don't hammer on the layout engine with avatar updates for the background
...
Changing the property on every render of the left panel (which is basically all the time) is super bad on the GPU and for our CPU. We should only do that when something changes.
2020-07-21 15:02:59 -06:00
Robin Townsend
e04c238a17
Translated using Weblate (Lojban)
...
Currently translated at 18.1% (429 of 2364 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/jbo/
2020-07-21 21:01:06 +00:00
Robin Townsend
6c6b55c9f8
Translated using Weblate (Lojban)
...
Currently translated at 17.5% (414 of 2364 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/jbo/
2020-07-21 20:41:44 +00:00
Weblate
061f692d92
Merge branch 'origin/develop' into Weblate.
2020-07-21 20:28:56 +00:00
rkfg
43a084cf71
Translated using Weblate (Russian)
...
Currently translated at 88.4% (2089 of 2364 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/ru/
2020-07-21 20:28:56 +00:00
Robin Townsend
67fe051a9a
Translated using Weblate (Lojban)
...
Currently translated at 17.3% (410 of 2364 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/jbo/
2020-07-21 20:28:54 +00:00
Szimszon
19577dd0ca
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (2364 of 2364 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/hu/
2020-07-21 20:28:53 +00:00
Priit Jõerüüt
b0f078e01b
Translated using Weblate (Estonian)
...
Currently translated at 98.5% (2329 of 2364 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/et/
2020-07-21 20:28:52 +00:00
Travis Ralston
ba73ce16e6
Merge pull request #5031 from matrix-org/travis/room-list/a-z-order
...
Ensure incremental updates to the ImportanceAlgorithm trigger A-Z order
2020-07-21 14:28:46 -06:00
Travis Ralston
6a38833a2b
Ensure incremental updates to the ImportanceAlgorithm trigger A-Z order
...
Fixes https://github.com/vector-im/riot-web/issues/14475
Background: Sticky rooms are actually a pair of lies to the underlying algorithm as a combination of REMOVE_ROOM/NEW_ROOM calls so they don't get considered as needing to be sorted. When a room is added under the importance algorithm, it is expected that the category it is being added to will be re-sorted to account for the change, however we weren't doing that since we optimized the NewRoom path to be a splice operation.
2020-07-21 14:12:58 -06:00
Robin Townsend
8eb296ca5d
Translated using Weblate (Lojban)
...
Currently translated at 16.9% (399 of 2364 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/jbo/
2020-07-21 19:44:17 +00:00
Robin Townsend
1243bc429a
Translated using Weblate (Lojban)
...
Currently translated at 16.8% (398 of 2364 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/jbo/
2020-07-21 19:16:25 +00:00
Weblate
8b09eb788a
Merge branch 'origin/develop' into Weblate.
2020-07-21 17:12:57 +00:00
Hubert Chathi
cbe4f04cd7
Merge pull request #5029 from uhoreg/sanitize_language
...
don't syntax highlight languages that begin with "_"
2020-07-21 13:12:51 -04:00
Weblate
c888372974
Merge branch 'origin/develop' into Weblate.
2020-07-21 16:55:30 +00:00
Dmytro Kyrychuk
fe37a15bca
Translated using Weblate (Ukrainian)
...
Currently translated at 26.6% (628 of 2364 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/uk/
2020-07-21 16:55:30 +00:00