microsoft / microsoft/vscode-pull-request-github
'Complete Merge' button hidden behind notification toast
未关闭
还没有人认领这个 Issue。
upstream/vscode
- 主要语言
- TypeScript
- 星标
- 2.6k
- 派生
- 796
- 平均合并
- 1 天 4 小时
- 30 天内合并 PR
- 46
描述
When you're in a PR and you have conflicts and you click the 'Resolve Conflicts' button
it brings up the merge editor with a notification type toast saying what is happening
Problem is, that toast covers the 'complete merge' button. If you 'cancel' that notification type piece, you go right back out of the view.
You have to do some acrobatics of window resizing or splitpaning etc to get to the 'complete merge' button.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
通过打开 pull request、选择 Resolve Conflicts 并观察 merge editor 中的通知 toast,复现 VS Code 中的冲突解决流程。从相关 extension 入口追踪 merge editor 和通知的布局;完成的标准是 Complete Merge 按钮保持可访问,无需取消通知或调整窗格大小。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- typescript
- 领域
- frontend
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 58/100