[PR #165] [CLOSED] fix(web): clarify account deletion is reversible #277

Closed
opened 2026-02-15 17:16:38 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/openclaw/clawhub/pull/165
Author: @aronchick
Created: 2/7/2026
Status: Closed

Base: mainHead: fix/account-deletion-messaging


📝 Commits (1)

  • f5e3157 fix(web): clarify account deletion is reversible

📊 Changes

1 file changed (+8 additions, -2 deletions)

View changed files

📝 src/routes/settings.tsx (+8 -2)

📄 Description

Problem

The account deletion dialog says 'This cannot be undone' but accounts ARE actually restorable by logging in again. This:

  • Is factually incorrect
  • Creates unnecessary user anxiety
  • Erodes trust when users discover the truth

Solution

Update messaging to accurately describe what happens:

  • Skills remain public
  • Account can be restored within 30 days by logging in again

Changes

  • src/routes/settings.tsx: Update confirm dialog and subtitle text

Before/After

Before:

Soft delete your account? This cannot be undone.

After:

Delete your account? Your published skills will remain public.
You can restore your account by logging in again within 30 days.

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 underlying api.users.deleteAccount mutation behavior unchanged.

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk.
  • The diff only changes user-facing text in a confirm dialog and subtitle; there are no behavioral or API changes, and the updated strings remain syntactically valid TypeScript/JSX.
  • No files require special attention

(5/5) You can turn off certain types of comments like style here!

Context used:

  • Context from dashboard - AGENTS.md (source)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/openclaw/clawhub/pull/165 **Author:** [@aronchick](https://github.com/aronchick) **Created:** 2/7/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/account-deletion-messaging` --- ### 📝 Commits (1) - [`f5e3157`](https://github.com/openclaw/clawhub/commit/f5e3157ebd74051d1101b613c9e1d3279ab645c3) fix(web): clarify account deletion is reversible ### 📊 Changes **1 file changed** (+8 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/routes/settings.tsx` (+8 -2) </details> ### 📄 Description ## Problem The account deletion dialog says 'This cannot be undone' but accounts ARE actually restorable by logging in again. This: - Is factually incorrect - Creates unnecessary user anxiety - Erodes trust when users discover the truth ## Solution Update messaging to accurately describe what happens: - Skills remain public - Account can be restored within 30 days by logging in again ## Changes - `src/routes/settings.tsx`: Update confirm dialog and subtitle text ## Before/After **Before:** > Soft delete your account? This cannot be undone. **After:** > Delete your account? Your published skills will remain public. > You can restore your account by logging in again within 30 days. <!-- greptile_comment --> <h2>Greptile Overview</h2> <h3>Greptile Summary</h3> 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 underlying `api.users.deleteAccount` mutation behavior unchanged. <h3>Confidence Score: 5/5</h3> - This PR is safe to merge with minimal risk. - The diff only changes user-facing text in a confirm dialog and subtitle; there are no behavioral or API changes, and the updated strings remain syntactically valid TypeScript/JSX. - No files require special attention <!-- greptile_other_comments_section --> <sub>(5/5) You can turn off certain types of comments like style [here](https://app.greptile.com/review/github)!</sub> **Context used:** - Context from `dashboard` - AGENTS.md ([source](https://app.greptile.com/review/custom-context?memory=a1d58d20-b4dd-4cbb-973a-9fd7824e1921)) <!-- /greptile_comment --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:16:38 -05:00
yindo closed this issue 2026-02-15 17:16:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/clawhub#277