mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-01 14:19:40 +08:00
chore: merge blocksuite source code (#9213)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
export enum DocEngineStep {
|
||||
Stopped = 0,
|
||||
Synced = 2,
|
||||
Syncing = 1,
|
||||
}
|
||||
|
||||
export enum DocPeerStep {
|
||||
Loaded = 4.5,
|
||||
LoadingRootDoc = 2,
|
||||
LoadingSubDoc = 3,
|
||||
Retrying = 1,
|
||||
Stopped = 0,
|
||||
Synced = 6,
|
||||
Syncing = 5,
|
||||
}
|
||||
Reference in New Issue
Block a user