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

Dashboard workflows page loading issue #3057

Open
Yicong-Huang opened this issue Nov 15, 2024 · 0 comments
Open

Dashboard workflows page loading issue #3057

Yicong-Huang opened this issue Nov 15, 2024 · 0 comments
Assignees
Labels

Comments

@Yicong-Huang
Copy link
Collaborator

Yicong-Huang commented Nov 15, 2024

The pagination seems weird on the workflow page.

  1. I have many workflows. Sometimes when I reload the page, it can load more workflows, but sometimes there are only a few fetched.
  2. When it only shows a few, for example in this case, the initial loading only fetches 5, and only showing the last 3 (the top two I need to scroll up).

2024-11-15 09 59 48

When I go to a workflow and come back, it shows much more workflows:

2024-11-15 10 05 08

@Yicong-Huang Yicong-Huang added backend-engine-eval Evaluating different frameworks to work as Texera's backend runtime engine. bug and removed backend-engine-eval Evaluating different frameworks to work as Texera's backend runtime engine. labels Nov 15, 2024
aglinxinyuan added a commit that referenced this issue Nov 21, 2024
This PR fixes issue #3057.
The issue can only be reproduced in production mode. 

It looks like `cdkVirtualFor` is a leftover from the previous
implementation, and we don't really need to use it for our current
implementation.
PurelyBlank pushed a commit that referenced this issue Dec 4, 2024
This PR fixes issue #3057.
The issue can only be reproduced in production mode. 

It looks like `cdkVirtualFor` is a leftover from the previous
implementation, and we don't really need to use it for our current
implementation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants