small updates
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
"@headlessui/react": "^1.7.16",
|
"@headlessui/react": "^1.7.16",
|
||||||
"@nostr-dev-kit/ndk": "^0.8.11",
|
"@nostr-dev-kit/ndk": "^0.8.11",
|
||||||
"@nostr-fetch/adapter-ndk": "^0.11.0",
|
"@nostr-fetch/adapter-ndk": "^0.11.0",
|
||||||
|
"@radix-ui/react-alert-dialog": "^1.0.4",
|
||||||
"@radix-ui/react-collapsible": "^1.0.3",
|
"@radix-ui/react-collapsible": "^1.0.3",
|
||||||
"@radix-ui/react-dialog": "^1.0.4",
|
"@radix-ui/react-dialog": "^1.0.4",
|
||||||
"@radix-ui/react-popover": "^1.0.6",
|
"@radix-ui/react-popover": "^1.0.6",
|
||||||
|
|||||||
29
pnpm-lock.yaml
generated
29
pnpm-lock.yaml
generated
@@ -13,6 +13,9 @@ dependencies:
|
|||||||
'@nostr-fetch/adapter-ndk':
|
'@nostr-fetch/adapter-ndk':
|
||||||
specifier: ^0.11.0
|
specifier: ^0.11.0
|
||||||
version: 0.11.0(@nostr-dev-kit/ndk@0.8.11)(nostr-fetch@0.12.2)
|
version: 0.11.0(@nostr-dev-kit/ndk@0.8.11)(nostr-fetch@0.12.2)
|
||||||
|
'@radix-ui/react-alert-dialog':
|
||||||
|
specifier: ^1.0.4
|
||||||
|
version: 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0)
|
||||||
'@radix-ui/react-collapsible':
|
'@radix-ui/react-collapsible':
|
||||||
specifier: ^1.0.3
|
specifier: ^1.0.3
|
||||||
version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0)
|
version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0)
|
||||||
@@ -1068,6 +1071,32 @@ packages:
|
|||||||
'@babel/runtime': 7.22.10
|
'@babel/runtime': 7.22.10
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
/@radix-ui/react-alert-dialog@1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0):
|
||||||
|
resolution: {integrity: sha512-jbfBCRlKYlhbitueOAv7z74PXYeIQmWpKwm3jllsdkw7fGWNkxqP3v0nY9WmOzcPqpQuoorNtvViBgL46n5gVg==}
|
||||||
|
peerDependencies:
|
||||||
|
'@types/react': '*'
|
||||||
|
'@types/react-dom': '*'
|
||||||
|
react: ^16.8 || ^17.0 || ^18.0
|
||||||
|
react-dom: ^16.8 || ^17.0 || ^18.0
|
||||||
|
peerDependenciesMeta:
|
||||||
|
'@types/react':
|
||||||
|
optional: true
|
||||||
|
'@types/react-dom':
|
||||||
|
optional: true
|
||||||
|
dependencies:
|
||||||
|
'@babel/runtime': 7.22.10
|
||||||
|
'@radix-ui/primitive': 1.0.1
|
||||||
|
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.20)(react@18.2.0)
|
||||||
|
'@radix-ui/react-context': 1.0.1(@types/react@18.2.20)(react@18.2.0)
|
||||||
|
'@radix-ui/react-dialog': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0)
|
||||||
|
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0)
|
||||||
|
'@radix-ui/react-slot': 1.0.2(@types/react@18.2.20)(react@18.2.0)
|
||||||
|
'@types/react': 18.2.20
|
||||||
|
'@types/react-dom': 18.2.7
|
||||||
|
react: 18.2.0
|
||||||
|
react-dom: 18.2.0(react@18.2.0)
|
||||||
|
dev: false
|
||||||
|
|
||||||
/@radix-ui/react-arrow@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0):
|
/@radix-ui/react-arrow@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0):
|
||||||
resolution: {integrity: sha512-wSP+pHsB/jQRaL6voubsQ/ZlrGBHHrOjmBnr19hxYgtS0WvAFwZhK2WP/YY5yF9uKECCEEDGxuLxq1NBK51wFA==}
|
resolution: {integrity: sha512-wSP+pHsB/jQRaL6voubsQ/ZlrGBHHrOjmBnr19hxYgtS0WvAFwZhK2WP/YY5yF9uKECCEEDGxuLxq1NBK51wFA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
import { Combobox } from '@headlessui/react';
|
import { Combobox } from '@headlessui/react';
|
||||||
import * as Dialog from '@radix-ui/react-dialog';
|
import * as Dialog from '@radix-ui/react-dialog';
|
||||||
import { useMutation, useQueryClient } from '@tanstack/react-query';
|
|
||||||
import { nip19 } from 'nostr-tools';
|
import { nip19 } from 'nostr-tools';
|
||||||
import { useState } from 'react';
|
import { useState } from 'react';
|
||||||
import { useForm } from 'react-hook-form';
|
import { useForm } from 'react-hook-form';
|
||||||
@@ -8,18 +7,15 @@ import { useHotkeys } from 'react-hotkeys-hook';
|
|||||||
|
|
||||||
import { User } from '@app/auth/components/user';
|
import { User } from '@app/auth/components/user';
|
||||||
|
|
||||||
import { createWidget } from '@libs/storage';
|
|
||||||
|
|
||||||
import { CancelIcon, CheckCircleIcon, CommandIcon, LoaderIcon } from '@shared/icons';
|
import { CancelIcon, CheckCircleIcon, CommandIcon, LoaderIcon } from '@shared/icons';
|
||||||
|
|
||||||
import { BLOCK_KINDS, DEFAULT_AVATAR } from '@stores/constants';
|
import { BLOCK_KINDS, DEFAULT_AVATAR } from '@stores/constants';
|
||||||
import { ADD_FEEDBLOCK_SHORTCUT } from '@stores/shortcuts';
|
import { ADD_FEEDBLOCK_SHORTCUT } from '@stores/shortcuts';
|
||||||
|
import { useWidgets } from '@stores/widgets';
|
||||||
|
|
||||||
import { useAccount } from '@utils/hooks/useAccount';
|
import { useAccount } from '@utils/hooks/useAccount';
|
||||||
|
|
||||||
export function FeedModal() {
|
export function FeedModal() {
|
||||||
const queryClient = useQueryClient();
|
|
||||||
|
|
||||||
const [open, setOpen] = useState(false);
|
const [open, setOpen] = useState(false);
|
||||||
const [loading, setLoading] = useState(false);
|
const [loading, setLoading] = useState(false);
|
||||||
const [selected, setSelected] = useState([]);
|
const [selected, setSelected] = useState([]);
|
||||||
@@ -27,16 +23,9 @@ export function FeedModal() {
|
|||||||
|
|
||||||
const { status, account } = useAccount();
|
const { status, account } = useAccount();
|
||||||
|
|
||||||
useHotkeys(ADD_FEEDBLOCK_SHORTCUT, () => setOpen(true));
|
const setWidget = useWidgets((state) => state.setWidget);
|
||||||
|
|
||||||
const block = useMutation({
|
useHotkeys(ADD_FEEDBLOCK_SHORTCUT, () => setOpen(true));
|
||||||
mutationFn: (data: { kind: number; title: string; content: string }) => {
|
|
||||||
return createWidget(data.kind, data.title, data.content);
|
|
||||||
},
|
|
||||||
onSuccess: () => {
|
|
||||||
queryClient.invalidateQueries({ queryKey: ['blocks'] });
|
|
||||||
},
|
|
||||||
});
|
|
||||||
|
|
||||||
const {
|
const {
|
||||||
register,
|
register,
|
||||||
@@ -55,7 +44,7 @@ export function FeedModal() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// insert to database
|
// insert to database
|
||||||
block.mutate({
|
setWidget({
|
||||||
kind: BLOCK_KINDS.feed,
|
kind: BLOCK_KINDS.feed,
|
||||||
title: data.title,
|
title: data.title,
|
||||||
content: JSON.stringify(selected),
|
content: JSON.stringify(selected),
|
||||||
@@ -83,7 +72,7 @@ export function FeedModal() {
|
|||||||
<span className="text-sm leading-none text-white">F</span>
|
<span className="text-sm leading-none text-white">F</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 className="font-medium text-white/50">New feed block</h5>
|
<h5 className="font-medium text-white/50">Add newsfeed widget</h5>
|
||||||
</button>
|
</button>
|
||||||
</Dialog.Trigger>
|
</Dialog.Trigger>
|
||||||
<Dialog.Portal className="relative z-10">
|
<Dialog.Portal className="relative z-10">
|
||||||
|
|||||||
@@ -1,22 +1,20 @@
|
|||||||
import * as Dialog from '@radix-ui/react-dialog';
|
import * as Dialog from '@radix-ui/react-dialog';
|
||||||
import { useMutation, useQueryClient } from '@tanstack/react-query';
|
|
||||||
import { useState } from 'react';
|
import { useState } from 'react';
|
||||||
import { useForm } from 'react-hook-form';
|
import { useForm } from 'react-hook-form';
|
||||||
import { useHotkeys } from 'react-hotkeys-hook';
|
import { useHotkeys } from 'react-hotkeys-hook';
|
||||||
|
|
||||||
import { createWidget } from '@libs/storage';
|
|
||||||
|
|
||||||
import { CancelIcon, CommandIcon, LoaderIcon } from '@shared/icons';
|
import { CancelIcon, CommandIcon, LoaderIcon } from '@shared/icons';
|
||||||
|
|
||||||
import { BLOCK_KINDS } from '@stores/constants';
|
import { BLOCK_KINDS } from '@stores/constants';
|
||||||
import { ADD_HASHTAGBLOCK_SHORTCUT } from '@stores/shortcuts';
|
import { ADD_HASHTAGBLOCK_SHORTCUT } from '@stores/shortcuts';
|
||||||
|
import { useWidgets } from '@stores/widgets';
|
||||||
|
|
||||||
export function HashtagModal() {
|
export function HashtagModal() {
|
||||||
const queryClient = useQueryClient();
|
|
||||||
|
|
||||||
const [loading, setLoading] = useState(false);
|
const [loading, setLoading] = useState(false);
|
||||||
const [open, setOpen] = useState(false);
|
const [open, setOpen] = useState(false);
|
||||||
|
|
||||||
|
const setWidget = useWidgets((state) => state.setWidget);
|
||||||
|
|
||||||
useHotkeys(ADD_HASHTAGBLOCK_SHORTCUT, () => setOpen(false));
|
useHotkeys(ADD_HASHTAGBLOCK_SHORTCUT, () => setOpen(false));
|
||||||
|
|
||||||
const {
|
const {
|
||||||
@@ -26,20 +24,11 @@ export function HashtagModal() {
|
|||||||
formState: { isDirty, isValid },
|
formState: { isDirty, isValid },
|
||||||
} = useForm();
|
} = useForm();
|
||||||
|
|
||||||
const block = useMutation({
|
|
||||||
mutationFn: (data: { kind: number; title: string; content: string }) => {
|
|
||||||
return createWidget(data.kind, data.title, data.content);
|
|
||||||
},
|
|
||||||
onSuccess: () => {
|
|
||||||
queryClient.invalidateQueries({ queryKey: ['blocks'] });
|
|
||||||
},
|
|
||||||
});
|
|
||||||
|
|
||||||
const onSubmit = async (data: { hashtag: string }) => {
|
const onSubmit = async (data: { hashtag: string }) => {
|
||||||
setLoading(true);
|
setLoading(true);
|
||||||
|
|
||||||
// mutate
|
// mutate
|
||||||
block.mutate({
|
setWidget({
|
||||||
kind: BLOCK_KINDS.hashtag,
|
kind: BLOCK_KINDS.hashtag,
|
||||||
title: data.hashtag,
|
title: data.hashtag,
|
||||||
content: data.hashtag.replace('#', ''),
|
content: data.hashtag.replace('#', ''),
|
||||||
@@ -67,7 +56,7 @@ export function HashtagModal() {
|
|||||||
<span className="text-sm leading-none text-white">T</span>
|
<span className="text-sm leading-none text-white">T</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 className="font-medium text-white/50">New hashtag block</h5>
|
<h5 className="font-medium text-white/50">Add hashtag widget</h5>
|
||||||
</button>
|
</button>
|
||||||
</Dialog.Trigger>
|
</Dialog.Trigger>
|
||||||
<Dialog.Portal className="relative z-10">
|
<Dialog.Portal className="relative z-10">
|
||||||
|
|||||||
@@ -1,32 +1,25 @@
|
|||||||
import * as Dialog from '@radix-ui/react-dialog';
|
import * as Dialog from '@radix-ui/react-dialog';
|
||||||
import { useMutation, useQueryClient } from '@tanstack/react-query';
|
import { useEffect, useState } from 'react';
|
||||||
import { useEffect, useRef, useState } from 'react';
|
|
||||||
import { useForm } from 'react-hook-form';
|
import { useForm } from 'react-hook-form';
|
||||||
import { useHotkeys } from 'react-hotkeys-hook';
|
import { useHotkeys } from 'react-hotkeys-hook';
|
||||||
|
|
||||||
import { createWidget } from '@libs/storage';
|
|
||||||
|
|
||||||
import { CancelIcon, CommandIcon, LoaderIcon } from '@shared/icons';
|
import { CancelIcon, CommandIcon, LoaderIcon } from '@shared/icons';
|
||||||
import { Image } from '@shared/image';
|
import { Image } from '@shared/image';
|
||||||
|
|
||||||
import { BLOCK_KINDS, DEFAULT_AVATAR } from '@stores/constants';
|
import { BLOCK_KINDS, DEFAULT_AVATAR } from '@stores/constants';
|
||||||
import { ADD_IMAGEBLOCK_SHORTCUT } from '@stores/shortcuts';
|
import { ADD_IMAGEBLOCK_SHORTCUT } from '@stores/shortcuts';
|
||||||
|
import { useWidgets } from '@stores/widgets';
|
||||||
|
|
||||||
import { useNostr } from '@utils/hooks/useNostr';
|
|
||||||
import { useImageUploader } from '@utils/hooks/useUploader';
|
import { useImageUploader } from '@utils/hooks/useUploader';
|
||||||
|
|
||||||
export function ImageModal() {
|
export function ImageModal() {
|
||||||
const queryClient = useQueryClient();
|
|
||||||
const upload = useImageUploader();
|
const upload = useImageUploader();
|
||||||
|
const setWidget = useWidgets((state) => state.setWidget);
|
||||||
const { publish } = useNostr();
|
|
||||||
|
|
||||||
const [open, setOpen] = useState(false);
|
const [open, setOpen] = useState(false);
|
||||||
const [loading, setLoading] = useState(false);
|
const [loading, setLoading] = useState(false);
|
||||||
const [image, setImage] = useState('');
|
const [image, setImage] = useState('');
|
||||||
|
|
||||||
const tags = useRef(null);
|
|
||||||
|
|
||||||
useHotkeys(ADD_IMAGEBLOCK_SHORTCUT, () => setOpen(false));
|
useHotkeys(ADD_IMAGEBLOCK_SHORTCUT, () => setOpen(false));
|
||||||
|
|
||||||
const {
|
const {
|
||||||
@@ -37,17 +30,8 @@ export function ImageModal() {
|
|||||||
formState: { isDirty, isValid },
|
formState: { isDirty, isValid },
|
||||||
} = useForm();
|
} = useForm();
|
||||||
|
|
||||||
const block = useMutation({
|
|
||||||
mutationFn: (data: { kind: number; title: string; content: string }) => {
|
|
||||||
return createWidget(data.kind, data.title, data.content);
|
|
||||||
},
|
|
||||||
onSuccess: () => {
|
|
||||||
queryClient.invalidateQueries({ queryKey: ['blocks'] });
|
|
||||||
},
|
|
||||||
});
|
|
||||||
|
|
||||||
const uploadImage = async () => {
|
const uploadImage = async () => {
|
||||||
const image = await upload(null);
|
const image = await upload(null, true);
|
||||||
if (image.url) {
|
if (image.url) {
|
||||||
setImage(image.url);
|
setImage(image.url);
|
||||||
}
|
}
|
||||||
@@ -56,11 +40,8 @@ export function ImageModal() {
|
|||||||
const onSubmit = async (data: { kind: number; title: string; content: string }) => {
|
const onSubmit = async (data: { kind: number; title: string; content: string }) => {
|
||||||
setLoading(true);
|
setLoading(true);
|
||||||
|
|
||||||
// publish file metedata
|
|
||||||
await publish({ content: data.title, kind: 1063, tags: tags.current });
|
|
||||||
|
|
||||||
// mutate
|
// mutate
|
||||||
block.mutate({ kind: BLOCK_KINDS.image, title: data.title, content: data.content });
|
setWidget({ kind: BLOCK_KINDS.image, title: data.title, content: data.content });
|
||||||
|
|
||||||
setLoading(false);
|
setLoading(false);
|
||||||
// reset form
|
// reset form
|
||||||
@@ -88,7 +69,7 @@ export function ImageModal() {
|
|||||||
<span className="text-sm leading-none text-white">I</span>
|
<span className="text-sm leading-none text-white">I</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 className="font-medium text-white/50">New image block</h5>
|
<h5 className="font-medium text-white/50">Add image widget</h5>
|
||||||
</button>
|
</button>
|
||||||
</Dialog.Trigger>
|
</Dialog.Trigger>
|
||||||
<Dialog.Portal className="relative z-10">
|
<Dialog.Portal className="relative z-10">
|
||||||
|
|||||||
@@ -14,7 +14,8 @@ export function SplashScreen() {
|
|||||||
const { status, account } = useAccount();
|
const { status, account } = useAccount();
|
||||||
const { fetchChats, fetchNotes } = useNostr();
|
const { fetchChats, fetchNotes } = useNostr();
|
||||||
|
|
||||||
const [loading, setLoading] = useState(true);
|
const [loading, setLoading] = useState<boolean>(true);
|
||||||
|
const [error, setError] = useState<null | string>(null);
|
||||||
|
|
||||||
const skip = async () => {
|
const skip = async () => {
|
||||||
await invoke('close_splashscreen');
|
await invoke('close_splashscreen');
|
||||||
@@ -34,6 +35,7 @@ export function SplashScreen() {
|
|||||||
invoke('close_splashscreen');
|
invoke('close_splashscreen');
|
||||||
} else {
|
} else {
|
||||||
setLoading(false);
|
setLoading(false);
|
||||||
|
setError(notes.message || chats.message);
|
||||||
console.log('fetch notes failed, error: ', notes.message);
|
console.log('fetch notes failed, error: ', notes.message);
|
||||||
console.log('fetch chats failed, error: ', chats.message);
|
console.log('fetch chats failed, error: ', chats.message);
|
||||||
}
|
}
|
||||||
@@ -72,9 +74,7 @@ export function SplashScreen() {
|
|||||||
<h3 className="text-lg font-semibold leading-none text-white">
|
<h3 className="text-lg font-semibold leading-none text-white">
|
||||||
Something wrong!
|
Something wrong!
|
||||||
</h3>
|
</h3>
|
||||||
<p className="text-sm text-white/50">
|
<p className="text-sm text-white/50">{error}</p>
|
||||||
Connect process failed, click skip to continue.
|
|
||||||
</p>
|
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
onClick={skip}
|
onClick={skip}
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
|
import * as AlertDialog from '@radix-ui/react-alert-dialog';
|
||||||
import * as Tooltip from '@radix-ui/react-tooltip';
|
import * as Tooltip from '@radix-ui/react-tooltip';
|
||||||
|
import { useState } from 'react';
|
||||||
|
|
||||||
import { RepostIcon } from '@shared/icons';
|
import { RepostIcon } from '@shared/icons';
|
||||||
|
|
||||||
@@ -6,32 +8,71 @@ import { useNostr } from '@utils/hooks/useNostr';
|
|||||||
|
|
||||||
export function NoteRepost({ id, pubkey }: { id: string; pubkey: string }) {
|
export function NoteRepost({ id, pubkey }: { id: string; pubkey: string }) {
|
||||||
const { publish } = useNostr();
|
const { publish } = useNostr();
|
||||||
|
const [open, setOpen] = useState(false);
|
||||||
|
|
||||||
const submit = async () => {
|
const submit = async () => {
|
||||||
const tags = [
|
const tags = [
|
||||||
['e', id, 'wss://relayable.org', 'root'],
|
['e', id, 'wss://relayable.org', 'root'],
|
||||||
['p', pubkey],
|
['p', pubkey],
|
||||||
];
|
];
|
||||||
await publish({ content: '', kind: 6, tags: tags });
|
const event = await publish({ content: '', kind: 6, tags: tags });
|
||||||
|
if (event) {
|
||||||
|
setOpen(false);
|
||||||
|
} else {
|
||||||
|
console.log('failed reposting');
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
<AlertDialog.Root open={open} onOpenChange={setOpen}>
|
||||||
<Tooltip.Root delayDuration={150}>
|
<Tooltip.Root delayDuration={150}>
|
||||||
<Tooltip.Trigger asChild>
|
<Tooltip.Trigger asChild>
|
||||||
|
<AlertDialog.Trigger asChild>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
onClick={() => submit()}
|
|
||||||
className="group inline-flex h-7 w-7 items-center justify-center"
|
className="group inline-flex h-7 w-7 items-center justify-center"
|
||||||
>
|
>
|
||||||
<RepostIcon className="h-5 w-5 text-white group-hover:text-blue-400" />
|
<RepostIcon className="h-5 w-5 text-white group-hover:text-blue-400" />
|
||||||
</button>
|
</button>
|
||||||
|
</AlertDialog.Trigger>
|
||||||
</Tooltip.Trigger>
|
</Tooltip.Trigger>
|
||||||
<Tooltip.Portal>
|
<Tooltip.Portal>
|
||||||
<Tooltip.Content className="-left-10 select-none rounded-md bg-black px-3.5 py-1.5 text-sm leading-none text-white will-change-[transform,opacity] data-[state=delayed-open]:data-[side=bottom]:animate-slideUpAndFade data-[state=delayed-open]:data-[side=left]:animate-slideRightAndFade data-[state=delayed-open]:data-[side=right]:animate-slideLeftAndFade data-[state=delayed-open]:data-[side=top]:animate-slideDownAndFade">
|
<Tooltip.Content className="-left-10 select-none rounded-md bg-black px-3.5 py-1.5 text-sm leading-none text-white will-change-[transform,opacity] data-[state=delayed-open]:data-[side=bottom]:animate-slideUpAndFade data-[state=delayed-open]:data-[side=left]:animate-slideRightAndFade data-[state=delayed-open]:data-[side=right]:animate-slideLeftAndFade data-[state=delayed-open]:data-[side=top]:animate-slideDownAndFade">
|
||||||
Repost
|
Repostr
|
||||||
<Tooltip.Arrow className="fill-black" />
|
<Tooltip.Arrow className="fill-black" />
|
||||||
</Tooltip.Content>
|
</Tooltip.Content>
|
||||||
</Tooltip.Portal>
|
</Tooltip.Portal>
|
||||||
</Tooltip.Root>
|
</Tooltip.Root>
|
||||||
|
<AlertDialog.Portal className="relative z-10">
|
||||||
|
<AlertDialog.Overlay className="fixed inset-0 z-50 bg-black/80 backdrop-blur-xl" />
|
||||||
|
<AlertDialog.Content className="fixed inset-0 z-50 flex min-h-full items-center justify-center">
|
||||||
|
<div className="relative h-min w-full max-w-xl rounded-xl bg-white/10">
|
||||||
|
<div className="flex flex-col gap-2 border-b border-white/5 px-5 py-4">
|
||||||
|
<AlertDialog.Title className="text-lg font-semibold leading-none text-white">
|
||||||
|
Confirm repostr this postr?
|
||||||
|
</AlertDialog.Title>
|
||||||
|
<AlertDialog.Description className="text-sm leading-none text-white/50">
|
||||||
|
Repostred postr will be visible to your followers, and you cannot undo
|
||||||
|
this action.
|
||||||
|
</AlertDialog.Description>
|
||||||
|
</div>
|
||||||
|
<div className="flex justify-end gap-6 px-5 py-3">
|
||||||
|
<AlertDialog.Cancel asChild>
|
||||||
|
<button className="inline-flex h-11 items-center justify-center rounded-lg bg-white/10 px-4 font-medium leading-none text-white outline-none">
|
||||||
|
Cancel
|
||||||
|
</button>
|
||||||
|
</AlertDialog.Cancel>
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
onClick={() => submit()}
|
||||||
|
className="inline-flex h-11 items-center justify-center rounded-lg bg-fuchsia-500 px-4 font-medium leading-none text-white outline-none"
|
||||||
|
>
|
||||||
|
Yes, repostr
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</AlertDialog.Content>
|
||||||
|
</AlertDialog.Portal>
|
||||||
|
</AlertDialog.Root>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ export function NotiRepost({ event }: { event: NDKEvent }) {
|
|||||||
<div className="flex items-start justify-between">
|
<div className="flex items-start justify-between">
|
||||||
<div className="flex items-start gap-1">
|
<div className="flex items-start gap-1">
|
||||||
<NotiUser pubkey={event.pubkey} />
|
<NotiUser pubkey={event.pubkey} />
|
||||||
<p className="leading-none text-white/50">repost your postr</p>
|
<p className="leading-none text-white/50">repostr your postr</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<span className="leading-none text-white/50">{createdAt}</span>
|
<span className="leading-none text-white/50">{createdAt}</span>
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ export function User({
|
|||||||
<Popover.Root>
|
<Popover.Root>
|
||||||
<div
|
<div
|
||||||
className={twMerge(
|
className={twMerge(
|
||||||
'relative z-30 flex',
|
'relative z-10 flex',
|
||||||
size === 'small' ? 'items-center gap-2' : 'items-start gap-3'
|
size === 'small' ? 'items-center gap-2' : 'items-start gap-3'
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -149,7 +149,7 @@ export function useNostr() {
|
|||||||
|
|
||||||
return { status: 'ok' };
|
return { status: 'ok' };
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error('failed fetch incoming messages, error: ', e);
|
console.error('failed fetch messages, error: ', e);
|
||||||
return { status: 'failed', message: e };
|
return { status: 'failed', message: e };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user