1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

24 Commits

Author SHA1 Message Date
f8e1c54768 Remove dead CSS (#11414) 2023-08-16 09:23:20 +00:00
9c7d935aae Compound Typography pass (#11103)
* Integrate compound design tokens

The icons should not be included in this repo, and should live in the compound design token repo, but for simplicity sake at this phase of the integration they will be added here

* Delete unused or incorrect - sass variables

* Typography pass

* Deprecate _font-weights.pcss and use Compound instead

* lint fix

* Fix snapshot

* Fix typography pass feedback

* Remove unwanted e2e test

cypress tests should test functionality not visual output. And we should not test visual output by inspecting CSS properties

* lintfix

* Migration script for baseFontSize

* Updates after design review

* Update font scaling panel to use min/max size

* Fix custom font

* Fix font slider e2e test

* Update custom font

* Update new baseFontSizeV2

* Disambiguate heading props

* Fix appearance test

* change max font size

* fix e2ee test

* fix tests

* test baseFontSize migration code

* typescript strict

* Migrate baseFontSize account setting

* Change assertion for font size

* Fix font size controller test
2023-06-29 10:30:25 +00:00
92906c2130 Replace Sass variables with custom properties on _font-weights.pcss (#10554)
* Replace `$font-normal` and `$font-semi-bold`

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Replace `font-weight: 600` with the custom property

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Replace the existing variables

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

---------

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
2023-04-21 14:16:00 +00:00
fe0d3a7668 Error handling if broadcast events could not be sent (#9885) 2023-01-17 07:57:59 +00:00
ab560bba40 Implement small broadcast PiP (#9755) 2022-12-15 11:43:01 +00:00
474f464e48 Voice broadcast indicator in room list (#9709) 2022-12-06 10:56:29 +01:00
d0fd0cfea0 Update Voice Broadcast buffering style (#9643) 2022-11-30 11:43:58 +01:00
70a7961681 Update voice broadcast time display (#9646) 2022-11-30 08:47:29 +01:00
5b5c3ab33c Tweak voice broadcast play icon (#9622) 2022-11-28 12:03:18 +00:00
d699f5607b Add voice broadcast seek 30s forward/backward buttons (#9592) 2022-11-21 08:47:09 +01:00
cf3c899dd1 Tweak voice broadcast live icon (#9576) 2022-11-16 16:13:59 +01:00
436146105e Implement voice broadcast device selection (#9572) 2022-11-15 10:02:40 +01:00
abec724387 Add voice broadcast pre-recoding PiP (#9548) 2022-11-10 09:38:48 +01:00
66d0b318bc Add voice broadcast playback seekbar (#9529) 2022-11-04 11:50:19 +01:00
66c20a0798 Display voice broadcast total length (#9517) 2022-10-31 17:35:02 +00:00
846417a3a8 Unify voice broadcast css (#9504) 2022-10-26 13:45:39 +02:00
b7996a2e49 Implement pause voice broadcast recording (#9469) 2022-10-20 12:44:41 +00:00
3c9ba3e69f Replace Icon with webpack loaded SVG (#9464) 2022-10-20 09:04:14 +01:00
e1d631cb47 Improve Voice Broadcast header layout (#9437)
* Fix Voice Broadcast live badge position

* Prevent voice broadcast header overflow

* Fix VoiceBroadcastPlaybackBody-test
2022-10-17 17:13:06 +01:00
195065b217 Voice Broadcast recording pip (#9385) 2022-10-14 18:12:26 +00:00
bbb02c30d9 Update voice broadcast header to new design (#9415) 2022-10-14 08:09:38 +00:00
49d9e75235 Voice Broadcast playback UI (#9362)
* Implement Voice Broadcast UI

* Update src/voice-broadcast/models/VoiceBroadcastPlayback.ts

Co-authored-by: Travis Ralston <travisr@matrix.org>

Co-authored-by: Travis Ralston <travisr@matrix.org>
2022-10-13 22:13:17 -06:00
533eda2273 Extract voice broadcast header (#9393) 2022-10-12 14:00:37 +00:00
8e719d57a2 Add voice broadcast recording body (#9316)
* Add voice broadcast recording body

* Change icon element; update css variables

* Update Icon-test snapshots
2022-09-26 15:29:38 +02:00