forehalo
6a64055886
fix(core): auth fail reason should be error.name ( #8822 )
...
fix AF-1701
2024-11-14 09:24:01 +00:00
EYHN
c712e87114
fix(core): warning when open center peek ( #8819 )
2024-11-14 09:04:38 +00:00
CatsJuice
343152e162
fix(core): center peek zoomIn animation not work in firefox ( #8817 )
2024-11-14 08:30:07 +00:00
JimmFly
97d6f53932
chore: remove community link from header ( #8818 )
...
close AF-1695
2024-11-14 08:15:01 +00:00
CatsJuice
39cb1b7714
chore: bump theme, update mobile home background color ( #8799 )
2024-11-14 06:57:08 +00:00
donteatfriedrice
6f5c61b8b6
feat(core): update import entry in all page and page list ( #8814 )
2024-11-14 06:41:01 +00:00
CatsJuice
87520e9bf9
fix(core): center peek can't open in firefox and safari ( #8816 )
...
close AF-1690
2024-11-14 06:23:34 +00:00
L-Sun
a8938ab403
chore(mobile): disable reference popup on mobile ( #8743 )
...
This PR disable reference node popup on mobile. Close [BS-1730](https://linear.app/affine-design/issue/BS-1730/%E7%A6%81%E7%94%A8-block-yuan%E7%B4%A0%E7%9A%84-toolbar )
2024-11-14 04:47:31 +00:00
forehalo
21c7d1810d
chore: bump base version to 0.18.0
2024-11-14 11:41:51 +08:00
renovate[bot]
9469b135c5
chore: bump up @blocksuite/affine version to v0.17.32 ( #8805 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-13 12:01:28 +00:00
CatsJuice
c32b29a293
fix(core): onboading performance improvement ( #8790 )
...
- compress images
- remove noise assets (700kb)
- remove lottie animations
- remove `perspective` after paper animation to reduce layers
2024-11-13 08:25:05 +00:00
fundon
f85dfae63b
chore: enchance copy link action ( #8797 )
...
What's Changed
* enhance copy link action
* detect compatibility
* fall back to `document.execCommand`
2024-11-13 08:07:08 +00:00
pengx17
01d1631fe8
fix(core): peek view animation use zoom when possible ( #8793 )
...
fix AF-1667
2024-11-13 02:40:01 +00:00
fundon
b5fa8472d9
chore: improves scrolling performance and loading component for dark theme ( #8795 )
...
What's Changed
* improve scrolling performance
* loading component for dark theme
2024-11-13 02:25:03 +00:00
EYHN
17c247af53
fix(core): speed up navigation performance ( #8794 )
...
add some memo...
2024-11-12 13:22:59 +00:00
Fangdun Tsai
f4abe39689
feat(core): pdf preview ( #8569 )
...
Co-authored-by: forehalo <forehalo@gmail.com>
2024-11-12 19:12:31 +08:00
renovate[bot]
73283df3e1
chore: bump up @blocksuite/affine version to v0.17.30 ( #8792 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: L-Sun <zover.v@gmail.com>
2024-11-12 19:09:30 +08:00
fundon
a5bcfb0b14
fix: reference parameters and add test cases ( #8740 )
...
Upstreams: https://github.com/toeverything/blocksuite/pull/8689
Closes: AF-1650
2024-11-12 09:23:57 +00:00
JimmFly
68573aa35e
chore: fix typos ( #8789 )
2024-11-12 08:36:19 +00:00
CatsJuice
a8d664a03e
fix(core): avoid shaking when center-peek opened ( #8780 )
...
close AF-1668;
We calculate the final width through modalContent at the start of the animation, so the calculated width is unexpected when there is a `padding`.
2024-11-12 08:19:10 +00:00
akumatus
e2b221a451
fix: color of canvas element under embed whiteboard is wrong ( #8712 )
...
Fix issue [BS-1762](https://linear.app/affine-design/issue/BS-1762 ). Related [PR](https://github.com/toeverything/blocksuite/pull/8677 ) in Blocksuite.
`light` whiteboard with embedded `dark` whiteboard:
![截屏2024-11-05 22.39.18.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/sJGviKxfE3Ap685cl5bj/42319032-0940-4a67-b12b-64aeec9c49a6.png )
`dark` whiteboard with embedded `light` whiteboard:
![截屏2024-11-05 22.43.36.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/sJGviKxfE3Ap685cl5bj/63c5c747-73dc-4d4b-89c7-281d4bf20fcc.png )
`light` doc with `dark` frame:
![截屏2024-11-05 22.40.01.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/sJGviKxfE3Ap685cl5bj/b1eae95f-41aa-4093-8fa1-5641578e8f4e.png )
2024-11-12 08:03:05 +00:00
CatsJuice
98bdf25844
feat(mobile): optimize home header animation ( #8707 )
...
close AF-1420
![CleanShot 2024-11-05 at 17.17.29.gif](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/LakojjjzZNf6ogjOVwKE/a74ead2d-30ef-4bb1-8714-fdc77dd93335.gif )
2024-11-12 07:28:11 +00:00
pengx17
fa82842cd7
fix(mobile): doc property styles ( #8760 )
...
fix AF-1582
fix AF-1671
- mobile doc info dialog styles
- added ConfigModal for editing property values in modal, including:
- workspace properties: text, number, tags
- db properties: text, number, label, link
2024-11-12 07:11:00 +00:00
JimmFly
2ee2cbfe36
feat(core): add i18n to descriptions of experimental feature ( #8788 )
...
close AF-1554 AF-1556 OPE-185
2024-11-12 06:53:46 +00:00
EYHN
51b00c476c
fix(core): remember scroll position switch mode ( #8771 )
2024-11-12 06:05:51 +00:00
forehalo
bfc8b93a96
fix(core): add missing confirm button variants ( #8786 )
...
fix AF-1628
2024-11-12 04:11:12 +00:00
pengx17
cc9a23e424
fix(core): revise open app card text ( #8783 )
...
fix AF-1669
2024-11-12 03:16:10 +00:00
JimmFly
6fe2e42490
feat(core): add page width property ( #8775 )
...
close AF-1655
2024-11-12 02:58:14 +00:00
donteatfriedrice
713551fbf1
feat: add import snapshot option to import dialog ( #8778 )
2024-11-12 02:40:57 +00:00
L-Sun
81fc9e1aa1
fix(mobile): typo of identifier when override config ( #8773 )
...
Fixed a typo in the mobile patches where the wrong identifier was being used to override `affine:page` configs.
2024-11-12 02:24:14 +00:00
pengx17
35f3fc7b5d
feat(electron): spellcheck setting ( #8730 )
...
fix AF-1647
2024-11-11 13:03:33 +00:00
pengx17
b3749246f6
fix(core): do not delete tag on cancel ( #8776 )
2024-11-11 12:10:57 +00:00
CatsJuice
c4e65c754e
feat(mobile): jouranl daily activity and conflict operations ( #8779 )
...
close AF-1662
2024-11-11 09:31:31 +00:00
CatsJuice
50a04f6443
feat(mobile): new journal date-picker ( #8757 )
...
close AF-1649
<div class='graphite__hidden'>
<div>🎥 Video uploaded on Graphite:</div>
<a href="https://app.graphite.dev/media/video/LakojjjzZNf6ogjOVwKE/a83ca41a-75ac-4d12-959a-23f06740a76d.mp4 ">
<img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/LakojjjzZNf6ogjOVwKE/a83ca41a-75ac-4d12-959a-23f06740a76d.mp4 ">
</a>
</div>
<video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/LakojjjzZNf6ogjOVwKE/a83ca41a-75ac-4d12-959a-23f06740a76d.mp4 ">CleanShot 2024-11-09 at 12.54.41.mp4</video>
2024-11-11 09:31:30 +00:00
EYHN
9239eed6a7
fix(core): fix delete doc property description ( #8772 )
2024-11-11 06:48:04 +00:00
CatsJuice
7bdad2dc4b
feat(mobile): new journal tab, show App tab for journal page ( #8738 )
...
close AF-1648
2024-11-11 04:26:02 +00:00
L-Sun
1284f33a4b
chore(mobile): disable some toolbar widgets for mobile ( #8742 )
...
This PR disable some toolbar widgets on mobile. Close [BS-1730](https://linear.app/affine-design/issue/BS-1730/%E7%A6%81%E7%94%A8-block-yuan%E7%B4%A0%E7%9A%84-toolbar )
2024-11-11 03:55:28 +00:00
pengx17
e6ef1dea51
fix(core): deleted tags property cannot be added back ( #8761 )
...
fix AF-1661
2024-11-11 02:48:04 +00:00
L-Sun
5f40fbc69c
feat(mobile): mobile at menu ( #8727 )
...
Close [BS-1608](https://linear.app/affine-design/issue/BS-1608/mobile-menu ), related PR: https://github.com/toeverything/blocksuite/pull/8681
2024-11-08 11:06:12 +00:00
pengx17
c1ece15560
fix(core): close setting when workspace is deleted ( #8747 )
...
fix AF-1618
2024-11-08 10:50:13 +00:00
forehalo
1a1041712f
feat(core): track signin failed reason ( #8746 )
...
fix AF-1568
2024-11-08 10:34:15 +00:00
EYHN
73d0e64c20
fix(core): fix infinite retry when workspace not found ( #8679 )
2024-11-08 09:34:15 +00:00
EYHN
14d2214248
chore(infra): remove unused code ( #8736 )
2024-11-08 09:17:48 +00:00
renovate
099b5d5aa0
chore: bump up @blocksuite/affine version to v0.17.28 ( #8647 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@blocksuite/affine](https://redirect.github.com/toeverything/blocksuite ) ([source](https://redirect.github.com/toeverything/blocksuite/tree/HEAD/packages/affine/all ), [changelog](https://redirect.github.com/toeverything/blocksuite/blob/master/packages/blocks/CHANGELOG.md )) | [`0.17.26` -> `0.17.28`](https://renovatebot.com/diffs/npm/@blocksuite%2faffine/0.17.26/0.17.28 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@blocksuite%2faffine/0.17.28?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@blocksuite%2faffine/0.17.28?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@blocksuite%2faffine/0.17.26/0.17.28?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@blocksuite%2faffine/0.17.26/0.17.28?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>toeverything/blocksuite (@​blocksuite/affine)</summary>
### [`v0.17.28`](https://redirect.github.com/toeverything/blocksuite/blob/HEAD/packages/affine/all/CHANGELOG.md#01728 )
[Compare Source](https://redirect.github.com/toeverything/blocksuite/compare/v0.17.27...v0.17.28 )
##### Patch Changes
- [`5ef420d`](https://redirect.github.com/toeverything/blocksuite/commit/5ef420d ): ## Feat
- feat(blocks): mobile at menu ([#​8681](https://redirect.github.com/toeverything/blocksuite/issues/8681 ))
- feat: unify the reference data structure of inline, card and embed ([#​8689](https://redirect.github.com/toeverything/blocksuite/issues/8689 ))
- feat(database): add placeholder for filter ([#​8701](https://redirect.github.com/toeverything/blocksuite/issues/8701 ))
- feat(database): support for sorting event tracking ([#​8691](https://redirect.github.com/toeverything/blocksuite/issues/8691 ))
### [`v0.17.27`](https://redirect.github.com/toeverything/blocksuite/blob/HEAD/packages/affine/all/CHANGELOG.md#01727 )
[Compare Source](https://redirect.github.com/toeverything/blocksuite/compare/v0.17.26...v0.17.27 )
##### Patch Changes
- [`f70b950`](https://redirect.github.com/toeverything/blocksuite/commit/f70b950 ): fix: color of canvas element under embed dark theme whiteboard is wrong ([#​8677](https://redirect.github.com/toeverything/blocksuite/issues/8677 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM5LjcuMSIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-11-08 08:55:15 +00:00
akumatus
5823353733
fix: edgeless note preview on the editor settings is editable ( #8735 )
...
Fix issue [BS-1779](https://linear.app/affine-design/issue/BS-1779 ).
The attribute `contenteditable` will be `true` if the document is not read-only. In this case, the note preview can be focused on and users can edit the note content.
But we can not simply make the document read-only. If the user changes the editor settings, we also need to update the document model, which requires that the document is not read-only.
Thus following code sets the document editable before the model updates and resets the document to read-only after the model is updated.
2024-11-08 08:39:09 +00:00
donteatfriedrice
e988be2f86
fix: reduce min height of chat peek view new message container ( #8739 )
2024-11-08 08:23:38 +00:00
donteatfriedrice
c323e5ae93
feat: use custom @ import dialog ( #8723 )
...
[BS-1747](https://linear.app/affine-design/issue/BS-1747/[ui]-通过导入的ui还是旧的,需要更新 )
2024-11-08 01:53:29 +00:00
CatsJuice
d8eda5e42d
refactor(mobile): impl all-docs masonry with css grid, close AF-1598 ( #8731 )
...
- responsive layout support
![CleanShot 2024-11-07 at 11.51.21.gif](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/LakojjjzZNf6ogjOVwKE/38b3f11f-59a6-42cc-9a41-8b72ce0998ea.gif )
2024-11-08 00:48:33 +00:00
CatsJuice
06591db8d9
fix(mobile): adjust mobile UI ( #8719 )
...
- fix(mobile): add close button for login, close AF-1581
- fix(mobile): adjust explorer title font, close AF-1575
- fix(mobile): disable user-select globally, close AF-1626
- fix(mobile): usage loading ui in setting, close AF-1422
- fix(mobile): adjust header height, close AF-1574
2024-11-08 00:48:31 +00:00
CatsJuice
add8c56c69
chore(core): adjust billing payment methods copywriting, close AF-1638 ( #8733 )
2024-11-07 07:37:05 +00:00