feat: Multi Accounts (#237)
* wip: new sync * wip: restructure routes * update * feat: improve sync * feat: repost with multi-account * feat: improve sync * feat: publish with multi account * fix: settings screen * feat: add zap for multi accounts
This commit is contained in:
+2
-10
@@ -50,21 +50,13 @@ export interface Metadata {
|
||||
lud16?: string;
|
||||
}
|
||||
|
||||
export interface ColumnRouteSearch {
|
||||
account?: string;
|
||||
label?: string;
|
||||
name?: string;
|
||||
redirect?: string;
|
||||
}
|
||||
|
||||
export interface LumeColumn {
|
||||
label: string;
|
||||
name: string;
|
||||
description?: string;
|
||||
url: string;
|
||||
picture?: string;
|
||||
description?: string;
|
||||
default?: boolean;
|
||||
official?: boolean;
|
||||
account?: string;
|
||||
}
|
||||
|
||||
export interface ColumnEvent {
|
||||
|
||||
Reference in New Issue
Block a user