element-web/test/editor
Clark Fischer a8aa4de4b4
Member avatars without canvas (#9990)
* Strict typechecking fixes for Base/Member/Avatar

Update the core avatar files to pass `--strict --noImplicitAny` typechecks.

Signed-off-by: Clark Fischer <clark.fischer@gmail.com>

* Add tests for Base/Member/Avatar

More thoroughly test the core avatar files. Not necessarily the most thorough,
but an improvement.

Signed-off-by: Clark Fischer <clark.fischer@gmail.com>

* Extract TextAvatar from BaseAvatar

Extracted the fallback/textual avatar into its own component.

Signed-off-by: Clark Fischer <clark.fischer@gmail.com>

* Use standard HTML for non-image avatars

Firefox users with `resistFingerprinting` enabled were seeing random noise
for rooms and users without avatars. There's no real reason to use data
URLs to present flat colors.

This converts non-image avatars to inline blocks with background colors.

See https://github.com/vector-im/element-web/issues/23936

Signed-off-by: Clark Fischer <clark.fischer@gmail.com>

* Have pills use solid backgrounds rather than colored images

Similar to room and member avatars, pills now use colored pseudo-elements
rather than background images.

Signed-off-by: Clark Fischer <clark.fischer@gmail.com>

---------

Signed-off-by: Clark Fischer <clark.fischer@gmail.com>
Co-authored-by: Andy Balaam <andy.balaam@matrix.org>
2023-01-30 09:50:08 +00:00
..
__snapshots__ Member avatars without canvas (#9990) 2023-01-30 09:50:08 +00:00
caret-test.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
deserialize-test.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
diff-test.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
history-test.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
mock.ts Convert enzyme to rtl: BasicMessageComposer (#9839) 2022-12-29 20:52:51 +00:00
model-test.ts Convert enzyme to rtl: BasicMessageComposer (#9839) 2022-12-29 20:52:51 +00:00
operations-test.ts Convert enzyme to rtl: BasicMessageComposer (#9839) 2022-12-29 20:52:51 +00:00
parts-test.ts Member avatars without canvas (#9990) 2023-01-30 09:50:08 +00:00
position-test.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
range-test.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
roundtrip-test.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
serialize-test.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00