feat: support dnd to reorder relay sets
This commit is contained in:
parent
a7c4d1e450
commit
9bdee807ee
8 changed files with 163 additions and 46 deletions
1
src/types/index.d.ts
vendored
1
src/types/index.d.ts
vendored
|
|
@ -59,6 +59,7 @@ export type TWebMetadata = {
|
|||
|
||||
export type TRelaySet = {
|
||||
id: string
|
||||
aTag: string[]
|
||||
name: string
|
||||
relayUrls: string[]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue