gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: gitignore


From: gnunet
Subject: [taler-wallet-core] branch master updated: gitignore
Date: Mon, 28 Mar 2022 20:26:18 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new e13e88db gitignore
e13e88db is described below

commit e13e88db83612637b916a6937340f7d455d38f26
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Mar 28 20:25:59 2022 +0200

    gitignore
---
 .gitignore                                                       | 3 +++
 packages/taler-wallet-webextension/src/NavigationBar.tsx         | 6 +-----
 packages/taler-wallet-webextension/src/components/LogoHeader.tsx | 2 +-
 packages/taler-wallet-webextension/src/wxApi.ts                  | 4 ++--
 4 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/.gitignore b/.gitignore
index fce6dacf..c51d31ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,6 @@ packages/taler-wallet-cli/debian/taler-wallet-cli
 packages/taler-wallet-cli_*.deb
 packages/taler-wallet-cli_*.buildinfo
 packages/taler-wallet-cli_*.changes
+
+# Performance benchmarking data
+.clinic
diff --git a/packages/taler-wallet-webextension/src/NavigationBar.tsx 
b/packages/taler-wallet-webextension/src/NavigationBar.tsx
index 680c34a9..2176ee7b 100644
--- a/packages/taler-wallet-webextension/src/NavigationBar.tsx
+++ b/packages/taler-wallet-webextension/src/NavigationBar.tsx
@@ -77,11 +77,7 @@ export function PopupNavBar({ path = "" }: { path?: string 
}): VNode {
       </a>
       <a />
       <a href="/settings">
-        <SvgIcon
-          title={i18n.str`Settings`}
-          dangerouslySetInnerHTML={{ __html: settingsIcon }}
-          color="white"
-        />
+        Settings
       </a>
     </NavigationHeader>
   );
diff --git a/packages/taler-wallet-webextension/src/components/LogoHeader.tsx 
b/packages/taler-wallet-webextension/src/components/LogoHeader.tsx
index 57322161..25cd82a0 100644
--- a/packages/taler-wallet-webextension/src/components/LogoHeader.tsx
+++ b/packages/taler-wallet-webextension/src/components/LogoHeader.tsx
@@ -28,7 +28,7 @@ export function LogoHeader() {
     >
       <div
         style={{ width: 150, height: 70 }}
-        dangerouslySetInnerHTML={{ __html: logo }}
+        //dangerouslySetInnerHTML={{ __html: logo }}
       ></div>
     </div>
   );
diff --git a/packages/taler-wallet-webextension/src/wxApi.ts 
b/packages/taler-wallet-webextension/src/wxApi.ts
index 01db2fd9..b2d484d4 100644
--- a/packages/taler-wallet-webextension/src/wxApi.ts
+++ b/packages/taler-wallet-webextension/src/wxApi.ts
@@ -59,9 +59,9 @@ import {
   RemoveBackupProviderRequest,
   TalerError,
 } from "@gnu-taler/taler-wallet-core";
-import { DepositFee } from 
"@gnu-taler/taler-wallet-core/src/operations/deposits";
+import type { DepositFee } from 
"@gnu-taler/taler-wallet-core/src/operations/deposits";
 import type { ExchangeWithdrawDetails } from 
"@gnu-taler/taler-wallet-core/src/operations/withdraw";
-import { platform, MessageFromBackend } from "./platform/api";
+import { platform, MessageFromBackend } from "./platform/api.js";
 
 /**
  *

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