Commit graph

30381 commits

Author SHA1 Message Date
waclaw66
6dc1c918cf Translated using Weblate (Czech)
Currently translated at 99.4% (2701 of 2715 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2020-12-19 19:24:42 +00:00
Travis Ralston
5c309042e6 fix i18n order 2020-12-18 18:46:59 -07:00
Travis Ralston
ce638e717d Run the effect to completion rather than chopping it off 2020-12-18 18:46:35 -07:00
Travis Ralston
4fea266003 Use the same requestAnimationFrame as confetti 2020-12-18 18:46:32 -07:00
Travis Ralston
ec92be4ec4 Lower effect time by 1 second
It feels like it runs a bit too long
2020-12-18 18:46:29 -07:00
Travis Ralston
a966319c90 Fix minor lint problems 2020-12-18 18:46:25 -07:00
nurjinn jafar
1fd6809388 removed unnecessary opacity 2020-12-18 18:46:18 -07:00
nurjinn jafar
2a2c805031 changed canvas globalCompositeOperation value and removed probability 2020-12-18 18:46:11 -07:00
nurjinn jafar
4a73402b21 comments added 2020-12-18 18:46:05 -07:00
nurjinn jafar
b24a98c6d2 fireworks effect added 2020-12-18 18:44:13 -07:00
Weblate
01ca3f5bea Merge branch 'origin/develop' into Weblate. 2020-12-19 01:42:10 +00:00
ziriSut
23a4f7a251 Translated using Weblate (Kabyle)
Currently translated at 82.8% (2247 of 2713 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/kab/
2020-12-19 01:42:10 +00:00
Jeff Huang
bac85f986f Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2713 of 2713 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2020-12-19 01:42:09 +00:00
Nikita Epifanov
267508a6b7 Translated using Weblate (Russian)
Currently translated at 100.0% (2713 of 2713 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ru/
2020-12-19 01:42:07 +00:00
Travis Ralston
fa02630c4e Merge branch 'travis/upstream/fireworks' into develop 2020-12-18 18:41:47 -07:00
Travis Ralston
1f95acc739 Run the effect to completion rather than chopping it off 2020-12-18 18:41:01 -07:00
Travis Ralston
b2825e8718 Use the same requestAnimationFrame as confetti 2020-12-18 18:40:30 -07:00
Travis Ralston
4ba89cc437 Lower effect time by 1 second
It feels like it runs a bit too long
2020-12-18 18:40:11 -07:00
Travis Ralston
77ce8a9e39 Fix minor lint problems 2020-12-18 18:39:16 -07:00
Travis Ralston
82b782cdb9 Merge branch 'develop' into travis/upstream/fireworks 2020-12-18 18:30:54 -07:00
David Baker
aee861956c Remove secondary call avatar
and change 'paused' to 'on hold'
2020-12-18 19:40:57 +00:00
David Baker
eab764a3c8 Vary resume link text
Use 'Switch' if unholding that call would hold another
2020-12-18 19:35:41 +00:00
David Baker
63e99ecf93 Visual fixups for call UI
* Add bottom margin on PiP view
 * Remove avatar blurring & pause icon for held calls
 * Change background of incoming call box to match PiP view
 * Put drop shadow & border radius on PiP view & incoming call box
   rather than the CallContainer they're in (so they each have their own
   drop shadow / rounded corners).
 * Add margin between incoming call box and PiP view
2020-12-18 18:08:04 +00:00
Weblate
77ac5fb5ce Merge branch 'origin/develop' into Weblate. 2020-12-18 17:24:28 +00:00
David Baker
3037aac59a
Merge pull request #5506 from matrix-org/dbkr/silent_call_end_for_non_started_calls
Don't play call end sound for calls that never started
2020-12-18 17:24:22 +00:00
Weblate
c5889e1a3c Merge branch 'origin/develop' into Weblate. 2020-12-18 16:14:19 +00:00
Mitja Sorsa
92aa7deedb Translated using Weblate (Finnish)
Currently translated at 94.7% (2569 of 2711 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fi/
2020-12-18 16:14:19 +00:00
waclaw66
21980cc0d8 Translated using Weblate (Czech)
Currently translated at 97.8% (2654 of 2711 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2020-12-18 16:14:17 +00:00
Flat Earth Israel Association
97e811d31f Translated using Weblate (Hebrew)
Currently translated at 6.9% (189 of 2711 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/he/
2020-12-18 16:14:15 +00:00
Travis Ralston
d3be7b79df
Merge pull request #5485 from madonius/feature/tableflip-slashcommand
Add /tableflip slash command
2020-12-18 09:14:03 -07:00
nurjin jafar
ebe02ecf04
Merge branch 'develop' into nic/feat/PB-404-fireworks-effect 2020-12-18 16:15:14 +01:00
J. Ryan Stinnett
e90e51cc9b React SDK needs to build the component index 2020-12-18 15:13:09 +00:00
J. Ryan Stinnett
50427786f9 Cloned deps do not need any building now 2020-12-18 15:11:55 +00:00
J. Ryan Stinnett
b22c28eac9 Use TypeScript source for development, swap to build during release
This changes the JS SDK to point `main` to TypeScript source and remove any
indication of `typings`. For local development and CI workflows, it means many
steps can run without building first, which saves lots of time.

During release, we still build for Node and browsers as before. The release
script adjusts the `main` and `typings` fields before publishing and
distribution to point to the built output for those that use them.
2020-12-18 14:49:28 +00:00
nurjinn jafar
3d1327ecec removed unnecessary opacity 2020-12-18 15:32:44 +01:00
nurjinn jafar
2305811271 changed canvas globalCompositeOperation value and removed probability 2020-12-18 15:30:50 +01:00
nurjinn jafar
88d3de710a comments added 2020-12-18 14:51:58 +01:00
David Baker
453575d70a Don't play call end sound for calls that never started 2020-12-18 13:46:58 +00:00
J. Ryan Stinnett
19cfe44b16 Types from dependencies are now built explicitly 2020-12-18 11:59:30 +00:00
J. Ryan Stinnett
3d3490c6d7 For cloned deps, we only need to build types 2020-12-18 11:59:30 +00:00
J. Ryan Stinnett
ad32f90beb Stop building at local install time
This speeds up local development and CI runs by skipping build steps by default.
They will now only run when just before publishing.

Related to https://github.com/matrix-org/matrix-js-sdk/pull/1552
2020-12-18 11:59:30 +00:00
Emmanouil Kampitakis
2488a8f1ee Add string-translation for english
Signed-off-by: Emmanouil Kampitakis <info+github@kampitakis.de>
2020-12-18 12:19:37 +01:00
Emmanouil Kampitakis
f4d3668214 Add the unflip slashcommand
Signed-off-by: Emmanouil Kampitakis <info+github@kampitakis.de>
2020-12-18 12:19:37 +01:00
Emmanouil Kampitakis
98a1b7a2d8 Add the tableflip slashcommand
Signed-off-by: Emmanouil Kampitakis <info+github@kampitakis.de>
2020-12-18 12:19:37 +01:00
Weblate
8a587a3347 Merge branch 'origin/develop' into Weblate. 2020-12-17 18:53:02 +00:00
Mitja Sorsa
babb25b1ac Translated using Weblate (Finnish)
Currently translated at 94.7% (2568 of 2711 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fi/
2020-12-17 18:53:02 +00:00
waclaw66
c7381c1eeb Translated using Weblate (Czech)
Currently translated at 97.7% (2649 of 2711 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2020-12-17 18:53:00 +00:00
Ezwen
df7a2db3b9 Translated using Weblate (French)
Currently translated at 85.0% (2307 of 2711 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2020-12-17 18:52:59 +00:00
J. Ryan Stinnett
6726b731e4
Merge pull request #5504 from matrix-org/jryans/call-lib-src
Import from src in IncomingCallBox.tsx
2020-12-17 18:52:49 +00:00
Mitja Sorsa
d1ab11a3f7 Translated using Weblate (Finnish)
Currently translated at 94.6% (2567 of 2711 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fi/
2020-12-17 18:08:33 +00:00