Saul-Mirone
|
205cd7a86d
|
refactor(editor): rename block-std to std (#11250)
Closes: BS-2946
|
2025-03-28 07:20:34 +00:00 |
|
Saul-Mirone
|
2b30d756e2
|
refactor(editor): replace debounce and throttle with lodash (#10639)
|
2025-03-06 04:46:52 +00:00 |
|
Saul-Mirone
|
66d9d576e0
|
refactor(editor): add gfx entry in bs global package (#10612)
|
2025-03-04 12:46:50 +00:00 |
|
doouding
|
ed0b25def0
|
fix: drop indicator in center peek (#10136)
|
2025-02-13 02:53:07 +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 |
|
doouding
|
73b4437081
|
chore: dnd cleanup (#9899)
|
2025-01-27 04:29:14 +00:00 |
|