-
-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support edgeless tidy up #8516
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
|
Your org has enabled the Graphite merge queue for merging into masterAdd the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
size-limit report 📦
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 9286c1b. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
e92d946
to
eb19d23
Compare
eb19d23
to
d91f79c
Compare
d91f79c
to
3b1bbde
Compare
3b1bbde
to
e4d4a4b
Compare
e4d4a4b
to
4dde6e7
Compare
packages/blocks/src/root-block/widgets/element-toolbar/align-button.ts
Outdated
Show resolved
Hide resolved
4dde6e7
to
42bf9d8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 💯
Merge activity
|
Close issue [BS-1538](https://linear.app/affine-design/issue/BS-1538). ### What changed? - Support edgeless tidy up - Auto arrange - Auto resize - Adjust align menu interaction - Add e2e tests <div class='graphite__hidden'> <div>🎥 Video uploaded on Graphite:</div> <a href="https://app.graphite.dev/media/video/sJGviKxfE3Ap685cl5bj/0fb40894-8d04-4e9c-8382-92e4b3524f4f.mov"> <img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/sJGviKxfE3Ap685cl5bj/0fb40894-8d04-4e9c-8382-92e4b3524f4f.mov"> </a> </div> <video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/sJGviKxfE3Ap685cl5bj/0fb40894-8d04-4e9c-8382-92e4b3524f4f.mov">录屏2024-10-14 17.44.08.mov</video>
42bf9d8
to
c70ed03
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM~
c70ed03
to
48882cc
Compare
Close issue [BS-1538](https://linear.app/affine-design/issue/BS-1538). ### What changed? - Support edgeless tidy up - Auto arrange - Auto resize - Adjust align menu interaction - Add e2e tests <div class='graphite__hidden'> <div>🎥 Video uploaded on Graphite:</div> <a href="https://app.graphite.dev/media/video/sJGviKxfE3Ap685cl5bj/0fb40894-8d04-4e9c-8382-92e4b3524f4f.mov"> <img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/sJGviKxfE3Ap685cl5bj/0fb40894-8d04-4e9c-8382-92e4b3524f4f.mov"> </a> </div> <video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/sJGviKxfE3Ap685cl5bj/0fb40894-8d04-4e9c-8382-92e4b3524f4f.mov">录屏2024-10-14 17.44.08.mov</video>
48882cc
to
9286c1b
Compare
## Features: [feat: markdown adapter with latex](#8503) [feat: support notion block equation html import](#8504) [feat: support edgeless tidy up](#8516) [feat: support notion callout block to blocksuite quote block](#8523) [feat(playground): add import notion zip entry](#8527) ## Bugfix: [fix(blocks): auto focus latex block](#8505) [fix: enhance button layout with icon alignment](#8508) [fix(edgeless): ime will crash edgeless text width](#8506) [fix(edgeless): edgeless text is deleted when first block is empty](#8512) [fix: notion html quote block import](#8515) [fix: yjs warning](#8519) [fix(blocks): real nested list on html export](#8511) [fix(edgeless): cmd a will select element inner frame](#8517) [fix(edgeless): disable contenteditable when edgeless text not in editing state](#8525) [fix: import notion toggle list as toggle bulleted list](#8528) ## Refactor: [refactor(database): signals version datasource api](#8513) [refactor(edgeless): element tree manager](#8239) [refactor(blocks): simplify frame manager implementation](#8507) [refactor: update group test utils using container interface](#8518) [refactor: update frame test with container test uitls](#8520) [refactor(database): context-menu ui and ux](#8467) [refactor: move chat block to affine](#8420) ## Misc [perf: optimize snapshot job handling](#8428) [perf(edgeless): disable shape shadow blur](#8532) [chore: bump up all non-major dependencies](#8514) [chore: Lock file maintenance](#8510) ## Docs [docs: fix table structure warning](#8509) [docs: edgeless data structure desc](#8531) [docs: update link](#8533)
Close issue BS-1538.
What changed?