From 8c7bb55a4cfb0f4d761c493a37f118256094a0b9 Mon Sep 17 00:00:00 2001 From: AkashGowdaNC Date: Fri, 18 Sep 2026 12:30:18 +0530 Subject: [PATCH 1/5] fix(app): add scan examples to empty state copy --- app/src/App.jsx | 3 ++- changelog.d/153-empty-state-copy.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelog.d/153-empty-state-copy.md diff --git a/app/src/App.jsx b/app/src/App.jsx index c1226c3..b6199ac 100644 --- a/app/src/App.jsx +++ b/app/src/App.jsx @@ -642,7 +642,8 @@ export default function App() { {!displayedReport && (
-

Run a read-only scan. Nothing is deleted — ever — without your review.

+

Run a read-only scan of Downloads, a project folder, or another folder you want to understand. + Nothing is deleted — ever — without your review.

diff --git a/changelog.d/153-empty-state-copy.md b/changelog.d/153-empty-state-copy.md new file mode 100644 index 0000000..82ac516 --- /dev/null +++ b/changelog.d/153-empty-state-copy.md @@ -0,0 +1 @@ +Make the first scan empty state more helpful \ No newline at end of file From 16952f7bd5c3659b01522986ecefb77640a31381 Mon Sep 17 00:00:00 2001 From: AkashGowdaNC Date: Fri, 18 Sep 2026 12:36:57 +0530 Subject: [PATCH 2/5] fix(app): add scan examples to empty state copy --- changelog.d/153-empty-state-copy.md | 1 - changelog.d/153.doc.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 changelog.d/153-empty-state-copy.md create mode 100644 changelog.d/153.doc.md diff --git a/changelog.d/153-empty-state-copy.md b/changelog.d/153-empty-state-copy.md deleted file mode 100644 index 82ac516..0000000 --- a/changelog.d/153-empty-state-copy.md +++ /dev/null @@ -1 +0,0 @@ -Make the first scan empty state more helpful \ No newline at end of file diff --git a/changelog.d/153.doc.md b/changelog.d/153.doc.md new file mode 100644 index 0000000..3488177 --- /dev/null +++ b/changelog.d/153.doc.md @@ -0,0 +1 @@ +Make the first scan empty state more helpful From 0771314ef936597d745cf19eeea8a02b31c9ab28 Mon Sep 17 00:00:00 2001 From: AkashGowdaNC Date: Fri, 18 Sep 2026 12:39:10 +0530 Subject: [PATCH 3/5] fix(app): add scan examples to empty state copy --- changelog.d/{153.doc.md => 153.bugfix.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename changelog.d/{153.doc.md => 153.bugfix.md} (100%) diff --git a/changelog.d/153.doc.md b/changelog.d/153.bugfix.md similarity index 100% rename from changelog.d/153.doc.md rename to changelog.d/153.bugfix.md From dc5627be189d4b72b11d2b2f7c4fbe97407c2e4f Mon Sep 17 00:00:00 2001 From: AkashGowdaNC Date: Fri, 18 Sep 2026 12:44:35 +0530 Subject: [PATCH 4/5] fix(app): add scan examples to empty state copy --- changelog.d/153-fix-empty-state-copy.fixed.md | 1 + changelog.d/153.bugfix.md | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 changelog.d/153-fix-empty-state-copy.fixed.md delete mode 100644 changelog.d/153.bugfix.md diff --git a/changelog.d/153-fix-empty-state-copy.fixed.md b/changelog.d/153-fix-empty-state-copy.fixed.md new file mode 100644 index 0000000..34893b0 --- /dev/null +++ b/changelog.d/153-fix-empty-state-copy.fixed.md @@ -0,0 +1 @@ +- Make the first scan empty state more helpful diff --git a/changelog.d/153.bugfix.md b/changelog.d/153.bugfix.md deleted file mode 100644 index 3488177..0000000 --- a/changelog.d/153.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Make the first scan empty state more helpful From df105c989927a994c750a67bc08b38dbfca8e6f3 Mon Sep 17 00:00:00 2001 From: AkashGowdaNC Date: Fri, 18 Sep 2026 12:48:12 +0530 Subject: [PATCH 5/5] fix(app): rename 'Safe to remove' to 'Safe to quarantine' --- changelog.d/165-audit-safety-language.fixed.md | 1 + changelog.d/165-audit-safety-language.md | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 changelog.d/165-audit-safety-language.fixed.md delete mode 100644 changelog.d/165-audit-safety-language.md diff --git a/changelog.d/165-audit-safety-language.fixed.md b/changelog.d/165-audit-safety-language.fixed.md new file mode 100644 index 0000000..69c3430 --- /dev/null +++ b/changelog.d/165-audit-safety-language.fixed.md @@ -0,0 +1 @@ +- Rename 'Safe to remove' to 'Safe to quarantine' diff --git a/changelog.d/165-audit-safety-language.md b/changelog.d/165-audit-safety-language.md deleted file mode 100644 index 04c6315..0000000 --- a/changelog.d/165-audit-safety-language.md +++ /dev/null @@ -1 +0,0 @@ -Audit app copy for destructive-sounding language \ No newline at end of file