Skip to content

Conversation

@emilioidk
Copy link
Contributor

@emilioidk emilioidk commented Oct 7, 2025

To address #712 we introduce a spellcheck boolean setting to control the spellCheck attribute of the input bar. By disabling the spellcheck members will not see a squiggly line under the text while they input it.

re #712

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a new spellcheck setting to disable spell checking in the Cerebro app's input bar to address user feedback about distracting squiggly underlines while typing.

  • Added a new boolean configuration option spellcheck with default value false
  • Added a checkbox control in the settings UI to toggle the spellcheck feature
  • Connected the spellcheck setting to the main input bar's spellCheck attribute

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
app/lib/config.js Added spellcheck configuration schema with default false value
app/plugins/core/settings/Settings/index.js Added spellcheck state management and UI checkbox control
app/main/components/Cerebro/index.js Applied spellcheck config to the main input bar component

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link
Member

@PeterDaveHello PeterDaveHello left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The subject line is too long.

To address cerebroapp#712 we introduce a spellcheck boolean
setting to control the spellCheck attribute of the input bar. By disabling the spellcheck members
will not see a squiggly line under the text while they input it.

re cerebroapp#712
@emilioidk emilioidk force-pushed the add-spellcheck-setting branch from 9f6aa72 to 21d8c3a Compare October 13, 2025 18:07
@emilioidk emilioidk changed the title feat(settings and input bar): add option for disabling spellcheck dur… feat(settings and input bar): add option for toggling spell check Oct 13, 2025
@emilioidk
Copy link
Contributor Author

The subject line is too long.

I have amended it now to a shorter subject

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants