From 4e7967dbace6734ac364c30a9dc691c1014bea45 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 13 Jun 2023 16:46:31 -0300 Subject: showing off information about operation plan --- .../taler-wallet-webextension/src/pwa/index.html | 28 ++++--- .../src/wallet/DestinationSelection/index.ts | 8 +- .../src/wallet/DestinationSelection/state.ts | 90 ++++++++++++++++++++-- .../src/wallet/DestinationSelection/views.tsx | 16 +++- .../src/wallet/ExchangeAddPage.tsx | 29 +++++-- 5 files changed, 144 insertions(+), 27 deletions(-) (limited to 'packages') diff --git a/packages/taler-wallet-webextension/src/pwa/index.html b/packages/taler-wallet-webextension/src/pwa/index.html index 4ffbe5205..c150ee68d 100644 --- a/packages/taler-wallet-webextension/src/pwa/index.html +++ b/packages/taler-wallet-webextension/src/pwa/index.html @@ -23,7 +23,6 @@ function openPopup() { document.getElementById("popup-overlay").style.display = "flex"; window.frames["popup"].location = "popup.html"; - window.frames["popup"]; } function closePopup() { document.getElementById("popup-overlay").style.display = "none"; @@ -37,6 +36,9 @@ function closeWallet() { redirectWallet("about:blank"); } + function reloadWallet() { + window.frames["wallet"].location.reload() + } function openPage() { window.frames["other"].location = document.getElementById("page-url").value; @@ -44,15 +46,19 @@ +
-
-