From 427c18be7de58d4d63edc69669b75bc08436f1d0 Mon Sep 17 00:00:00 2001 From: Gykes Date: Tue, 20 Aug 2024 16:22:59 -0700 Subject: [PATCH] QOL Move Refresh Scrapers to Top (#5142) QOL change to move the "Refresh Scrapers" button within the "Scrape with..." dropdown to the top. --- ui/v2.5/src/components/Shared/ScraperMenu.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/ui/v2.5/src/components/Shared/ScraperMenu.tsx b/ui/v2.5/src/components/Shared/ScraperMenu.tsx index 2152854b0..f73103e57 100644 --- a/ui/v2.5/src/components/Shared/ScraperMenu.tsx +++ b/ui/v2.5/src/components/Shared/ScraperMenu.tsx @@ -54,6 +54,15 @@ export const ScraperMenu: React.FC<{ {toggle} + onReloadScrapers()}> + + + + + + + + {(stashBoxes?.length ?? 0) + scrapers.length > minFilteredScrapers && ( )} + {filteredStashboxes.map((s, index) => ( ))} - onReloadScrapers()}> - - - - - - - );