Pinafore-Web-Client-Frontend/src/routes/_components/status
Sorin Davidoi 77bb784efd feat(media): Blurhash (#1381)
* chore(npm): Install blurhash

* feat(media): Show blurhash

* fix(media/blurhash): Better sensitive video handling

* feat(media): Preference for using blurhash

* chore(utils/blurhash): Add performance marks

* fix(utils/blurhash): Performance marks

* fix(utils/blurhash): Use correct dimension

* refactor(utils/blurhash): Use constant for number of pixels

* refactor(media): Simplify logic for displaying blurhash

* chore(tests/spec): Attempt to adjust sensitivity tests for blurhash

* chore(tests/spec): Update sensitivity tests for blurhash

* chore(tests/spec): Check for sensitive

* fix(media/blurhash): Handle videos

* fix: Video handling

* fix: Videos

* minor refactoring, fix Svelte warning

* fix: Large inline images and videos

* feat(settings): Rename blurhash setting

* refactor: Use toBlob, block media rendering until blurhash ready

* refactor: Move computations to Web Worker

* fix(workers/blurhash): More error handling

* feat(workers/blurhash): Use quick-lru for caching

* fix: Don't create Context2D needlessly

* fix(workers/blurhash): Increase cache size to 100

* fix(workers/blurhash): Don't resolve promise twice

* fix(utils/decode-image): Ignore data URLs

Throws exception which prevents the image from loading.
2019-08-17 10:54:45 -07:00
..
Media.html feat(media): Blurhash (#1381) 2019-08-17 10:54:45 -07:00
MediaAttachments.html feat(media): Blurhash (#1381) 2019-08-17 10:54:45 -07:00
Notification.html chore: update standard to v13 (#1370) 2019-08-03 13:49:37 -07:00
Status.html perf: avoid measureText() where possible (#1375) 2019-08-07 09:11:15 -07:00
StatusAuthorHandle.html fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
StatusAuthorName.html refactor: use ids instead of attrs for delegate/shortcut/focus (#1035) 2019-02-23 12:32:00 -08:00
StatusCard.html fix: unescape html in card titles/descriptions (#1252) 2019-05-28 22:24:16 -07:00
StatusComposeBox.html chore: update standard to v13 (#1370) 2019-08-03 13:49:37 -07:00
StatusContent.html fix: fix malformed URLs in statuses (#1385) 2019-08-11 11:09:51 -07:00
StatusDetails.html chore: update standard to v13 (#1370) 2019-08-03 13:49:37 -07:00
StatusHeader.html feat: add poll notifications (#1229) 2019-05-26 09:54:35 -07:00
StatusMediaAttachments.html feat(media): Blurhash (#1381) 2019-08-17 10:54:45 -07:00
StatusMentions.html refactor: use ids instead of attrs for delegate/shortcut/focus (#1035) 2019-02-23 12:32:00 -08:00
StatusPoll.html chore: update standard to v13 (#1370) 2019-08-03 13:49:37 -07:00
StatusRelativeDate.html refactor: use ids instead of attrs for delegate/shortcut/focus (#1035) 2019-02-23 12:32:00 -08:00
StatusSidebar.html refactor: use ids instead of attrs for delegate/shortcut/focus (#1035) 2019-02-23 12:32:00 -08:00
StatusSpoiler.html chore: update standard to v13 (#1370) 2019-08-03 13:49:37 -07:00
StatusToolbar.html chore: update standard to v13 (#1370) 2019-08-03 13:49:37 -07:00