mastodon/app/javascript/mastodon/features/account_gallery
Sasha Sorokin 61c07c3731
Replace repetitive blurhash code with component (#14267)
This commit replaces all unnecessarily repeated code for decoding and
embedding blurhash canvases with separate component - <Blurhash>.

Under the hood Blurhash component will use effect dependent on its
props. This gives a few benefits: it will only be re-rendered whenever
the hash or width/height/dummy props update, and will not render if
canvas won't get to the final DOM, because then effect won't fire,
which prevents weird bugs like #14257.
2020-07-09 13:01:30 +02:00
..
components Replace repetitive blurhash code with component (#14267) 2020-07-09 13:01:30 +02:00
index.js Fix audio attachments opening in video modal from media tab in web UI (#12056) 2019-10-03 03:34:58 +02:00