From f0e57b0615fae12090eb34f3828e6be255987b58 Mon Sep 17 00:00:00 2001 From: MechaCat02 Date: Sun, 17 May 2026 10:52:57 +0200 Subject: [PATCH] feat: show manga covers everywhere a manga is referenced MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Every place that surfaced a manga title used to show *just* the title β€” the home page, the reader's back-to-manga link, and the chapter upload form's manga selector. Adding the cover image alongside makes the app feel like an actual manga library. - Home (`/`): manga list switched from a one-line `` per item to a responsive grid of cards (`auto-fill, minmax(140px, 1fr)`), each card showing the cover (with πŸ“– placeholder when no cover is set), the title (line-clamped to 2 rows), and the author. - Reader (`/manga/[id]/chapter/[n]`): the back-to-manga link in the reader header now shows a 28Γ—42 thumbnail of the manga's cover next to the title. Reuses the placeholder pattern for cover-less mangas. - Upload (`/upload`): the chapter form's manga `