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: Prevent flicker during paginated workflow navigation #13348

Merged
merged 4 commits into from
Feb 24, 2025
Merged

Conversation

CharlieKolb
Copy link
Contributor

Summary

This fixes the perceived flicker when switching pages between workflows.

With artificial delay 1s to simulate a large payload:

1secDelay.mov

Without artificial delay:

noDelay.mov

Related Linear tickets, Github issues, and Community forum posts

https://linear.app/n8n/issue/ADO-3232/bug-loading-state-with-workflow-pagination-is-very-annoying

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)

@n8n-assistant n8n-assistant bot added n8n team Authored by the n8n team ui Enhancement in /editor-ui or /design-system labels Feb 18, 2025
@CharlieKolb CharlieKolb marked this pull request as ready for review February 18, 2025 15:03
Copy link

codecov bot commented Feb 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

Copy link
Contributor

@MiloradFilipovic MiloradFilipovic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch 👌 Looks good to me. Left a minor comment but good to go otherwise

@@ -238,7 +239,9 @@ const setPageSize = async (size: number) => {
};

const fetchWorkflows = async () => {
loading.value = true;
const markLoading = debounce(() => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this still needed when css animation is disabled?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, otherwise we flash the placeholder for 0.1 seconds. It serves the same purpose as the animation, really. Just showing the old page for 0.3 seconds before moving to placeholders (if the new data isn't there yet)

Copy link
Contributor

⚠️ Some Cypress E2E specs are failing, please fix them before merging

Copy link

cypress bot commented Feb 19, 2025

n8n    Run #9434

Run Properties:  status check passed Passed #9434  •  git commit feaeeb5500: 🌳 🖥️ browsers:node18.12.0-chrome107 🤖 CharlieKolb 🗃️ e2e/*
Project n8n
Branch Review ADO-3232
Run status status check passed Passed #9434
Run duration 04m 38s
Commit git commit feaeeb5500: 🌳 🖥️ browsers:node18.12.0-chrome107 🤖 CharlieKolb 🗃️ e2e/*
Committer Charlie Kolb
View all properties for this run ↗︎

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

Copy link
Contributor

⚠️ Some Cypress E2E specs are failing, please fix them before merging

3 similar comments
Copy link
Contributor

⚠️ Some Cypress E2E specs are failing, please fix them before merging

Copy link
Contributor

⚠️ Some Cypress E2E specs are failing, please fix them before merging

Copy link
Contributor

⚠️ Some Cypress E2E specs are failing, please fix them before merging

@CharlieKolb
Copy link
Contributor Author

CharlieKolb commented Feb 24, 2025

Investigating various flaky e2e tests failing here:

@MiloradFilipovic MiloradFilipovic self-requested a review February 24, 2025 09:49
Copy link
Contributor

✅ All Cypress E2E specs passed

@CharlieKolb CharlieKolb merged commit d277e0b into master Feb 24, 2025
38 checks passed
@CharlieKolb CharlieKolb deleted the ADO-3232 branch February 24, 2025 10:08
@github-actions github-actions bot mentioned this pull request Feb 24, 2025
@janober
Copy link
Member

janober commented Feb 25, 2025

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