From 8a8b98f2663acdc89231a3c61082fdfdd0f5e898 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Tue, 25 Jun 2024 17:14:33 +0800 Subject: [PATCH] Add move operation to home, fix query inputs --- .../nav-containers/HomeContainer.tsx | 2 +- .../templates/library/LibraryContainer.tsx | 18 ++++++++++++++++++ .../queries/useGetHiddenHomeSection.tsx | 1 + .../web/lib/networking/queries/useGetHome.tsx | 2 ++ 4 files changed, 22 insertions(+), 1 deletion(-) diff --git a/packages/web/components/nav-containers/HomeContainer.tsx b/packages/web/components/nav-containers/HomeContainer.tsx index caff8de2d..2252481d4 100644 --- a/packages/web/components/nav-containers/HomeContainer.tsx +++ b/packages/web/components/nav-containers/HomeContainer.tsx @@ -644,7 +644,7 @@ const TopPicksItemView = ( - {props.homeItem.canSave && ( + {props.homeItem.canMove && (