Saul-Mirone
|
d111f8ac88
|
feat(editor): add WidgetViewExtension (#10180)
Closes: [BS-2282](https://linear.app/affine-design/issue/BS-2282/replace-widgetviewmapextension-with-widgetextension)
|
2025-02-14 11:00:01 +00:00 |
|
Saul-Mirone
|
9321ce94a7
|
refactor(editor): remove global types in config (#10143)
Closes: [BS-2554](https://linear.app/affine-design/issue/BS-2554/remove-global-types-in-block-config)
|
2025-02-13 04:35:35 +00:00 |
|
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 |
|
doouding
|
73b4437081
|
chore: dnd cleanup (#9899)
|
2025-01-27 04:29:14 +00:00 |
|
L-Sun
|
29995e498a
|
feat(editor): add start-with-ai button for empty doc (#9836)
Close [BS-2391](https://linear.app/affine-design/issue/BS-2391/bs-ai-toolbar-空状态下添加-actions-列表)
https://github.com/user-attachments/assets/cbded517-2d3d-4a75-b144-644e2b03f68a
|
2025-01-21 16:00:49 +00:00 |
|
EYHN
|
18ff7500c8
|
fix(core): fix menu not close when click outside (#9535)
|
2025-01-10 08:04:49 +00:00 |
|
L-Sun
|
440239809c
|
refactor(editor): refactor page note empty checker (#9570)
Close [BS-2320](https://linear.app/affine-design/issue/BS-2320/内容为空的状态判断)
|
2025-01-07 11:24:40 +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
|
ad422d2f05
|
refactor(editor): move crud to doc (#9479)
|
2025-01-02 07:27:08 +00:00 |
|
Saul-Mirone
|
b66a64bc9a
|
refactor(editor): use spec builder (#9424)
|
2024-12-30 08:42:58 +00:00 |
|
Saul-Mirone
|
e3b6841944
|
refactor(editor): reorg block specs (#9421)
|
2024-12-30 05:59:25 +00:00 |
|
Saul-Mirone
|
cec4a4b2c0
|
refactor(editor): extract drag handle widget (#9415)
|
2024-12-29 06:51:48 +00:00 |
|
Saul-Mirone
|
b96a03b283
|
refactor(editor): remote selection widget (#9408)
|
2024-12-28 08:47:09 +00:00 |
|
Saul-Mirone
|
dc92d78895
|
refactor(editor): remove re-exports (#9406)
|
2024-12-28 06:51:41 +00:00 |
|
Saul-Mirone
|
b29cb5945a
|
refactor(editor): move file drop manager to components (#9264)
|
2024-12-24 02:20:03 +00:00 |
|
donteatfriedrice
|
a187f23452
|
chore: each block maintain its own adapter extension (#9224)
|
2024-12-23 07:54:59 +00:00 |
|
Mirone
|
30200ff86d
|
chore: merge blocksuite source code (#9213)
|
2024-12-20 15:38:06 +08:00 |
|