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 |
|
Yifeng Wang
|
26de7a56fd
|
refactor(editor): remove redundant getOptional for gfx (#10142)
|
2025-02-13 11:27:20 +08:00 |
|
L-Sun
|
9a17422d36
|
fix(editor): wrong position of remote selection and at menu in edgeless (#10137)
Close [BS-2552](https://linear.app/affine-design/issue/BS-2552/menu-loading-时滚动,定位错误), [BS-2490](https://linear.app/affine-design/issue/BS-2490/note-block-的menu的输入阴影错位), [BS-2300](https://linear.app/affine-design/issue/BS-2300/at-menu的输入阴影在暗黑模式看不见)
### What Changes
- fix the position of remote selection mask and @ menu input mask in edgeless
- fix the position of @ menu is no updated during edgeless viewport change
- update @ menu mask color in dark mode
### Before
https://github.com/user-attachments/assets/f44f618e-a791-497a-9f53-74824fe48dea
### After
https://github.com/user-attachments/assets/5d87b999-deae-4435-9b8b-4cdf55393395
|
2025-02-13 01:56:01 +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 |
|
pengx17
|
fd25cd875b
|
feat: focus the create page item when query returns no result in at menu (#10060)
fix AF-2191
|
2025-02-10 15:51:56 +00:00 |
|
pengx17
|
6839e634e7
|
fix: at menu toolip should always use the default color (#10054)
fix AF-2194
|
2025-02-10 18:22:25 +08:00 |
|
akumatus
|
a3164b4ccf
|
feat(core): support ai doc search panel (#9831)
Support issue [BS-2351](https://linear.app/affine-design/issue/BS-2351) and [BS-2461](https://linear.app/affine-design/issue/BS-2461).
## What changed?
- Add `chat-panel-add-popover` component.
- Refactor part of `AtMenuConfigService` into `DocSearchMenuService`.
- Add signal `content` property to `DocChip` interface for markdown content update.
<div class='graphite__hidden'>
<div>🎥 Video uploaded on Graphite:</div>
<a href="https://app.graphite.dev/media/video/sJGviKxfE3Ap685cl5bj/ff1d69b3-edd6-4d33-a01d-8b16e5192af7.mov">
<img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/sJGviKxfE3Ap685cl5bj/ff1d69b3-edd6-4d33-a01d-8b16e5192af7.mov">
</a>
</div>
<video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/sJGviKxfE3Ap685cl5bj/ff1d69b3-edd6-4d33-a01d-8b16e5192af7.mov">录屏2025-01-21 18.46.29.mov</video>
|
2025-01-21 11:20:19 +00:00 |
|
Saul-Mirone
|
3683297ccf
|
feat(editor): add feature flag service (#9592)
|
2025-01-08 15:46:31 +00:00 |
|
Saul-Mirone
|
c773982ced
|
refactor(editor): rename store api (#9518)
|
2025-01-04 12:51:56 +00:00 |
|
Flrande
|
2074bda8ff
|
fix(editor): at menu position in split view (#9500)
|
2025-01-03 12:20:31 +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
|
dc92d78895
|
refactor(editor): remove re-exports (#9406)
|
2024-12-28 06:51:41 +00:00 |
|
Saul-Mirone
|
901965b61e
|
refactor(editor): remove components in blocks/_common (#9401)
|
2024-12-28 01:10:23 +00:00 |
|
pengx17
|
6977b0a948
|
fix(core): optimize at menu config loading 2 (#9366)
fix AF-2028
<div class='graphite__hidden'>
<div>🎥 Video uploaded on Graphite:</div>
<a href="https://app.graphite.dev/media/video/T2klNLEk0wxLh4NRDzhk/7931ddc8-3721-4b7d-b4cb-065f923f295c.mp4">
<img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/T2klNLEk0wxLh4NRDzhk/7931ddc8-3721-4b7d-b4cb-065f923f295c.mp4">
</a>
</div>
<video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/T2klNLEk0wxLh4NRDzhk/7931ddc8-3721-4b7d-b4cb-065f923f295c.mp4">Recording at 2024-12-27 11.50.54.mp4</video>
|
2024-12-27 09:26:03 +00:00 |
|
doodlewind
|
71b5cddea1
|
fix(editor): use nullable inline editor root element (#9320)
Fixes `sentry-7906c03b79a54ede819c56cc15ad9889`
|
2024-12-26 07:55:15 +00:00 |
|
Saul-Mirone
|
190e7e6f30
|
refactor(editor): extract common components (#9282)
|
2024-12-24 08:41:22 +00:00 |
|
Saul-Mirone
|
4ce5cf20c3
|
refactor(editor): extract filterable list component (#9278)
|
2024-12-24 05:14:22 +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 |
|