Skip to content
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

Conversation

RicardoE105
Copy link
Contributor

@RicardoE105 RicardoE105 commented Nov 20, 2024

Summary

Before

https://share.cleanshot.com/pxrLdfTX

Now

CleanShot 2024-11-20 at 18 07 26

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

  • PR title and summary are descriptive. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with release/backport (if the PR is an urgent fix that needs to be backported)

@RicardoE105 RicardoE105 changed the title turn NPS survey into a modal and make sure it shows above the Ask AI button fix(editor): Turn NPS survey into a modal and make sure it shows above the Ask AI button Nov 20, 2024
@n8n-assistant n8n-assistant bot added n8n team Authored by the n8n team ui Enhancement in /editor-ui or /design-system labels Nov 20, 2024
Copy link

codecov bot commented Nov 21, 2024

Codecov Report

Attention: Patch coverage is 12.50000% with 7 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
packages/editor-ui/src/components/NpsSurvey.vue 0.00% 5 Missing ⚠️
packages/editor-ui/src/components/ModalDrawer.vue 0.00% 2 Missing ⚠️

📢 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,
Copy link
Contributor

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 🙈

Copy link
Contributor

@CharlieKolb CharlieKolb left a 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.

Copy link

cypress bot commented Nov 21, 2024

n8n    Run #8028

Run Properties:  status check passed Passed #8028  •  git commit 633e4166df: 🌳 🖥️ browsers:node18.12.0-chrome107 🤖 RicardoE105 🗃️ e2e/*
Project n8n
Branch Review ado-2914-bug-how-likely-to-recommend-survey-blocking-everything
Run status status check passed Passed #8028
Run duration 04m 38s
Commit git commit 633e4166df: 🌳 🖥️ browsers:node18.12.0-chrome107 🤖 RicardoE105 🗃️ e2e/*
Committer Ricardo Espinoza
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 1
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 478
View all changes introduced in this branch ↗︎

Copy link
Contributor

✅ All Cypress E2E specs passed

@RicardoE105 RicardoE105 merged commit ca169f3 into master Nov 21, 2024
46 checks passed
@RicardoE105 RicardoE105 deleted the ado-2914-bug-how-likely-to-recommend-survey-blocking-everything branch November 21, 2024 13:27
@github-actions github-actions bot mentioned this pull request Nov 27, 2024
@janober
Copy link
Member

janober commented Nov 27, 2024

Got released with [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
n8n team Authored by the n8n team Released ui Enhancement in /editor-ui or /design-system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants