Skip to content

Add media library, image converter, faster image load and bundle optimizations

Patrick Benter requested to merge bundle-optimizations into main
  • Optimize frontend bundle sizes
  • Image upload functionality in editor with upload queue
  • Add media library functionality to persist images on the filesystem in /media/images
  • Add image converter to automatically generated optimized image sizes on image upload for different screen sizes
  • Add BlurrableImage component to initially load the thumbnail version of an image, then switching to the full size when loaded and applying a blur transition. This improves the perceived page load speed
  • Resolve cumulative layout shift issues with recipe image

Merge request reports