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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Virtualize the asset list #1696

Open
1 of 2 tasks
juanmahidalgo opened this issue May 16, 2023 · 0 comments
Open
1 of 2 tasks

Virtualize the asset list #1696

juanmahidalgo opened this issue May 16, 2023 · 0 comments

Comments

@juanmahidalgo
Copy link
Contributor

馃帀 Description

At the moment, we're not using any mechanism to virtualize the assets, so if the user scrolls too much, the HTML starts to get heavy with all the nodes loaded in the DOM.
This PR is to analyse and develop a way to virtualize the DOM nodes using a library that suits for the use case.

Note: this will require to create a container that has scroll as overflow and get the filters container and top bar fixed in their positions (the filters will have their own scroll).

  • 馃悰 This is a bug report.
  • 馃搱 This is a feature request.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants