-
Notifications
You must be signed in to change notification settings - Fork 385
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
CLDR-17658 Virtual scroller for Dashboard #3780
Conversation
- Use vue-virtual-scroller - Remove recently added CATS_ONE_PER_PAGE feature
Hooray! The files in the branch are the same across the force-push. 😃 ~ Your Friendly Jira-GitHub PR Checker Bot |
@@ -48,6 +48,7 @@ | |||
"marked": "^4.3.0", | |||
"swagger-client": "^3.26.7", | |||
"vue": "^3.2.47", | |||
"vue-virtual-scroller": "^2.0.0-beta.8", |
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.
IMPORTANT: this is a "beta" version
This is deployed on cldr-staging currently |
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.
looks great.. for the future the dashEntry row should be ideally split to a subcomponent, would make the outer structure more manageable.
performance seems great. A little blinky, perhaps the controls at the top are being more dynamic than they need to be? |
I've noticed for a while now that sometimes the header appears then disappears then reappears -- if that's what you mean by "blinky", it's annoying and predates the virtual scroller; something about the sequence of events while loading, maybe |
CLDR-17658
ALLOW_MANY_COMMITS=true