-
Notifications
You must be signed in to change notification settings - Fork 8.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
fix(editor): Turn NPS survey into a modal and make sure it shows above the Ask AI button #11814
fix(editor): Turn NPS survey into a modal and make sure it shows above the Ask AI button #11814
Conversation
Codecov ReportAttention: Patch coverage is
📢 Thoughts on this report? Let us know! |
@@ -15,6 +15,7 @@ const APP_Z_INDEXES = { | |||
DRAGGABLE: 9999999, | |||
ACTIVE_STICKY: 9999999, | |||
WORKFLOW_PREVIEW_NDV: 9999999, | |||
NPS_SURVEY_MODAL: 3001, |
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.
I imagine there was an intention to keep these sorted by value at some point 🙈
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.
Left a note, not really related to the PR as someone else already un-ordered the list. Will submit follow up if you want it separate.
n8n Run #8028
Run Properties:
|
Project |
n8n
|
Branch Review |
ado-2914-bug-how-likely-to-recommend-survey-blocking-everything
|
Run status |
Passed #8028
|
Run duration | 04m 38s |
Commit |
633e4166df: 🌳 🖥️ browsers:node18.12.0-chrome107 🤖 RicardoE105 🗃️ e2e/*
|
Committer | Ricardo Espinoza |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
1
|
Pending |
0
|
Skipped |
0
|
Passing |
478
|
View all changes introduced in this branch ↗︎ |
✅ All Cypress E2E specs passed |
Got released with |
Summary
Before
https://share.cleanshot.com/pxrLdfTX
Now
Related Linear tickets, Github issues, and Community forum posts
https://linear.app/n8n/issue/ADO-2914/bug-how-likely-to-recommend-survey-blocking-everything
Review / Merge checklist
release/backport
(if the PR is an urgent fix that needs to be backported)