Commit Graph

13 Commits

Author SHA1 Message Date
QLHazyCoder a7b35ee11a refactor flows into canonical runtime architecture 2026-05-21 07:21:34 +08:00
QLHazyCoder 7bc1e70e40 修复设置自动保存与标签清理边界 2026-05-20 05:15:56 +08:00
QLHazyCoder 995982d7be feat: rebuild kiro flow as independent desktop auth pipeline 2026-05-18 22:50:43 +08:00
QLHazyCoder 253f15cee6 feat: 添加 Kiro 授权流程的 cookie 清理和重试机制,优化跨页面恢复 2026-05-18 15:10:18 +08:00
QLHazyCoder 727d1523dd 修复手机号注册绑定邮箱节点执行与资料提交等待 2026-05-16 00:53:14 +08:00
QLHazyCoder a85ed0ce89 feat: lay groundwork for multi-flow registries 2026-05-13 04:46:56 +08:00
QLHazyCoder 8b9adb9085 fix(tabs): stop fallback outside locked window 2026-05-12 15:35:43 +08:00
朴圣佑 2bb34f9064 fix(tabs): lock automation to selected window 2026-05-12 11:24:12 +08:00
QLHazyCoder b421849801 feat: 添加 waitForTabStableComplete 函数以确保标签页在稳定状态后再执行后续步骤 2026-04-26 02:02:57 +08:00
QLHazyCoder 4a55cf210b feat(signup): 优化步骤 3 收尾阶段的错误处理与日志记录 2026-04-23 15:47:38 +08:00
祁连海 73f9deb53e feat: 修复停止逻辑 2026-04-17 23:29:10 +08:00
QLHazyCoder c745405f90 feat: Enhance Step 9 diagnostics and error handling
- Refactor getStatusBadgeEntries to use createStep9Entry for better encapsulation.
- Introduce error visual signals detection in createStep9Entry.
- Add functions to identify OAuth callback timeout failures and step 9 failure texts.
- Update buildStep9StatusDiagnostics to include error visual summaries and handle conflicts between success and failure states.
- Implement new tests for step 9 diagnostics, ensuring correct behavior with success badges and error banners.
- Remove outdated tests related to step 5 onboarding and redirect race conditions.
- Add new tests for auto-run behavior in step 6 restart scenarios.
2026-04-17 04:33:14 +08:00
QLHazyCoder 3071f94f7c feat: add step definitions module and integrate with sidepanel
- Introduced a new module for step definitions in `data/step-definitions.js` to manage shared step metadata.
- Updated `sidepanel.html` to dynamically render steps based on the new step definitions module.
- Refactored `sidepanel.js` to utilize the step definitions for rendering and managing step statuses.
- Enhanced tests to validate the step definitions module and its integration with the sidepanel.
- Cleaned up existing tests to ensure they align with the new structure and functionality.
2026-04-17 01:39:46 +08:00