From 7b166654352e92851c9b02edd7a66e5d6c6ddf94 Mon Sep 17 00:00:00 2001 From: Bret Mogilefsky Date: Sat, 20 Jun 2026 15:05:11 -0700 Subject: [PATCH 1/2] Update GitHub repo references from feedback* to feedBack* --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb64e587..541081f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 does not implement — on the desktop app it returns `null` and logs a warning, so the actions silently no-opped while their no-prompt siblings (e.g. Delete Section) still worked. This made it look like - "only delete works" on Windows/desktop (issue got-feedback/feedback#480). + "only delete works" on Windows/desktop (issue got-feedback/feedBack#480). Replaced every `prompt()` call with a small in-app text-prompt modal (`_editorPromptText`, built on the existing `_installModalKeyboard` helper) that resolves to the entered string on OK/Enter or `null` on From 26e7d465534f6a3d417c334be1442b43a79ac1da Mon Sep 17 00:00:00 2001 From: ChrisBeWithYou Date: Mon, 20 Jul 2026 22:50:58 -0500 Subject: [PATCH 2/2] Fix organization casing in issue reference --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 541081f5..8e3d6ad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 does not implement — on the desktop app it returns `null` and logs a warning, so the actions silently no-opped while their no-prompt siblings (e.g. Delete Section) still worked. This made it look like - "only delete works" on Windows/desktop (issue got-feedback/feedBack#480). + "only delete works" on Windows/desktop (issue got-feedBack/feedBack#480). Replaced every `prompt()` call with a small in-app text-prompt modal (`_editorPromptText`, built on the existing `_installModalKeyboard` helper) that resolves to the entered string on OK/Enter or `null` on