summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNic Eigel <nic@eigel.ch>2024-05-19 22:53:55 +0200
committerNic Eigel <nic@eigel.ch>2024-05-19 22:53:55 +0200
commit3cd0f76ab6d8167eb7939841e056dce987ddfad0 (patch)
treef3e9ca243eb9359b656422d77ef12c68cf2e1a7a
parent20d334e6aaf1ef8a9c70590f01423be6e335d9c4 (diff)
downloadwallet-core-dev/nic/real-time-auditor.tar.gz
wallet-core-dev/nic/real-time-auditor.tar.bz2
wallet-core-dev/nic/real-time-auditor.zip
-rw-r--r--packages/auditor-backoffice-ui/src/paths/deposit_confirmations/list/List.stories.tsx6
-rw-r--r--packages/auditor-backoffice-ui/src/paths/deposit_confirmations/list/ListPage.tsx6
2 files changed, 8 insertions, 4 deletions
diff --git a/packages/auditor-backoffice-ui/src/paths/deposit_confirmations/list/List.stories.tsx b/packages/auditor-backoffice-ui/src/paths/deposit_confirmations/list/List.stories.tsx
index 156c577f4..5c9c44786 100644
--- a/packages/auditor-backoffice-ui/src/paths/deposit_confirmations/list/List.stories.tsx
+++ b/packages/auditor-backoffice-ui/src/paths/deposit_confirmations/list/List.stories.tsx
@@ -20,11 +20,11 @@
*/
import { h, VNode, FunctionalComponent } from "preact";
-import { ListPage as TestedComponent } from "./ListPage.js";
+/*import { ListPage as TestedComponent } from "./ListPage.js";*/
export default {
title: "Pages/Order/List",
- component: TestedComponent,
+ //component: TestedComponent,
argTypes: {
onShowAll: { action: "onShowAll" },
onShowPaid: { action: "onShowPaid" },
@@ -49,6 +49,7 @@ function createExample<Props>(
r.args = props;
return r;
}
+/*
export const Example = createExample(TestedComponent, {
orders: [
@@ -105,3 +106,4 @@ export const Example = createExample(TestedComponent, {
},
],
});
+*/
diff --git a/packages/auditor-backoffice-ui/src/paths/deposit_confirmations/list/ListPage.tsx b/packages/auditor-backoffice-ui/src/paths/deposit_confirmations/list/ListPage.tsx
index 9f80719a1..ba41497ce 100644
--- a/packages/auditor-backoffice-ui/src/paths/deposit_confirmations/list/ListPage.tsx
+++ b/packages/auditor-backoffice-ui/src/paths/deposit_confirmations/list/ListPage.tsx
@@ -23,10 +23,11 @@ import { useTranslationContext } from "@gnu-taler/web-util/browser";
import { format } from "date-fns";
import { h, VNode, Fragment } from "preact";
import { useState } from "preact/hooks";
-import { DatePicker } from "../../../../components/picker/DatePicker.js";
+/*import { DatePicker } from "../../../../components/picker/DatePicker.js";
import { MerchantBackend, WithId } from "../../../../declaration.js";
import { CardTable } from "./Table.js";
-import { dateFormatForSettings, useSettings } from "../../../../hooks/useSettings.js";
+import { dateFormatForSettings, useSettings } from "../../../../hooks/useSettings.js";*/
+/*
export interface ListPageProps {
onShowAll: () => void;
@@ -224,3 +225,4 @@ export function ListPage({
</Fragment>
);
}
+*/