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

React virtualized updated #13

Merged
merged 4 commits into from
Aug 24, 2022

Commits on Aug 24, 2022

  1. configured InMemoryCache with offset limit pagination

    Signed-off-by: Angelica Ochoa <15623749+ao508@users.noreply.github.com>
    ao508 committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    3ae122a View commit details
    Browse the repository at this point in the history
  2. Working but page still rendering too soon

    Signed-off-by: Angelica Ochoa <15623749+ao508@users.noreply.github.com>
    ao508 committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    10619a4 View commit details
    Browse the repository at this point in the history
  3. Almost(?) working table

    Columns are stacking for whatever reason.
    
    Table records are loading as you scroll down so that is working at least.
    
    Signed-off-by: Angelica Ochoa <15623749+ao508@users.noreply.github.com>
    ao508 committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    fc3af68 View commit details
    Browse the repository at this point in the history
  4. WORKING TABLE

    TODO:
    - add remaining properties for recent deliveries
    - properly handle visualization of rows that are "loading"
    - table header should be bold but having issues with getting the font weight to render properly
    - confirm that filtering the table still works
    - make same changes to the requestView page
    
    Signed-off-by: Angelica Ochoa <15623749+ao508@users.noreply.github.com>
    ao508 committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    1f715b3 View commit details
    Browse the repository at this point in the history