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(api): delete multiple keys together #1861

Merged
merged 2 commits into from
May 23, 2022
Merged

feat(api): delete multiple keys together #1861

merged 2 commits into from
May 23, 2022

Commits on May 20, 2022

  1. feat(api): delete multiple keys together

    This allows us to select multiple delete keys at the same time to delete
    together. It uses semantic html in which to do so. This _does_ mean that
    the page jumps to the top when you delete. Not super ideal, but it is
    what it is.
    
    On top of this, is some logic around deleting things and how checkboxes
    should work and how a solid select all situation should work.
    jefflembeck committed May 20, 2022
    Configuration menu
    Copy the full SHA
    35001b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8b9cce View commit details
    Browse the repository at this point in the history