Saul-Mirone
|
39eb8625d6
|
refactor(editor): remove block models global type (#10086)
|
2025-02-11 11:00:57 +00:00 |
|
Saul-Mirone
|
652865c7cf
|
refactor(editor): remove global types in model (#10082)
Closes: [BS-2249](https://linear.app/affine-design/issue/BS-2249/remove-global-types-in-model)
```ts
// before
matchFlavours(model, ['affine:page']);
// after
matchFlavours(model, [PageBlockModel]);
```
|
2025-02-11 08:18:57 +00:00 |
|
Saul-Mirone
|
17bf75e843
|
refactor(editor): remove dependency of command global types (#9903)
Closes: [BS-2216](https://linear.app/affine-design/issue/BS-2216/remove-global-types-in-command)
|
2025-01-27 12:28:46 +00:00 |
|
Saul-Mirone
|
126ab18967
|
feat(editor): selection as store extension (#9605)
|
2025-01-09 11:49:23 +00:00 |
|
Saul-Mirone
|
d21ef47ae8
|
chore(editor): rename std.doc to std.store (#9596)
|
2025-01-09 04:16:28 +00:00 |
|
Saul-Mirone
|
5842d45ab1
|
feat(editor): merge store and blocks (#9591)
|
2025-01-08 13:01:19 +00:00 |
|
Saul-Mirone
|
f778d1a28a
|
refactor(editor): move extension to store (#9552)
|
2025-01-06 15:15:14 +00:00 |
|
Saul-Mirone
|
fc863e484c
|
refactor(editor): remove selection global types (#9532)
Closes: [BS-2217](https://linear.app/affine-design/issue/BS-2217/remove-global-types-in-selection)
|
2025-01-06 03:45:11 +00:00 |
|
Saul-Mirone
|
4457cb7266
|
refactor(editor): rename doc to blocks (#9510)
|
2025-01-03 12:49:33 +00:00 |
|
Flrande
|
4fee0e2eb3
|
fix(editor): should delete collapsed siblings when delete heading (#9376)
|
2024-12-30 08:12:04 +00:00 |
|
Saul-Mirone
|
7c84545647
|
refactor(editor): cleanup dead code (#9300)
|
2024-12-25 07:48:00 +00:00 |
|
Saul-Mirone
|
f5dea2a990
|
refactor(editor): remove legacy dnd config (#9291)
|
2024-12-24 13:59:36 +00:00 |
|
donteatfriedrice
|
a187f23452
|
chore: each block maintain its own adapter extension (#9224)
|
2024-12-23 07:54:59 +00:00 |
|
Saul-Mirone
|
3a82da0e5b
|
chore: fix eslint in blocksuite (#9232)
|
2024-12-20 16:48:10 +00:00 |
|
Mirone
|
30200ff86d
|
chore: merge blocksuite source code (#9213)
|
2024-12-20 15:38:06 +08:00 |
|