gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 04/04: remove broken imports


From: gnunet
Subject: [taler-wallet-core] 04/04: remove broken imports
Date: Fri, 10 Jan 2025 19:54:30 +0100

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

commit 9c6146309dfe84743f437287985cf93834b865a3
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Fri Jan 10 15:53:24 2025 -0300

    remove broken imports
---
 packages/aml-backoffice-ui/src/pages/CaseDetails.tsx    |  3 ---
 packages/aml-backoffice-ui/src/pages/Search.tsx         |  9 +--------
 .../aml-backoffice-ui/src/pages/ShowConsolidated.tsx    |  2 --
 packages/kyc-ui/src/pages/FillForm.tsx                  | 17 +++--------------
 4 files changed, 4 insertions(+), 27 deletions(-)

diff --git a/packages/aml-backoffice-ui/src/pages/CaseDetails.tsx 
b/packages/aml-backoffice-ui/src/pages/CaseDetails.tsx
index 46abb19be..48e9a1e82 100644
--- a/packages/aml-backoffice-ui/src/pages/CaseDetails.tsx
+++ b/packages/aml-backoffice-ui/src/pages/CaseDetails.tsx
@@ -41,13 +41,10 @@ import {
   FormDesign,
   FormMetadata,
   FormUI,
-  getConverterById,
   InternationalizationAPI,
   Loading,
   LocalNotificationBanner,
-  RenderAllFieldsByUiConfig,
   Time,
-  UIFormElementConfig,
   UIHandlerId,
   useExchangeApiContext,
   useForm,
diff --git a/packages/aml-backoffice-ui/src/pages/Search.tsx 
b/packages/aml-backoffice-ui/src/pages/Search.tsx
index 8c7912dea..d537f86b4 100644
--- a/packages/aml-backoffice-ui/src/pages/Search.tsx
+++ b/packages/aml-backoffice-ui/src/pages/Search.tsx
@@ -32,10 +32,8 @@ import {
   encodeCrockForURI,
   FormDesign,
   FormUI,
-  getConverterById,
   InternationalizationAPI,
   Loading,
-  RenderAllFieldsByUiConfig,
   Time,
   UIFormElementConfig,
   UIHandlerId,
@@ -47,12 +45,7 @@ import { Fragment, h, VNode } from "preact";
 import { useState } from "preact/hooks";
 import { ErrorLoadingWithDebug } from "../components/ErrorLoadingWithDebug.js";
 import { useAccountDecisions } from "../hooks/decisions.js";
-import {
-  FormErrors,
-  FormStatus,
-  FormValues,
-  RecursivePartial,
-} from "../hooks/form.js";
+import { FormErrors, FormValues, RecursivePartial } from "../hooks/form.js";
 import { useOfficer } from "../hooks/officer.js";
 import { privatePages } from "../Routing.js";
 import { Pagination, ToInvestigateIcon } from "./Cases.js";
diff --git a/packages/aml-backoffice-ui/src/pages/ShowConsolidated.tsx 
b/packages/aml-backoffice-ui/src/pages/ShowConsolidated.tsx
index 50426095a..a9b32e690 100644
--- a/packages/aml-backoffice-ui/src/pages/ShowConsolidated.tsx
+++ b/packages/aml-backoffice-ui/src/pages/ShowConsolidated.tsx
@@ -22,10 +22,8 @@ import {
 import {
   FormDesign,
   FormUI,
-  RenderAllFieldsByUiConfig,
   UIFormElementConfig,
   UIHandlerId,
-  getConverterById,
   useForm,
   useTranslationContext,
 } from "@gnu-taler/web-util/browser";
diff --git a/packages/kyc-ui/src/pages/FillForm.tsx 
b/packages/kyc-ui/src/pages/FillForm.tsx
index edc2faf2c..d01dbb141 100644
--- a/packages/kyc-ui/src/pages/FillForm.tsx
+++ b/packages/kyc-ui/src/pages/FillForm.tsx
@@ -28,27 +28,16 @@ import {
   FormUI,
   InternationalizationAPI,
   LocalNotificationBanner,
-  RenderAllFieldsByUiConfig,
-  UIFormElementConfig,
-  UIHandlerId,
-  getConverterById,
   useExchangeApiContext,
   useForm,
   useLocalNotificationHandler,
   useTranslationContext,
 } from "@gnu-taler/web-util/browser";
 import { Fragment, VNode, h } from "preact";
-import { preloadedForms } from "../forms/index.js";
-import {
-  FormErrors,
-  useFormState,
-  validateRequiredFields,
-} from "../hooks/form.js";
-import { undefinedIfEmpty } from "./Start.js";
-import { useUiFormsContext } from "../context/ui-forms.js";
-import { usePreferences } from "../context/preferences.js";
-import { format } from "date-fns";
 import { useNotifierContext } from "../context/notifier.js";
+import { usePreferences } from "../context/preferences.js";
+import { useUiFormsContext } from "../context/ui-forms.js";
+import { preloadedForms } from "../forms/index.js";
 
 type Props = {
   token: AccessToken;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]