feat: add Focus Mode for compact UI display#328
Merged
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom Dec 29, 2025
Merged
feat: add Focus Mode for compact UI display#328breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom
Conversation
- Add isFocusMode state and toggleFocusMode action to workflow-store - Extend useIsCompactMode() hook to support Focus Mode - Add Focus Mode toggle to More Actions dropdown menu - Persist Focus Mode setting in localStorage - Add i18n translations for 5 languages 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
c3a7a71 to
84b0e61
Compare
Merged
braking-brake-semantic-release Bot
pushed a commit
that referenced
this pull request
Dec 29, 2025
## [3.10.0](v3.9.1...v3.10.0) (2025-12-29) ### Features * add Focus Mode for compact UI display ([#328](#328)) ([16d03ca](16d03ca)) ### Documentation * add Star History chart and badges to README ([#327](#327)) ([e8c45bb](e8c45bb)) * update hero image with new workflow screenshot ([#325](#325)) ([81255b8](81255b8)) * update README demo GIFs with Edit with AI and Run Workflow demos ([#326](#326)) ([128e0be](128e0be))
|
🎉 This PR is included in version 3.10.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
braking-brake-semantic-release Bot
pushed a commit
that referenced
this pull request
Dec 29, 2025
## [3.10.0](v3.9.1...v3.10.0) (2025-12-29) ### Features * add Focus Mode for compact UI display ([#328](#328)) ([16d03ca](16d03ca)) ### Documentation * add Star History chart and badges to README ([#327](#327)) ([e8c45bb](e8c45bb)) * update hero image with new workflow screenshot ([#325](#325)) ([81255b8](81255b8)) * update README demo GIFs with Edit with AI and Run Workflow demos ([#326](#326)) ([128e0be](128e0be))
|
🎉 This PR is included in version 3.10.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
tinnt-truman
pushed a commit
to tinnt-truman/cc-wf-studio
that referenced
this pull request
Jan 15, 2026
## [3.10.0](breaking-brake/cc-wf-studio@v3.9.1...v3.10.0) (2025-12-29) ### Features * add Focus Mode for compact UI display ([breaking-brake#328](breaking-brake#328)) ([16d03ca](breaking-brake@16d03ca)) ### Documentation * add Star History chart and badges to README ([breaking-brake#327](breaking-brake#327)) ([e8c45bb](breaking-brake@e8c45bb)) * update hero image with new workflow screenshot ([breaking-brake#325](breaking-brake#325)) ([81255b8](breaking-brake@81255b8)) * update README demo GIFs with Edit with AI and Run Workflow demos ([breaking-brake#326](breaking-brake#326)) ([128e0be](breaking-brake@128e0be))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add Focus Mode feature that forces compact UI display regardless of window width.
Changes
State Management
isFocusModestate andtoggleFocusModeaction with localStorage persistenceResponsive Hook
useIsCompactMode()to returntruewhen Focus Mode is enabledUI Components
Internationalization
toolbar.focusModetranslation key for 5 languages (en, ja, ko, zh-CN, zh-TW)Testing
🤖 Generated with Claude Code