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

refactor: remove unused helia, use verified fetch, and simplify code #89

Merged
merged 10 commits into from
Mar 9, 2024

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    e2bc558 View commit details
    Browse the repository at this point in the history
  2. chore: remove empty line

    2color committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    229a364 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    989e68f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f61501c View commit details
    Browse the repository at this point in the history
  5. chore: fix linting errors

    2color committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    a87befc View commit details
    Browse the repository at this point in the history
  6. chore: remove unused deps

    2color committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    794956a View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    a9ee171 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3d9169 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    7b8610a View commit details
    Browse the repository at this point in the history
  2. fix: config loading on subdomains waits for updated config (#94)

    * fix: config loading on subdomains waits for updated config
    
    * fix: remove event.waitUtil inside channel.onmessagefrom
    
    the activate event is fired when the service worker is first activated,
    and then the channel.onmessagefrom event listener is set up.
    by the time the channel receives any messages, the event passed to activate
    will be done, and waitUntil has no effect (and throws an error)
    
    * fix: service worker handles being disposed of
    
    * fix: preload request from redirect page is handled by sw
    
    * chore: better trace logging for config updates
    SgtPooki committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    e652e06 View commit details
    Browse the repository at this point in the history