docs: add keyboard shortcuts and pinned terminals to README#5
Merged
Conversation
- Add keyboard shortcuts section with table of all shortcuts - Add pinned terminals to features list - Update GUI usage instructions to mention pinning - Update table of contents Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This was referenced Jan 18, 2026
eyelock
pushed a commit
that referenced
this pull request
Jan 18, 2026
Changes: - Use two-line layout: label + Browse button on line 1, full-width text field on line 2 - Matches PathInputField visual pattern for consistency - Full PathInputField component integration deferred to PR #5 Updated implementation plan to include TermQ Data Folder in PR #5 scope. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
eyelock
added a commit
that referenced
this pull request
Jan 18, 2026
…#70) * feat: add SharedToggle component and reorganize settings tabs **SharedToggle Component** - Create reusable toggle that respects global settings - Show disabled state with optional clickable message - Support help text and custom disabled messages **Settings Reorganization** - Reorganize General tab: Terminal, Bin, Updates, Language, Uninstall, About - Reorganize Data & Security tab: Security, Data Storage, Data Protection - Move Uninstall section from Data & Security to General **Security Settings Updates** - Add allowTerminalsToRunAgentPrompts global setting (default: false) - Rename confirmExternalLLMModifications → allowExternalLLMModifications - Change all security defaults to FALSE (more secure by default) **Implementation Note**: Proper localization for new strings will be added in PR #7. Expected warnings: file_length (535 lines) and type_body_length (409 lines) in SettingsView.swift - will be addressed in PR #7 via view extraction. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * fixup: improve TermQ Data Folder layout to match PathInputField pattern Changes: - Use two-line layout: label + Browse button on line 1, full-width text field on line 2 - Matches PathInputField visual pattern for consistency - Full PathInputField component integration deferred to PR #5 Updated implementation plan to include TermQ Data Folder in PR #5 scope. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> --------- Co-authored-by: David Collie <support@eyelock.net> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
eyelock
pushed a commit
that referenced
this pull request
Jan 18, 2026
…/8) Apply reusable UI components from PRs #1-2 to Terminal settings tab, improving consistency and user experience across settings interfaces. Changes: - Replace Working Directory TextField+Button with PathInputField component - Adds path validation with warning icon for invalid paths - Provides consistent folder browser experience - Replace three security toggle patterns with SharedToggle component: - "Allow Agent Prompts" (renamed from "Allow Autorun" for clarity) - "Confirm External Modifications" - "Allow OSC Clipboard" - Update AppStorage keys to match global settings from PR #2: - enableTerminalAutorun → globalAllowAgentPrompts - confirmExternalLLMModifications → globalAllowExternalModifications - Added globalAllowOscClipboard - Reorder security toggles to match Global Settings order for consistency - Add localization strings for Agent Prompts and disabled messages - Fix line length warnings in Strings.swift Technical details: - Removed obsolete browseDirectory() function (handled by PathInputField) - Consistent disabled messaging when global settings are off - Matches visual patterns established in Environment tab (PR #3) - All security toggles now use unified SharedToggle component - Added translations to all 40 language files Part of Settings UI improvement series (PR #5 of 8) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
eyelock
added a commit
that referenced
this pull request
Jan 18, 2026
…/8) (#73) Apply reusable UI components from PRs #1-2 to Terminal settings tab, improving consistency and user experience across settings interfaces. Changes: - Replace Working Directory TextField+Button with PathInputField component - Adds path validation with warning icon for invalid paths - Provides consistent folder browser experience - Replace three security toggle patterns with SharedToggle component: - "Allow Agent Prompts" (renamed from "Allow Autorun" for clarity) - "Confirm External Modifications" - "Allow OSC Clipboard" - Update AppStorage keys to match global settings from PR #2: - enableTerminalAutorun → globalAllowAgentPrompts - confirmExternalLLMModifications → globalAllowExternalModifications - Added globalAllowOscClipboard - Reorder security toggles to match Global Settings order for consistency - Add localization strings for Agent Prompts and disabled messages - Fix line length warnings in Strings.swift Technical details: - Removed obsolete browseDirectory() function (handled by PathInputField) - Consistent disabled messaging when global settings are off - Matches visual patterns established in Environment tab (PR #3) - All security toggles now use unified SharedToggle component - Added translations to all 40 language files Part of Settings UI improvement series (PR #5 of 8) Co-authored-by: David Collie <support@eyelock.net> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
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
Test plan
🤖 Generated with Claude Code