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

feat: implement reverse paging #381

Merged
merged 9 commits into from
Feb 23, 2023
Merged

feat: implement reverse paging #381

merged 9 commits into from
Feb 23, 2023

Commits on Feb 14, 2023

  1. feat: implement reverse paging

    Use the new `pre` caveat and `startCursor` and `endCursor` from storacha/w3infra#139 to implement reverse paging.
    
    One unsatisfying issue with this is that paging backwards reverses the
    order of items in the uploads list, and that edge conditions
    behave fairly confusingly.
    
    Not entirely sure what to do about this yet, so pushing up for some feedback.
    
    This currently only works with a bunch of custom service config and `file:/`
    dependencies that I am not pushing up for now.
    travis committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    97b1ed1 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. fix: update to latest @web3-storage/upload-client

    this brings in the necessary changes for reverse paging
    travis committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    8db29b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f4b1b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71082f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. feat: paging improvements

    - use icons instead of word buttons
    - make edge cases seem less weird by not rendering 0 sized pages
    travis committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    7e93971 View commit details
    Browse the repository at this point in the history
  2. chore: make the linter happy

    travis committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    ae8a236 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. chore: update paging cursor names

    per change in storacha/w3infra#148
    travis committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    8f6f7ea View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    470daed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f928a4 View commit details
    Browse the repository at this point in the history