Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
31b19e8
feat: add custom mail verification helper
chukangkang May 23, 2026
269742f
fix: skip post-signup onboarding in step 5
chukangkang May 23, 2026
f56f7ce
feat: add HeroSMS operator selection
chukangkang May 23, 2026
1d31d0f
fix: keep HeroSMS operator loading non-blocking
chukangkang May 23, 2026
7e96b52
fix: prevent HeroSMS operator render recursion
chukangkang May 23, 2026
ef4ae1b
fix: stop HeroSMS country operator recursion
chukangkang May 23, 2026
d507f68
fix: isolate HeroSMS operator startup rendering
chukangkang May 23, 2026
9357bd5
fix: advance Step 5 ready page
chukangkang May 23, 2026
2abdc6c
fix: preserve selected HeroSMS operator
chukangkang May 23, 2026
bf05668
fix: keep HeroSMS operator visible in UI
chukangkang May 23, 2026
ebb71f9
fix: persist HeroSMS operator setting
chukangkang May 23, 2026
2a3d2ee
fix: apply HeroSMS operator to number requests
chukangkang May 23, 2026
1618b18
fix: advance signup post-verification prompts
chukangkang May 23, 2026
454618b
fix: advance post-profile consent prompts
chukangkang May 23, 2026
7e51aea
fix: skip stale profile post-submit prompt
chukangkang May 23, 2026
af305af
fix: consume successful custom mail pool email
chukangkang May 23, 2026
8e2208c
fix: clear home page signup prompts
chukangkang May 23, 2026
b264d5f
fix: ignore profile submit in prompt scanner
chukangkang May 23, 2026
8a5fccb
fix: skip Chinese signup survey prompts
chukangkang May 23, 2026
5f4cfc2
fix: validate signup prompts before step 6
chukangkang May 23, 2026
dc773a0
fix: recover step 5 bfcache completion
chukangkang May 23, 2026
5330252
fix: require content state for step 5 recovery
chukangkang May 23, 2026
691d843
fix: click step 5 survey prompts reliably
chukangkang May 23, 2026
c4404c9
fix: finish step 5 after fallback prompts
chukangkang May 24, 2026
cafeb5a
fix: advance after validated step 5 recovery
chukangkang May 24, 2026
af096e4
fix: sync custom mail provider pool updates
chukangkang May 24, 2026
b0502d1
fix: advance custom mail provider pool email
chukangkang May 24, 2026
c914aed
fix: advance current node after step completion
chukangkang May 24, 2026
f405c30
fix: reduce step5 post-submit prompt scanning
chukangkang May 24, 2026
bcd67f0
fix: isolate step5 completion signals by execution token
chukangkang May 24, 2026
b7614f6
fix: complete step5 after three post-submit prompts
chukangkang May 24, 2026
981761c
fix: keep UI steps aligned across auto-run rounds
chukangkang May 24, 2026
3001ad8
fix: align sidepanel workflow with backend target changes
chukangkang May 25, 2026
def52f0
fix: run platform verify as background-completed step
chukangkang May 25, 2026
9befbbf
fix: isolate auto-run rounds from stale session state
chukangkang May 25, 2026
673cbfb
fix: complete step5 prompt fallback after first success
chukangkang May 25, 2026
3fc4d0e
fix: require two step5 prompt fallback passes
chukangkang May 25, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
.omx/
/node_modules
/.runtime
/.env
/docs/新步骤顺序
__pycache__/
*.pyc
Expand Down
Loading