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

[PS-1387] Desktop: Remove "delete account" from settings #3406

Merged
merged 7 commits into from
Sep 9, 2022

Commits on Aug 28, 2022

  1. Make "delete account" control an actual button

    `<a>` is not keyboard-focusable/operable. `<button>` is. giving it a `.danger` styling because...well...it's dangerous
    patrickhlauke committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    19c15c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Configuration menu
    Copy the full SHA
    ca18813 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92d22f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Configuration menu
    Copy the full SHA
    274245b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Configuration menu
    Copy the full SHA
    366b489 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bac4a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d042e9e View commit details
    Browse the repository at this point in the history