gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: remove unsued icon


From: gnunet
Subject: [taler-wallet-core] branch master updated: remove unsued icon
Date: Wed, 03 Jan 2024 21:23:16 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 8ed362d08 remove unsued icon
8ed362d08 is described below

commit 8ed362d08297c0622e8da5429dd936e2c5d2d08a
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Wed Jan 3 17:23:09 2024 -0300

    remove unsued icon
---
 packages/aml-backoffice-ui/src/forms/icons.tsx |  5 -----
 packages/aml-backoffice-ui/src/forms/index.ts  | 11 -----------
 2 files changed, 16 deletions(-)

diff --git a/packages/aml-backoffice-ui/src/forms/icons.tsx 
b/packages/aml-backoffice-ui/src/forms/icons.tsx
index a4eaac640..392790c9c 100644
--- a/packages/aml-backoffice-ui/src/forms/icons.tsx
+++ b/packages/aml-backoffice-ui/src/forms/icons.tsx
@@ -1,10 +1,5 @@
 import { h } from "preact";
 
-export const DocumentDuplicateIcon = <svg xmlns="http://www.w3.org/2000/svg"; 
fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" 
class="w-6 h-6">
-  <path stroke-linecap="round" stroke-linejoin="round" d="M15.75 17.25v3.375c0 
.621-.504 1.125-1.125 1.125h-9.75a1.125 1.125 0 
01-1.125-1.125V7.875c0-.621.504-1.125 1.125-1.125H6.75a9.06 9.06 0 
011.5.124m7.5 10.376h3.375c.621 0 1.125-.504 
1.125-1.125V11.25c0-4.46-3.243-8.161-7.5-8.876a9.06 9.06 0 
00-1.5-.124H9.375c-.621 0-1.125.504-1.125 1.125v3.5m7.5 10.375H9.375a1.125 
1.125 0 01-1.125-1.125v-9.25m12 6.625v-1.875a3.375 3.375 0 
00-3.375-3.375h-1.5a1.125 1.125 0 01-1.125-1.125v-1.5a3.375  [...]
-</svg>
-
-
 export const ChevronRightIcon = () => <svg xmlns="http://www.w3.org/2000/svg"; 
fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" 
class="w-6 h-6">
   <path stroke-linecap="round" stroke-linejoin="round" d="M8.25 4.5l7.5 
7.5-7.5 7.5" />
 </svg>
diff --git a/packages/aml-backoffice-ui/src/forms/index.ts 
b/packages/aml-backoffice-ui/src/forms/index.ts
index dd1dae54d..c449bf467 100644
--- a/packages/aml-backoffice-ui/src/forms/index.ts
+++ b/packages/aml-backoffice-ui/src/forms/index.ts
@@ -10,7 +10,6 @@ import { v1 as form_902_4e_v1 } from "./902_4e.js";
 import { v1 as form_902_5e_v1 } from "./902_5e.js";
 import { v1 as form_902_9e_v1 } from "./902_9e.js";
 import { v1 as simplest } from "./simplest.js";
-import { DocumentDuplicateIcon } from "./icons.js";
 
 export interface BaseForm {
   state: AmlExchangeBackend.AmlState;
@@ -22,7 +21,6 @@ export type FormMetadata<T extends BaseForm> = {
   label: TranslatedString,
   id: string,
   version: number,
-  icon: any; //h.JSX.Element,
   impl: (current: T) => FlexibleForm<T>
 }
 
@@ -144,55 +142,46 @@ const forms: (i18n: InternationalizationAPI) => 
Array<FormMetadata<BaseForm>> =
     label: i18n.str`Simple comment`,
     id: "simple_comment",
     version: 1,
-    icon: DocumentDuplicateIcon,
     impl: simplest(i18n),
   }, {
     label: i18n.str`Identification form`,
     id: "902.1e",
     version: 1,
-    icon: DocumentDuplicateIcon,
     impl: form_902_1e_v1(i18n),
   }, {
     label: i18n.str`Operational legal entity or partnership`,
     id: "902.11e",
     version: 1,
-    icon: DocumentDuplicateIcon,
     impl: form_902_11e_v1(i18n),
   }, {
     label: i18n.str`Foundations`,
     id: "902.12e",
     version: 1,
-    icon: DocumentDuplicateIcon,
     impl: form_902_12e_v1(i18n),
   }, {
     label: i18n.str`Declaration for trusts`,
     id: "902.13e",
     version: 1,
-    icon: DocumentDuplicateIcon,
     impl: form_902_13e_v1(i18n),
   }, {
     label: i18n.str`Information on life insurance policies`,
     id: "902.15e",
     version: 1,
-    icon: DocumentDuplicateIcon,
     impl: form_902_15e_v1(i18n),
   }, {
     label: i18n.str`Declaration of beneficial owner`,
     id: "902.9e",
     version: 1,
-    icon: DocumentDuplicateIcon,
     impl: form_902_9e_v1(i18n),
   }, {
     label: i18n.str`Customer profile`,
     id: "902.5e",
     version: 1,
-    icon: DocumentDuplicateIcon,
     impl: form_902_5e_v1(i18n),
   }, {
     label: i18n.str`Risk profile`,
     id: "902.4e",
     version: 1,
-    icon: DocumentDuplicateIcon,
     impl: form_902_4e_v1(i18n),
   },
 ];

-- 
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]