zulip/zulip-mobile

De-emphasize account deletion on "Pick account" screen

Open

#4,651 opened on Apr 12, 2021

View on GitHub
 (1 comment) (4 reactions) (0 assignees)JavaScript (673 forks)github user discovery
a-multi-orga-onboardinghelp wanted

Repository metrics

Stars
 (1,348 stars)
PR merge metrics
 (PR metrics pending)

Description

There are two problems with the account deletion interface on the "Pick account" screen:

  1. In the current UI the, button for deleting the account is too prominent (bright red trash can). We expect account deletion to be quite rare, so it should be less emphasized than other actions the user can take here.

A good starting point for this would be to look at other apps to identify a set of options that users will be familiar with.

  1. A confirm dialog should be added to prevent accidental account deletion.

Contributor guide