-
-
Notifications
You must be signed in to change notification settings - Fork 416
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
fix: color of canvas element under embed dark theme whiteboard is wrong #8677
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. |
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 5dc58a6. 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. |
size-limit report 📦
|
83da91a
to
faba613
Compare
faba613
to
e532c7f
Compare
Merge activity
|
…ng (#8677) Fix issue [BS-1762](https://linear.app/affine-design/issue/BS-1762). After: ![截屏2024-11-05 18.35.48.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/sJGviKxfE3Ap685cl5bj/8412d160-d446-40a8-a4f3-25d9f9cbab2e.png)
e532c7f
to
5dc58a6
Compare
- fix: color of canvas element under embed dark theme whiteboard is wrong (#8677) - fix(edgeless): tool controller potential problem (#8675) - fix: typeError: f.\_def.innerType.shape[e] is undefined (#8676) - fix: whiteboard is first loaded, size of the linked doc card is scaled to wrong size (#8674)
Fix issue [BS-1762](https://linear.app/affine-design/issue/BS-1762). Related [PR](toeverything/blocksuite#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)
Fix issue [BS-1762](https://linear.app/affine-design/issue/BS-1762). Related [PR](toeverything/blocksuite#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)
Fix issue BS-1762.
After: