diff --git a/package.json b/package.json
index a2e59da10c..99bfae97b9 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,6 @@
"prepare": "husky install"
},
"dependencies": {
- "@bitcoin-design/bitcoin-icons-react": "^0.1.10",
"@bitcoinerlab/secp256k1": "^1.1.1",
"@getalby/sdk": "^3.4.0",
"@headlessui/react": "^1.7.18",
diff --git a/src/app/components/AccountDetailLayout/index.tsx b/src/app/components/AccountDetailLayout/index.tsx
index 3d4e62e93f..39a6604c0d 100644
--- a/src/app/components/AccountDetailLayout/index.tsx
+++ b/src/app/components/AccountDetailLayout/index.tsx
@@ -1,6 +1,6 @@
-import { CaretLeftIcon } from "@bitcoin-design/bitcoin-icons-react/filled";
import Header from "@components/Header";
import IconButton from "@components/IconButton";
+import { PopiconsChevronLeftLine } from "@popicons/react";
import { useTranslation } from "react-i18next";
import { Outlet, useMatch, useNavigate, useParams } from "react-router-dom";
import Avatar from "~/app/components/Avatar";
@@ -31,7 +31,7 @@ function AccountDetailLayout() {
headerLeft={
@@ -110,7 +109,7 @@ function AccountMenu({ showOptions = true }: Props) { balancesDecorated.accountBalance )}
- + {accountLoading ? ({tCommon("enable.allow")}
{tCommon("enable.request1")}
{t("request2")}
{tCommon("enable.allow")}
{tCommon("enable.request1")}
{t("request2")}
{tCommon("enable.allow")}
{t("request1")}
{t("request2")}
{tCommon("enable.allow")}
{tCommon("enable.request1")}
{t("request2")}
{tCommon("enable.allow")}
{tCommon("enable.request1")}
{t("request2")}
{t("request1")}
{t("request2")}
{t("request3")}
+
{account.connector}
{t("allow")}
{tPermissions("bitcoin.getaddress")}
diff --git a/src/app/screens/Home/AllowanceView/index.tsx b/src/app/screens/Home/AllowanceView/index.tsx index 7f454498ae..fcdf64c161 100644 --- a/src/app/screens/Home/AllowanceView/index.tsx +++ b/src/app/screens/Home/AllowanceView/index.tsx @@ -1,4 +1,3 @@ -import { CaretLeftIcon } from "@bitcoin-design/bitcoin-icons-react/filled"; import Header from "@components/Header"; import IconButton from "@components/IconButton"; import Loading from "@components/Loading"; @@ -6,6 +5,7 @@ import Progressbar from "@components/Progressbar"; import PublisherCard from "@components/PublisherCard"; import SitePreferences from "@components/SitePreferences"; import TransactionsTable from "@components/TransactionsTable"; +import { PopiconsChevronLeftLine } from "@popicons/react"; import dayjs from "dayjs"; import relativeTime from "dayjs/plugin/relativeTime"; import { FC, useEffect, useState } from "react"; @@ -83,7 +83,7 @@ const AllowanceView: FC{t("allow")}
{tPermissions("liquid.getaddress")}
diff --git a/src/app/screens/Liquid/ConfirmSignPset.tsx b/src/app/screens/Liquid/ConfirmSignPset.tsx index 0e7c757011..1dd86ab63d 100644 --- a/src/app/screens/Liquid/ConfirmSignPset.tsx +++ b/src/app/screens/Liquid/ConfirmSignPset.tsx @@ -1,4 +1,3 @@ -import { InfoIcon } from "@bitcoin-design/bitcoin-icons-react/filled"; import ConfirmOrCancel from "@components/ConfirmOrCancel"; import Container from "@components/Container"; import PublisherCard from "@components/PublisherCard"; @@ -12,6 +11,7 @@ import Loading from "~/app/components/Loading"; import ScreenHeader from "~/app/components/ScreenHeader"; import toast from "~/app/components/Toast"; import { useNavigationState } from "~/app/hooks/useNavigationState"; +import PopiconsCircleInfoLine from "~/app/icons/popicons/CircleInfoLine"; import { USER_REJECTED_ERROR } from "~/common/constants"; import api from "~/common/lib/api"; import msg from "~/common/lib/msg"; @@ -113,7 +113,7 @@ function ConfirmSignPset() { target="_blank" >{t("allow", { host: origin.host })}
-
{t("allow")}
{tPermissions("nostr.getpublickey")}
diff --git a/src/app/screens/OnChainReceive/index.tsx b/src/app/screens/OnChainReceive/index.tsx index 6bb7fd4840..f6ba31b32a 100644 --- a/src/app/screens/OnChainReceive/index.tsx +++ b/src/app/screens/OnChainReceive/index.tsx @@ -1,5 +1,5 @@ -import { CaretLeftIcon } from "@bitcoin-design/bitcoin-icons-react/filled"; import Header from "@components/Header"; +import { PopiconsChevronLeftLine } from "@popicons/react"; import { Trans, useTranslation } from "react-i18next"; import { useNavigate } from "react-router-dom"; import Button from "~/app/components/Button"; @@ -20,7 +20,7 @@ export default function OnChainReceive() { onClick={() => { navigate(-1); }} - icon={