Uh oh!
There was an error while loading. Please reload this page.
fix(windows): reduce SendInput pressure after dictation - #503
Conversation
PR Reviewer Guide 🔍(Review updated until commit 96a0ee4)Here are some key observations to aid the review process:
|
Persistent review updated to latest commit db6c4bd |
This reverts commit db6c4bd.
Persistent review updated to latest commit 5bf197c |
Persistent review updated to latest commit 358c8d4 |
Persistent review updated to latest commit 96a0ee4 |
Uh oh!
There was an error while loading. Please reload this page.
…st 统一定位 + Windows 听写后 SendInput 降压 合并 #503(fix(windows): reduce SendInput pressure after dictation): 听写结束后降低 SendInput 调用压力,优化 coordinator/dictation/insertion 路径。 合并 #505(fix(ui): 统一 SavedToast 弹框位置与进出方向): SavedToast 默认停靠右上角,新增 slideFrom 属性支持 right/top 两种进出方向, SettingsModal 用 slideFrom="top" + absolute 锚定内容区。 合并 #506(refactor(ui): 精简多语言文案 + 设置/风格/市场界面与图标重构): 精简 en/ja/ko/zh-CN/zh-TW 过长功能描述文案, 风格包卡片与编辑器抽屉改用 framer-motion 进出动效, Settings/Marketplace/shared/Icon 界面重构。 本次只动版本号,逻辑改动已在 #503#505#506 落盘。
User description
Fixes#491
Summary
CopiedFallbackwhen both clipboard write and Unicode SendInput failValidation
cargo test coordinator:: --manifest-path "openless-all/app/src-tauri/Cargo.toml"Notes
PR Type
Bug fix, Tests
Description
Pace Windows Unicode SendInput
Fallback to clipboard after failure
Refactor streaming insert draining
Add regression tests and copy updates
Diagram Walkthrough
File Walkthrough
3 files
Add shared non-TSF fallback handlingExtract streaming flush and add testsPace Windows Unicode SendInput chunks7 files
Clarify fallback behavior in preferences docsUpdate fallback description for paced insertionRefresh fallback wording in JapaneseRefresh fallback wording in KoreanUpdate Chinese fallback copyUpdate traditional Chinese fallback copyAlign frontend preference docs with fallback flow