From 2b76e32d5714fc410085b5a5ab5c1f4333190fe6 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 7 Mar 2024 09:34:06 -0300 Subject: time component --- packages/aml-backoffice-ui/src/Dashboard.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'packages/aml-backoffice-ui/src') diff --git a/packages/aml-backoffice-ui/src/Dashboard.tsx b/packages/aml-backoffice-ui/src/Dashboard.tsx index 0fcea3ee9..3951b48c7 100644 --- a/packages/aml-backoffice-ui/src/Dashboard.tsx +++ b/packages/aml-backoffice-ui/src/Dashboard.tsx @@ -1,5 +1,5 @@ import { TranslatedString } from "@gnu-taler/taler-util"; -import { Footer, GlobalNotificationsBanner, Header, notifyError, notifyException, useTranslationContext } from "@gnu-taler/web-util/browser"; +import { Footer, ToastBanner, Header, notifyError, notifyException, useTranslationContext } from "@gnu-taler/web-util/browser"; import { ComponentChildren, Fragment, VNode, h } from "preact"; import { useEffect, useErrorBoundary } from "preact/hooks"; import { useOfficer } from "./hooks/useOfficer.js"; @@ -151,7 +151,11 @@ export function ExchangeAmlFrame({ - +
+
+ +
+
{officer.state !== "ready" ? undefined : -- cgit v1.2.3