doouding
|
a0a97d0751
|
fix: drag connector and group element (#10385)
|
2025-02-24 06:13:05 +00:00 |
|
donteatfriedrice
|
319d909ac8
|
fix(editor): paste surface-ref block to another doc as embed-linked-doc block (#10274)
[BS-2155](https://linear.app/affine-design/issue/BS-2155/复制-insert-frame-group-粘贴后,应当变为-block-ref-link)
|
2025-02-19 07:02:27 +00:00 |
|
doouding
|
81ead5cd35
|
fix: database cross doc dragging (#10126)
|
2025-02-13 02:53:06 +00:00 |
|
doouding
|
f89fcf82f8
|
feat: edgeless dnd (#9988)
### Changed
- Support edgelss dnd
- Simplify the drag-handle state
|
2025-02-12 12:37:06 +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 |
|
Mirone
|
446b31b621
|
refactor(editor): rename job to transformer (#9639)
|
2025-01-11 12:04:07 +08:00 |
|
Saul-Mirone
|
d21ef47ae8
|
chore(editor): rename std.doc to std.store (#9596)
|
2025-01-09 04:16:28 +00:00 |
|
Saul-Mirone
|
c773982ced
|
refactor(editor): rename store api (#9518)
|
2025-01-04 12:51:56 +00:00 |
|
Saul-Mirone
|
edb5e1d87a
|
refactor(editor): job should not rely on doc collection directly (#9488)
|
2025-01-02 10:50:15 +00:00 |
|
Saul-Mirone
|
cec4a4b2c0
|
refactor(editor): extract drag handle widget (#9415)
|
2024-12-29 06:51:48 +00:00 |
|