-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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(editor): update edgeless color palette #9243
feat(editor): update edgeless color palette #9243
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## canary #9243 +/- ##
==========================================
+ Coverage 51.51% 51.53% +0.01%
==========================================
Files 2148 2148
Lines 97111 97004 -107
Branches 16260 16243 -17
==========================================
- Hits 50029 49992 -37
+ Misses 45694 45628 -66
+ Partials 1388 1384 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
6df1229
to
3620993
Compare
2d5f677
to
82cbe9e
Compare
8149a23
to
9e11e04
Compare
9e11e04
to
aa795bd
Compare
89db587
to
76b6292
Compare
f7793db
to
bbd7b50
Compare
e75596a
to
353f01d
Compare
Merge activity
|
Closes: [BS-1475](https://linear.app/affine-design/issue/BS-1475/颜色主题更新) [BS-1803](https://linear.app/affine-design/issue/BS-1803/fill-color色板影响的yuan素) [BS-1804](https://linear.app/affine-design/issue/BS-1804/border-color色板影响的yuan素) [BS-1815](https://linear.app/affine-design/issue/BS-1815/连线文字配色略瞎) ### What's Changed * refactor `EdgelessLineWidthPanel` component, the previous width is fixed and cannot be used in the new design * refactor `EdgelessColorPanel` and `EdgelessColorButton` components, make them simple and reusable * delete redundant `EdgelessOneRowColorPanel` component * unity and update color palette, if the previously set color is not in the latest color palette, the custom color button will be selected
353f01d
to
a5641ae
Compare
Closes: BS-1475 BS-1803 BS-1804 BS-1815
What's Changed
EdgelessLineWidthPanel
component, the previous width is fixed and cannot be used in the new designEdgelessColorPanel
andEdgelessColorButton
components, make them simple and reusableEdgelessOneRowColorPanel
component