v0.1.12 - Lazy load avatar images (#107)
·
19 commits
to main
since this release
🌟 Summary
The v0.1.12
release introduces lazy loading for avatar images, significantly enhancing performance and user experience on pages with multiple authors.
📊 Key Changes
- Lazy Loading for Avatars: Added the
loading="lazy"
attribute to avatar images in theon_post_page
function ofmain.py
. - Styling Enhancements: Introduced background color and fade-in transitions for images to improve visual appearance during loading.
🎯 Purpose & Impact
- Performance Enhancement: By enabling lazy loading, the initial page load time is reduced, as images are only loaded when they appear in the user's viewport. This makes websites faster and more efficient. 🚀
- Improved User Experience: Users, especially those on slower connections or devices, will experience quicker and smoother navigation through pages with numerous author avatars. 🌐
- Visual Feedback: The fade-in effect enhances the aesthetic appeal, giving users a seamless and pleasant browsing experience as images load smoothly. 🎨
What's Changed
- Lazy load avatar images by @pderrenger in #107
Full Changelog: v0.1.11...v0.1.12