mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 17:56:25 +02:00
feat(frontend): two-phase cloning with loading state
This commit is contained in:
parent
0c8d1f3fef
commit
9a4da10b12
5 changed files with 85 additions and 13 deletions
|
|
@ -26,6 +26,7 @@ export interface ThreadRecord {
|
|||
has_comments?: boolean;
|
||||
public_share_enabled?: boolean;
|
||||
public_share_token?: string | null;
|
||||
clone_pending?: boolean;
|
||||
}
|
||||
|
||||
export interface MessageRecord {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue