bastodon/app/javascript/mastodon/features
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
..
account remove unused word. (#14250) 2020-07-08 23:53:56 +02:00
account_gallery Replace repetitive blurhash code with component (#14267) 2020-07-09 13:01:30 +02:00
account_timeline Change design of account notes in web UI (#14208) 2020-07-07 01:24:03 +02:00
audio Fix new accent color not refreshing when changing thumbnail for audio uploads (#14264) 2020-07-08 14:54:47 +02:00
blocks Fix WebUI pagination of following, followers, follow requests, blocks and mutes lists (#13445) 2020-04-12 13:38:00 +02:00
bookmarked_statuses
community_timeline
compose Improve wording of the “Add media” button tooltip (#13954) 2020-06-26 00:14:29 +02:00
direct_timeline
directory Replace shortNumberFormat with <ShortNumber> (#14061) 2020-07-06 14:27:32 +02:00
domain_blocks
emoji Fixed emoji detection problem to append border (#14020) 2020-06-10 21:56:14 +02:00
favourited_statuses
favourites
follow_requests Fix WebUI pagination of following, followers, follow requests, blocks and mutes lists (#13445) 2020-04-12 13:38:00 +02:00
followers Fix the conditions for incomplete remote content (#14195) 2020-07-01 23:38:44 +02:00
following Fix the conditions for incomplete remote content (#14195) 2020-07-01 23:38:44 +02:00
generic_not_found
getting_started
hashtag_timeline Fix hashtag column options styling (#14247) 2020-07-07 01:33:38 +02:00
home_timeline
introduction
keyboard_shortcuts Add hotkey for toggling content warning composer field (#13987) 2020-06-09 10:32:32 +02:00
list_adder
list_editor
list_timeline
lists
mutes Fix WebUI pagination of following, followers, follow requests, blocks and mutes lists (#13445) 2020-04-12 13:38:00 +02:00
notifications
pinned_statuses
public_timeline Add remote only to public timeline (#13504) 2020-05-10 10:36:18 +02:00
reblogs
report
search
standalone Add local only to hashtag timeline (#13502) 2020-04-18 21:52:39 +02:00
status Replace repetitive blurhash code with component (#14267) 2020-07-09 13:01:30 +02:00
ui Add ability to choose media thumbnail in web UI (#14244) 2020-07-07 12:14:19 +02:00
video Replace repetitive blurhash code with component (#14267) 2020-07-09 13:01:30 +02:00