Saul-Mirone
|
6b78d2dcf2
|
refactor(editor): reduce getService (#10100)
|
2025-02-11 12:26:02 +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 |
|
pengx17
|
4c665594d6
|
fix(editor): ref on click slots should not be global (#9830)
fix AF-2129
|
2025-01-22 05:20:55 +00:00 |
|
fundon
|
7436c139ab
|
fix(core): improve doc title and icon display (#9755)
Closes: [AF-2132](https://linear.app/affine-design/issue/AF-2132/优化-emoji-title-和-icon-显示)
|
2025-01-18 17:29:15 +08:00 |
|
donteatfriedrice
|
5c4e87ddb5
|
feat(editor): support text highlight html adapter (#9632)
[BS-2061](https://linear.app/affine-design/issue/BS-2061/html-adapter-支持-text-highlight-样式)
|
2025-01-13 02:20:58 +00:00 |
|
pengx17
|
f78857bb11
|
feat(editor): add more open doc options to editor toolbar (#9588)
fix AF-2036, AF-2092
|
2025-01-09 08:04:21 +00:00 |
|
Saul-Mirone
|
3683297ccf
|
feat(editor): add feature flag service (#9592)
|
2025-01-08 15:46:31 +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
|
c773982ced
|
refactor(editor): rename store api (#9518)
|
2025-01-04 12:51:56 +00:00 |
|
Saul-Mirone
|
dcf4993265
|
refactor(core): move block collection to affine and implement as doc (#9514)
|
2025-01-04 06:28:55 +00:00 |
|
Saul-Mirone
|
897c7d4284
|
refactor(editor): should not rely on doc collection type (#9501)
|
2025-01-03 06:30:27 +00:00 |
|
Saul-Mirone
|
8b6c81f76d
|
refactor(editor): reduce dependency to doc collection (#9492)
|
2025-01-03 01:59:25 +00:00 |
|
Saul-Mirone
|
cbfe38b189
|
refactor(editor): add middlewares in shared adapter (#9395)
|
2024-12-27 12:32:44 +00:00 |
|
Saul-Mirone
|
1fbb462389
|
fix(editor): move insert link command to bookmark to remove ts ignore (#9370)
|
2024-12-27 09:09:29 +00:00 |
|
donteatfriedrice
|
835e7c434e
|
fix(editor): throttle render linked doc card when blockUpdated (#9361)
[BS-2223](https://linear.app/affine-design/issue/BS-2223/性能问题:linked-doc-card-view加载西藏的文档,app-直接挂了)
|
2024-12-27 07:24:56 +00:00 |
|
Saul-Mirone
|
2b27d62b0e
|
refactor(editor): cleanup ts-expect-error (#9369)
|
2024-12-27 05:14:23 +00:00 |
|
Mirone
|
37747369bc
|
fix(editor): missing edgeless crud piece (#9347)
|
2024-12-26 11:06:06 +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 |
|