Skip to content

fix(editor): remove the redundant top-bar settings button - #465

Merged
EtienneLescot merged 1 commit into
mainfrom
claude/remove-button-0d266c
Aug 22, 2026
Merged

fix(editor): remove the redundant top-bar settings button#465
EtienneLescot merged 1 commit into
mainfrom
claude/remove-button-0d266c

Conversation

@EtienneLescot

@EtienneLescot EtienneLescot commented Aug 22, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Removes the gear/Settings icon button from the editor top bar (between the theme toggle and Export) — it opened the shortcuts configuration dialog, which is already reachable as "Keyboard Shortcuts" from the OpenScreen wordmark menu.
  • Drops the now-unused topbar.settings string from all 13 locales.
  • Fixes two lines in the manual e2e checklist that tested/referenced the removed control.

Targets main; will need to be cherry-picked into 1.10.0.rc2.

Test plan

  • tsc --noEmit clean
  • EditorTopBar.test.tsx, localeParity.test.ts, ProviderSettings.test.tsx pass (35 tests)
  • Verified in the v4 browser preview: top bar goes Toggle theme → Export directly, and Keyboard Shortcuts still opens correctly from the wordmark menu

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Updates

    • Removed the Settings shortcut from the editor’s top bar.
    • Settings remain accessible through the application menu.
    • Updated editor translations across supported languages to reflect the streamlined top bar.
  • Documentation

    • Updated keyboard shortcut guidance and manual checks to remove references to the top-bar Settings shortcut.

The gear icon between the theme toggle and Export opened the shortcuts
configuration dialog — the same dialog already reachable as "Keyboard
Shortcuts" from the OpenScreen wordmark menu. Unlike AI settings, which
llm-providers.md documents as an intentional "two doors, one dialog",
this second door was just a leftover.

Removed the button and its icon import, the now-dead `topbar.settings`
string from all 13 locales, and the two manual e2e checklist lines that
tested or referenced the removed control.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 15ba8452-a845-43ff-a428-ac1da2f4066d

📥 Commits

Reviewing files that changed from the base of the PR and between 80d4663 and 3770d86.

📒 Files selected for processing (15)
  • src/components/ai-edition/v4/EditorTopBar.tsx
  • src/i18n/locales/ar/editor.json
  • src/i18n/locales/en/editor.json
  • src/i18n/locales/es/editor.json
  • src/i18n/locales/fr/editor.json
  • src/i18n/locales/it/editor.json
  • src/i18n/locales/ja-JP/editor.json
  • src/i18n/locales/ko-KR/editor.json
  • src/i18n/locales/pt-BR/editor.json
  • src/i18n/locales/ru/editor.json
  • src/i18n/locales/tr/editor.json
  • src/i18n/locales/vi/editor.json
  • src/i18n/locales/zh-CN/editor.json
  • src/i18n/locales/zh-TW/editor.json
  • technical-documentation/testing/manual-e2e-checklist.md
💤 Files with no reviewable changes (14)
  • src/i18n/locales/en/editor.json
  • src/i18n/locales/es/editor.json
  • src/i18n/locales/zh-TW/editor.json
  • src/i18n/locales/vi/editor.json
  • src/i18n/locales/ru/editor.json
  • src/i18n/locales/ja-JP/editor.json
  • src/i18n/locales/zh-CN/editor.json
  • src/i18n/locales/fr/editor.json
  • src/i18n/locales/it/editor.json
  • src/i18n/locales/ar/editor.json
  • src/i18n/locales/ko-KR/editor.json
  • src/i18n/locales/pt-BR/editor.json
  • src/components/ai-edition/v4/EditorTopBar.tsx
  • src/i18n/locales/tr/editor.json

Included review availability: Your plan provides up to 4 included reviews per hour; 2 remain after this review.


📝 Walkthrough

Walkthrough

The editor top bar no longer includes a direct settings button. Settings access remains in the application menu. Related translations and manual end-to-end checklist steps were removed or updated.

Changes

Editor settings shortcut removal

Layer / File(s) Summary
Remove top-bar settings control
src/components/ai-edition/v4/EditorTopBar.tsx
The settings icon import and direct toolbar settings button were removed.
Update locale data and manual checks
src/i18n/locales/*/editor.json, technical-documentation/testing/manual-e2e-checklist.md
The topbar.settings entries were removed across locales. The manual checklist now validates the remaining shortcut-dialog flow without the top-bar settings path.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Merge Risk: ⚪ Minimal · up to 3770d

This removes a redundant editor control while preserving access to Keyboard Shortcuts through the existing menu; no actionable merge-blocking risk remains after normal checks and review.

Suggested reviewers: claude

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the primary change: removing the redundant editor top-bar Settings button.
Description check ✅ Passed The description provides a clear summary and detailed testing evidence, but omits several optional template sections such as issue, change type, and release impact.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.)
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/remove-button-0d266c

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@EtienneLescot
EtienneLescot merged commit 560ff46 into main Aug 22, 2026
18 checks passed
@EtienneLescot
EtienneLescot deleted the claude/remove-button-0d266c branch August 22, 2026 10:22
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.

1 participant