You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* LoadingView and Image Lazy Loading
- Add an X button to Loading View to allow exiting out of V spinner view early. Appears after 3 second delay (not shown when loading completes in timely manner). Shows for thread loading only i.e. Does not show for new post previews or private message loading.
- Timeouts added to image loading. In case of failure set "Dead Image" badge similar to Dead Tweets
- Fix ghost lottie loading by using locally provided lottie.js file.
- iOS 15.4+ now accepts the loading="lazy" attribute. Using this for image element lazy loading. Tweets use IntersectionObserver method.
- Added a retry option to Dead Tweet badge, similar to Dead Image badge
0 commit comments