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: simplify #591

Merged
merged 9 commits into from
Nov 28, 2023
Merged

feat: simplify #591

merged 9 commits into from
Nov 28, 2023

Commits on Nov 27, 2023

  1. feat: simplify

    Alan Shaw committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    5cedd6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61ed59c View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. fix: use an AbortController to make login cancellable again

    this relies on a PR to w3up-client and re-enables functionality we broke with the switch to the new API: storacha/w3up#1189
    travis committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    5bd52a8 View commit details
    Browse the repository at this point in the history
  2. fix: update deps

    travis committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    1c9bd5c View commit details
    Browse the repository at this point in the history
  3. fix: pin vite to 4.3

    it had gotten updated to 4.5 which seems to have some odd dependency issues in our current setup
    travis committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    12b81f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bee31c View commit details
    Browse the repository at this point in the history
  5. fix: build errors I introduced

    tsc was not happy that I tried to use the wrong context values in the wrong places
    travis committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    75c6a5f View commit details
    Browse the repository at this point in the history
  6. fix: tests

    Alan Shaw committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ba29f06 View commit details
    Browse the repository at this point in the history
  7. chore: appease linter

    Alan Shaw committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    2ce078a View commit details
    Browse the repository at this point in the history