diff --git a/src/apps/notes/index.tsx b/src/apps/notes/index.tsx index a7f2155..3d5d7a1 100644 --- a/src/apps/notes/index.tsx +++ b/src/apps/notes/index.tsx @@ -7,6 +7,7 @@ import { AppBody, AppLayout, AppToolbar, EmptyState } from '@/components/os/AppC import { AuthorLine } from '@/components/nostr/AuthorLine'; import { NoteContent } from '@/components/nostr/NoteContent'; import { NoteCard } from '@/components/nostr/NoteCard'; +import { ZapButton } from '@/components/nostr/ZapButton'; import { Composer } from '@/apps/feed/Composer'; import { DraftNote } from './Draft'; import { Button } from '@/components/ui/button'; @@ -121,7 +122,10 @@ export default function NotesApp({ params, setTitle, setParams }: AppProps) {
{absoluteTime(event.created_at)}
+{absoluteTime(event.created_at)}
++ Sign in to connect a wallet. +
+ ) : connection ? ( +Connected
++ {connection.pubkey.slice(0, 12)}… via {connection.relay.replace(/^wss:\/\//, '')} +
++ Paste a connection link from your wallet (e.g. Alby, Mutiny). It is stored only in this browser and used + solely to sign and send payment requests to your wallet's relay — never published or shared elsewhere. + Without a connected wallet, zapping still works: you'll pay each invoice manually. +
+