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

WIP: Virtualising both table views and some modal performance improvements #4629

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Mar 3, 2023

  1. making the table a virtual list to improve performance

    Benjamin Cooke authored and Benjamin Cooke committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    2a14d8a View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. adding some selectors to the create new cards modal

    Benjamin Cooke authored and Benjamin Cooke committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    1f6a500 View commit details
    Browse the repository at this point in the history
  2. creating selectors

    Benjamin Cooke authored and Benjamin Cooke committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    31b7734 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. making the grouped table list flat to prepare for virtualization

    Benjamin Cooke authored and Benjamin Cooke committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    19007c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. virtual list for grouped table

    Benjamin Cooke authored and Benjamin Cooke committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    77d7e5f View commit details
    Browse the repository at this point in the history