feat: support dnd to reorder relay sets

This commit is contained in:
codytseng
2025-08-17 18:04:08 +08:00
parent a7c4d1e450
commit 9bdee807ee
8 changed files with 163 additions and 46 deletions

View File

@@ -59,6 +59,7 @@ export type TWebMetadata = {
export type TRelaySet = {
id: string
aTag: string[]
name: string
relayUrls: string[]
}