From a025f709a849f26907584ab73d6e36928cf3e2cf Mon Sep 17 00:00:00 2001 From: anamontiaga Date: Thu, 3 Aug 2023 18:00:57 +0200 Subject: [PATCH 01/23] item list --- .../inventory-panel/features/list/index.tsx | 16 +- .../inventory-panel/item-list/index.tsx | 183 ++++++++++++++++++ 2 files changed, 194 insertions(+), 5 deletions(-) create mode 100644 app/layout/project/sidebar/project/inventory-panel/item-list/index.tsx diff --git a/app/layout/project/sidebar/project/inventory-panel/features/list/index.tsx b/app/layout/project/sidebar/project/inventory-panel/features/list/index.tsx index 34218148fa..2436275b0c 100644 --- a/app/layout/project/sidebar/project/inventory-panel/features/list/index.tsx +++ b/app/layout/project/sidebar/project/inventory-panel/features/list/index.tsx @@ -11,12 +11,13 @@ import { useAllFeatures } from 'hooks/features'; import Checkbox from 'components/forms/checkbox'; import Loading from 'components/loading'; +import ItemList from 'layout/project/sidebar/project/inventory-panel/item-list'; import { Feature } from 'types/api/feature'; import { cn } from 'utils/cn'; import FeaturesBulkActionMenu from '../bulk-action-menu'; -import FeatureItemList from './item'; +// import FeatureItemList from './item'; export const ProjectFeatureList = (): JSX.Element => { const dispatch = useAppDispatch(); @@ -178,14 +179,19 @@ export const ProjectFeatureList = (): JSX.Element => { >