From 6c6c5bc5120730319cb84477782cafb967f044ea Mon Sep 17 00:00:00 2001 From: John Chilton Date: Mon, 30 Dec 2024 20:18:05 -0500 Subject: [PATCH] REbase into paired/unpaired... --- .../Collections/PairedOrUnpairedComponents.ts | 11 +++++++++++ .../PairedOrUnpairedListCollectionCreator.vue | 16 ++++------------ 2 files changed, 15 insertions(+), 12 deletions(-) create mode 100644 client/src/components/Collections/PairedOrUnpairedComponents.ts diff --git a/client/src/components/Collections/PairedOrUnpairedComponents.ts b/client/src/components/Collections/PairedOrUnpairedComponents.ts new file mode 100644 index 000000000000..88efbfae967a --- /dev/null +++ b/client/src/components/Collections/PairedOrUnpairedComponents.ts @@ -0,0 +1,11 @@ +import CellDiscardComponent from "./common/CellDiscardComponent.vue"; +import CellStatusComponent from "./common/CellStatusComponent.vue"; +import PairedDatasetCellComponent from "./common/PairedDatasetCellComponent.vue"; +import CollectionCreator from "@/components/Collections/common/CollectionCreator.vue"; + +export const components = { + CellDiscardComponent, + CellStatusComponent, + PairedDatasetCellComponent, + CollectionCreator, +}; diff --git a/client/src/components/Collections/PairedOrUnpairedListCollectionCreator.vue b/client/src/components/Collections/PairedOrUnpairedListCollectionCreator.vue index 25cd6b728e25..fd7350e44153 100644 --- a/client/src/components/Collections/PairedOrUnpairedListCollectionCreator.vue +++ b/client/src/components/Collections/PairedOrUnpairedListCollectionCreator.vue @@ -21,9 +21,6 @@ import { usePairingSummary } from "./common/usePairingSummary"; import { type AutoPairingResult, autoPairWithCommonFilters } from "./pairing"; import AutoPairing from "./common/AutoPairing.vue"; -import CellDiscardComponent from "./common/CellDiscardComponent.vue"; -import CellStatusComponent from "./common/CellStatusComponent.vue"; -import PairedDatasetCellComponent from "./common/PairedDatasetCellComponent.vue"; import CollectionCreator from "@/components/Collections/common/CollectionCreator.vue"; type CollectionElementIdentifier = components["schemas"]["CollectionElementIdentifier"]; @@ -520,18 +517,13 @@ const context = {