EYHN
|
902635e60f
|
refactor(core): desktop project struct (#8334)
|
2024-11-05 11:00:33 +08:00 |
|
JimmFly
|
bfb8d582ed
|
feat(core): set doc mode and primary doc mode separately (#8359)
https://github.com/user-attachments/assets/98c282f2-4c53-475f-bf10-936a626c2630
|
2024-10-17 13:48:45 +00:00 |
|
EYHN
|
24e0c5797c
|
refactor(core): doc property (#8465)
doc property upgraded to use orm.
The visibility of the property are simplified to three types: `always show`, `always hide`, `hide when empty`, and the default is `always show`.

Added a sidebar view to manage properties

new property ui in workspace settings

Property lists can be collapsed

|
2024-10-15 10:17:12 +00:00 |
|
pengx17
|
d00f86c3ce
|
fix(core): handle modal overlay click event correctly (#8063)
1. overlay click + hide is brought back. this is because modal (ormobile menu)'s `onPointerDownOutside` is bound to document.body. Code in e58af08f63/packages/frontend/core/src/modules/explorer/views/tree/node.tsx (L353-L356) will stop the event from bubbling to the document element.
2. when Menu's set to modal=true, the parent is set to pointer-events: none as well. changed menu to modal false instead.

|
2024-09-03 12:00:00 +00:00 |
|
EYHN
|
b96ad57568
|
feat(core): import template (#8000)
|
2024-08-29 04:01:35 +00:00 |
|
EYHN
|
f2adbdaba4
|
style: enable import-x/no-duplicates (#6279)
|
2024-03-25 03:55:33 +00:00 |
|
Peng Xiao
|
2295685590
|
fix: page info styles (#5910)
fix inconsistent styles compared to the one defined in figma
fix https://github.com/toeverything/AFFiNE/issues/5904
fix https://github.com/toeverything/AFFiNE/issues/5903
|
2024-02-26 14:11:24 +00:00 |
|
Peng Xiao
|
372b4da884
|
test(core): add tests for page info ui (#5769)

|
2024-02-22 09:37:55 +00:00 |
|