You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sasha Sorokin
7418e0e613
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 .
4 years ago
..
account
remove unused word. ( #14250 )
4 years ago
account_gallery
Replace repetitive blurhash code with component ( #14267 )
4 years ago
account_timeline
Change design of account notes in web UI ( #14208 )
4 years ago
audio
Fix new accent color not refreshing when changing thumbnail for audio uploads ( #14264 )
4 years ago
blocks
Fix WebUI pagination of following, followers, follow requests, blocks and mutes lists ( #13445 )
5 years ago
bookmarked_statuses
Add bookmarks ( #7107 )
5 years ago
community_timeline
Fix unread toot indicator not honoring onlyMedia in public and community timelines ( #12330 )
5 years ago
compose
Improve wording of the “Add media” button tooltip ( #13954 )
4 years ago
direct_timeline
Improve toot clicking areas ( #13327 )
5 years ago
directory
Replace shortNumberFormat with <ShortNumber> ( #14061 )
4 years ago
domain_blocks
Change the string "hidden" to "blocked" in WebUI ( #13221 )
5 years ago
emoji
Fixed emoji detection problem to append border ( #14020 )
4 years ago
favourited_statuses
Fix scroll to top in single column UI ( #11463 )
5 years ago
favourites
Code style improvements in JavaScript ( #13159 )
5 years ago
follow_requests
Fix WebUI pagination of following, followers, follow requests, blocks and mutes lists ( #13445 )
5 years ago
followers
Fix the conditions for incomplete remote content ( #14195 )
4 years ago
following
Fix the conditions for incomplete remote content ( #14195 )
4 years ago
generic_not_found
Fix performance of home feed regeneration ( #12084 )
5 years ago
getting_started
Fix frontend crash when deleting announcements ( #13312 )
5 years ago
hashtag_timeline
Fix hashtag column options styling ( #14247 )
4 years ago
home_timeline
Change how unread announcements are handled ( #13020 )
5 years ago
introduction
change "finish tutorial" text to "finish toot-orial" ( #9905 )
6 years ago
keyboard_shortcuts
Add hotkey for toggling content warning composer field ( #13987 )
4 years ago
list_adder
Refactor icons in web UI to use Icon component ( #9951 )
6 years ago
list_editor
Disable list title validation button when list title is empty ( #11475 )
5 years ago
list_timeline
Fix scroll to top in single column UI ( #11463 )
5 years ago
lists
Code style improvements in JavaScript ( #13159 )
5 years ago
mutes
Fix WebUI pagination of following, followers, follow requests, blocks and mutes lists ( #13445 )
5 years ago
notifications
Add follow_request notification type ( #12198 )
5 years ago
pinned_statuses
Fix scroll to top in single column UI ( #11463 )
5 years ago
public_timeline
Add remote only to public timeline ( #13504 )
5 years ago
reblogs
Code style improvements in JavaScript ( #13159 )
5 years ago
report
Add blurhash ( #10630 )
6 years ago
search
Add responsive panels to the single-column layout ( #10820 )
6 years ago
standalone
Add local only to hashtag timeline ( #13502 )
5 years ago
status
Replace repetitive blurhash code with component ( #14267 )
4 years ago
ui
Add ability to choose media thumbnail in web UI ( #14244 )
4 years ago
video
Replace repetitive blurhash code with component ( #14267 )
4 years ago