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

Add files via upload #76

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

Add files via upload #76

wants to merge 2 commits into from

Conversation

Felicia-Mayeyane
Copy link
Contributor

//ability to remove accounts

Copy link
Member

@nate-thegrate nate-thegrate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Felicia! Thanks for your patience, and apologies for the confusion—I believe the Notion task you were assigned was for allowing admins to delete user accounts, whereas this PR seems to involve a user deleting their own account.

image

Thanks again for the continued contributions, despite how the vastly different time zones can make it difficult to sync up. Since #75 is set up to be editing the correct file, would you be good on closing this pull request and focusing on that one?

Comment on lines -96 to +102
title: const Text('close account'),
onTap: () => navigator.showDialog(const CloseAccount()),
title: const Text('Close Account'),
onTap: () => showDialog(
context: context,
builder: (context) => const DeleteAccountDialog(),
),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh dang, looks like with this change, we now have delete_account.dart and close_account.dart which are set up to do the exact same thing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants