feat: async decode for manga cover images

Adds decoding="async" to the MangaCard cover so image decode happens off the
main thread, keeping grid scroll/paint smooth as covers stream in. The 2/3
aspect-ratio already reserves space, so no layout shift.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
MechaCat02
2026-07-06 19:41:28 +02:00
parent def97d3087
commit 3364ea52c9
5 changed files with 14 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "mangalord-frontend",
"version": "0.113.0",
"version": "0.114.0",
"private": true,
"type": "module",
"scripts": {