Fix text insertion mode description wrapping - #791
Conversation
|
The PR Policy check is blocking this PR because required template information is missing. Please update the PR description with:
Visual files detected:
Screenshots or video are required for UI, UX, settings, onboarding, overlay, menu bar, or visual behavior changes. If this PR has no visual changes, check the no-visual-change box in the template. If this remains incomplete for 48 hours after opening, the PR may be closed. |
Greptile SummaryThis PR fixes the Text Insertion Mode settings row so its description uses the available leading space and wraps vertically while preserving the picker's fixed width.
|
Description
Allow the Text Insertion Mode description to wrap instead of truncating at narrower Settings window widths. The text now takes the available leading space while the picker keeps its existing fixed width.
Type of Change
Related Issue or Discussion
Closes #776.
Testing
swiftlint --strict --config .swiftlint.yml Sources(SwiftLint is not installed locally)swiftformat --config .swiftformat Sources(SwiftFormat is not installed locally)xcodebuild test -project Fluid.xcodeproj -scheme Fluid -destination 'platform=macOS,arch=arm64'Also verified with
swiftc -parse,git diff --check, and an unsigned app build.Screenshots / Video
After: narrow Settings window with the full Text Insertion Mode description wrapped beside the picker.
Notes
AI assistance: Codex was used for implementation and validation.