TAKAHASHI Shuuji
|
9cdd643564
|
chore: remove intersection-observer for old Safari support (#23284)
|
2023-01-29 19:02:04 +01:00 |
TAKAHASHI Shuuji
|
d68c12648c
|
Remove object-fit polyfill for the old Microsoft Edge (#22693)
* chore: remove object-fit-images and its postcss packages
* chore: update postcss config
* chore: remove object-fit-image from extra_polyfills.js
* chore: remove object-fit property check from load_polyfills.js
|
2023-01-05 13:32:02 +01:00 |
Yamagishi Kazutoshi
|
219c38b921
|
Replace `CancelToken` to `AbortSignal` (#19352)
|
2022-10-14 03:16:37 +02:00 |
Marcin Mikołajczak
|
a90258dbe9
|
fix multiple space (#12655)
|
2019-12-19 07:39:08 +09:00 |
unarist
|
eeb5923e89
|
Add object-fit polyfill for Edge (#4182)
|
2017-07-14 01:59:34 +02:00 |
Sorin Davidoi
|
8e4d1cba00
|
Lazy load toots using IntersectionObserver (#3191)
* refactor(components/status_list): Lazy load using IntersectionObserver
* refactor(components/status_list): Avoid setState bottleneck
* refactor(components/status_list): Update state correctly
* fix(components/status): Render if isIntersecting is undefined
* refactor(components/status): Recycle timeout
* refactor(components/status): Reduce animation duration
* refactor(components/status): Use requestIdleCallback
* chore: Split polyfill bundles
* refactor(components/status_list): Increase rootMargin to 300%
* fix(components/status): Check if onRef is not defined
* chore: Add note about polyfill bundle splitting
* fix(components/status): Reduce animation duration to 0.3 seconds
|
2017-05-24 17:55:00 +02:00 |