feat: wallet connection flow

This commit is contained in:
2024-01-03 16:46:18 +00:00
parent 0cc0a47501
commit 4d9226b3b6
8 changed files with 253 additions and 64 deletions

View File

@ -191,8 +191,8 @@ export default function WalletPage(props: { showHistory: boolean }) {
defaultMessage="<big>{amount}</big> <small>sats</small>"
id="E5ZIPD"
values={{
big: c => <span className="text-3xl font-bold">{c}</span>,
small: c => <span className="text-secondary">{c}</span>,
big: c => <span className="text-5xl font-bold">{c}</span>,
small: c => <span className="text-secondary text-sm">{c}</span>,
amount: <FormattedNumber value={balance ?? 0} />,
}}
/>