[PR #483] [MERGED] Fix spell correction prompt showing #3332

Closed
opened 2026-07-15 02:02:23 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/483
Author: @gschier
Created: 6/29/2026
Status: Merged
Merged: 6/29/2026
Merged by: @gschier

Base: mainHead: codex/fix-spell-correction-prompt


📝 Commits (2)

  • dab8afa Fix spell correction prompt showing
  • 4fa42f0 Fix lint warnings

📊 Changes

7 files changed (+19 additions, -7 deletions)

View changed files

📝 apps/yaak-client/components/CookieDialog.tsx (+7 -3)
📝 apps/yaak-client/components/WorkspaceSettingsDialog.tsx (+1 -1)
📝 apps/yaak-client/components/core/Editor/Editor.tsx (+4 -0)
📝 apps/yaak-client/components/core/KeyValueRow.tsx (+3 -1)
📝 apps/yaak-client/components/git/FileHistoryDialog.tsx (+1 -1)
📝 apps/yaak-client/components/git/GitCommitDialog.tsx (+1 -1)
📝 packages/ui/src/components/tree/TreeItem.tsx (+2 -0)

📄 Description

Fixes the macOS correction popover appearing while typing request names and other technical text by disabling autocorrect and autocapitalization where those values are entered. Spellcheck is left enabled so users can still get red squiggles without the intrusive suggestion bubble.

  • Adds autocorrect/autocapitalization-off attributes to CodeMirror-backed text inputs.
  • Disables autocorrect/autocapitalization for inline tree rename fields.
  • Applies the same behavior to cookie text fields.
  • Cleans up existing lint warnings from unused imports, a ReactNode tooltip title, and intentionally ignored cookie update promises.
  • Validated with npm run lint.

https://yaak.app/feedback/posts/fix-spell-correction-prompt-showing


🔄 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/mountain-loop/yaak/pull/483 **Author:** [@gschier](https://github.com/gschier) **Created:** 6/29/2026 **Status:** ✅ Merged **Merged:** 6/29/2026 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `main` ← **Head:** `codex/fix-spell-correction-prompt` --- ### 📝 Commits (2) - [`dab8afa`](https://github.com/mountain-loop/yaak/commit/dab8afabfed3563a6a957f481050eed2e3e5e4ab) Fix spell correction prompt showing - [`4fa42f0`](https://github.com/mountain-loop/yaak/commit/4fa42f0824d1faa03b133b67929825a0946b4a6d) Fix lint warnings ### 📊 Changes **7 files changed** (+19 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `apps/yaak-client/components/CookieDialog.tsx` (+7 -3) 📝 `apps/yaak-client/components/WorkspaceSettingsDialog.tsx` (+1 -1) 📝 `apps/yaak-client/components/core/Editor/Editor.tsx` (+4 -0) 📝 `apps/yaak-client/components/core/KeyValueRow.tsx` (+3 -1) 📝 `apps/yaak-client/components/git/FileHistoryDialog.tsx` (+1 -1) 📝 `apps/yaak-client/components/git/GitCommitDialog.tsx` (+1 -1) 📝 `packages/ui/src/components/tree/TreeItem.tsx` (+2 -0) </details> ### 📄 Description Fixes the macOS correction popover appearing while typing request names and other technical text by disabling autocorrect and autocapitalization where those values are entered. Spellcheck is left enabled so users can still get red squiggles without the intrusive suggestion bubble. - Adds autocorrect/autocapitalization-off attributes to CodeMirror-backed text inputs. - Disables autocorrect/autocapitalization for inline tree rename fields. - Applies the same behavior to cookie text fields. - Cleans up existing lint warnings from unused imports, a ReactNode tooltip title, and intentionally ignored cookie update promises. - Validated with `npm run lint`. https://yaak.app/feedback/posts/fix-spell-correction-prompt-showing --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-15 02:02:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/yaak#3332