From 9b4d7c71678782674864bfc2d94e22551980f47d Mon Sep 17 00:00:00 2001 From: /home/neo <158327205+neoapps-dev@users.noreply.github.com> Date: Sun, 28 Jun 2026 22:35:12 +0300 Subject: [PATCH] feat(downloadoverlay): custom image (#104) --- src/components/layout/DownloadOverlay.tsx | 38 +++++++++++++++++++---- 1 file changed, 32 insertions(+), 6 deletions(-) diff --git a/src/components/layout/DownloadOverlay.tsx b/src/components/layout/DownloadOverlay.tsx index c4c2241..0038738 100644 --- a/src/components/layout/DownloadOverlay.tsx +++ b/src/components/layout/DownloadOverlay.tsx @@ -1,5 +1,6 @@ import { motion } from "framer-motion"; import { memo } from "react"; +import { ScreenshotImage } from "../common/ScreenshotImage"; import type { Edition } from "../../types/edition"; interface DownloadOverlayProps { @@ -33,12 +34,37 @@ export const DownloadOverlay = memo(function DownloadOverlay({ downloadProgress, return (