fix(web): clarify account deletion is reversible #165
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
The account deletion dialog says 'This cannot be undone' but accounts ARE actually restorable by logging in again. This:
Solution
Update messaging to accurately describe what happens:
Changes
src/routes/settings.tsx: Update confirm dialog and subtitle textBefore/After
Before:
After:
Greptile Overview
Greptile Summary
This PR updates the Settings “Danger zone” copy and the account-deletion confirm dialog to clarify that deletion is a soft-delete: published skills remain public and the account can be restored by logging in again within 30 days. Changes are confined to the web route
src/routes/settings.tsx, adjusting user-facing strings only and leaving the underlyingapi.users.deleteAccountmutation behavior unchanged.Confidence Score: 5/5
(5/5) You can turn off certain types of comments like style here!
Context used:
dashboard- AGENTS.md (source)