Glitch-Shrike/app
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
..
chewy
controllers Fix media attachments enumeration (#14254) 2020-07-07 15:26:51 +02:00
helpers
javascript Replace repetitive blurhash code with component (#14267) 2020-07-09 13:01:30 +02:00
lib
mailers
models Add color extraction for audio thumbnails (#14209) 2020-07-05 18:28:25 +02:00
policies
presenters
serializers Change design of account notes in web UI (#14208) 2020-07-07 01:24:03 +02:00
services Change User-Agent of link preview fetching service to include "Bot" (#14248) 2020-07-07 10:55:18 +02:00
validators
views Fix videos on public pages not using custom thumbnails (#14273) 2020-07-09 12:53:16 +02:00
workers Add color extraction for audio thumbnails (#14209) 2020-07-05 18:28:25 +02:00