feat: add preloading template

This commit is contained in:
Flrande
2023-06-07 17:31:54 +08:00
committed by himself65
parent ead106b940
commit e6cd2ace7d
67 changed files with 6732 additions and 385 deletions
@@ -3,7 +3,7 @@
*/
import 'fake-indexeddb/auto';
import { initPage } from '@affine/env/blocksuite';
import { initEmptyPage } from '@affine/env/blocksuite';
import { __unstableSchemas, AffineSchemas } from '@blocksuite/blocks/models';
import { assertExists, uuidv4, Workspace } from '@blocksuite/store';
import { openDB } from 'idb';
@@ -375,7 +375,7 @@ describe('milestone', () => {
describe('utils', () => {
test('download binary', async () => {
const page = workspace.createPage('page0');
initPage(page);
initEmptyPage(page);
const provider = createIndexedDBProvider(
workspace.id,
workspace.doc,