gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated (e13e88db -> 24b71107)


From: gnunet
Subject: [taler-wallet-core] branch master updated (e13e88db -> 24b71107)
Date: Mon, 28 Mar 2022 20:26:57 +0200

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

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

 discard e13e88db gitignore

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/master (24b71107)
            \
             O -- O -- O   (e13e88db)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .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, 8 insertions(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore
index c51d31ab..fce6dacf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,6 +33,3 @@ 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 2176ee7b..680c34a9 100644
--- a/packages/taler-wallet-webextension/src/NavigationBar.tsx
+++ b/packages/taler-wallet-webextension/src/NavigationBar.tsx
@@ -77,7 +77,11 @@ export function PopupNavBar({ path = "" }: { path?: string 
}): VNode {
       </a>
       <a />
       <a href="/settings">
-        Settings
+        <SvgIcon
+          title={i18n.str`Settings`}
+          dangerouslySetInnerHTML={{ __html: settingsIcon }}
+          color="white"
+        />
       </a>
     </NavigationHeader>
   );
diff --git a/packages/taler-wallet-webextension/src/components/LogoHeader.tsx 
b/packages/taler-wallet-webextension/src/components/LogoHeader.tsx
index 25cd82a0..57322161 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 b2d484d4..01db2fd9 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 type { DepositFee } from 
"@gnu-taler/taler-wallet-core/src/operations/deposits";
+import { 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.js";
+import { platform, MessageFromBackend } from "./platform/api";
 
 /**
  *

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