-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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): Use a single SVG for logo and favicon (no-changelog) #11811
Conversation
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.
Nice cleanup 🙌🏻
A few points from my side:
- Can we make this a
design-system
component? Current implementation includes a few specific things, likereleaseChannel
andlocation
that we can abstract away and passcolor
,showLogoText
andshowReleaseChannelTag
as props - Maybe also moving logo creation logic from
onMounted
into a composable would make it easier to mock in the test if there is no other workaround for jsdom issue
35a6a7a
to
780acc0
Compare
bae1a2f
to
ca08169
Compare
Codecov ReportAttention: Patch coverage is
📢 Thoughts on this report? Let us know! |
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.
This looks good. One more question but feel free to ignore it:
Any reason against moving Logo.vue
to design-system? In that case I think we can remove the location
prop since it's too specific to editor-ui
and maybe pass showReleaseChannelTag
as a prop.
|
n8n Run #8343
Run Properties:
|
Project |
n8n
|
Branch Review |
inline-svg-logo-and-favicon
|
Run status |
Passed #8343
|
Run duration | 04m 36s |
Commit |
89a6fe3469: 🌳 🖥️ browsers:node18.12.0-chrome107 🤖 netroy 🗃️ e2e/*
|
Committer | कारतोफ्फेलस्क्रिप्ट™ |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
1
|
Pending |
0
|
Skipped |
0
|
Passing |
480
|
View all changes introduced in this branch ↗︎ |
ca08169
to
afe46ba
Compare
✅ No visual regressions found. |
✅ All Cypress E2E specs passed |
Got released with |
Summary
This PR
Related Linear tickets, Github issues, and Community forum posts
Review / Merge checklist
release/backport
(if the PR is an urgent fix that needs to be backported)