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: tell users when they have unrecoverable spaces #67

Open
wants to merge 2 commits into
base: old-main
Choose a base branch
from

Commits on Dec 12, 2023

  1. wip: tell users when they have unrecoverable spaces

    Use a heuristic to look at available claims and determine whether a space is recoverable. Currently considers a space recoverable if any abilities are delegated and should probably validate a minimum set.
    
    Unfortunately we don't have any way for users to recover an "unrecoverable" space at the moment, since we still discard Space keys after creation - I'm not convinced this feature is particularly helpful without some way to fix unrecoverable spaces, but it is probably better than not having any way to determine that at all!
    travis committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    2d858c3 View commit details
    Browse the repository at this point in the history
  2. fix: appease rules of hooks

    travis committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    afba598 View commit details
    Browse the repository at this point in the history