Polish script editor UI#7
Open
YuShanNan wants to merge 6 commits into
Open
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Author
|
全程使用copilot的gpt5.4写出来的 |
Keep the raw AI output in the script workflow without letting it overlap the sticky character panel on desktop, and tighten the character panel and debug output sizing for narrow screens. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Introduce a lightweight SVG favicon that matches the app's dark audio-workstation aesthetic, wire it into the document head, and keep the recent script workspace refinements in the main delivery path. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- FFmpeg 诊断: 注册 log/progress 监听器, runFFmpegTask 错误日志, try/catch 详细报错 - 修复: buildAtempoFilterChain 钳制上限 [0.2,2]→[0.2,6]; ffmpeg.exec 添加 -y 标志 - 全局速度: getProcessedDialogueAsset 接受 globalSpeed 参数, 合并 per-line speed - 播放: 对白 playbackRate=1 (速度已由 FFmpeg 保调处理到 buffer) - 导出: globalSpeed 默认 1, 不受播放速度影响 - WASM 崩溃回退: 检测 memory access out of bounds → 重置 FFmpeg → 回退原始音频 - 性能: v-for 添加 v-memo 跳过未变化行重渲染 (200行编辑不再卡顿) - UI: 亮色模式降低毛玻璃遮罩透明度; 修复 transitiongroup 大小写警告
- 分析音色改为并行执行,不再排队 - 新增批量分析/生成音色按钮(图标化标题栏) - 清理分析按钮死代码(排队中状态) - 生成音色排队中保持原色,仅生成中变色 - 队列指示器适配暗色模式
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
This PR republishes the previous UI polish changes under the correct
YuShanNancommit identity.What changed
1. Refined selected-state feedback in the script editor
2. Improved script list loading behavior
3. Improved spacing inside inputs and text areas
4. Unified corner radius across the UI
5. Added repository guidance for future Copilot sessions
.github/copilot-instructions.mdwith repository-specific notes about project structure, validation approach, and working conventions.Notes
other/are intentionally not included in this branch.