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

Overhaul connection management #782

Draft
wants to merge 2 commits into
base: dev
Choose a base branch
from
Draft

Overhaul connection management #782

wants to merge 2 commits into from

Commits on Aug 14, 2024

  1. Overhaul connection management

    As described in #781
    
    Roughly:
    - Turn Connection into a type that only exists in an initiated state (from the API user's perspective, at least)
    - To do this, pull connection setup, etc. out into a new PendingConnection type
    - Add easy-to-use account login and restoration functions to AccountRegistry
    - Make connections do the expected things (cache, sync loop, etc.) by default
    TobiasFella committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d80de5a View commit details
    Browse the repository at this point in the history
  2. work

    TobiasFella committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    3852fdc View commit details
    Browse the repository at this point in the history