promote: dev → uat (Register account-created success message) #3

Merged
savannah-savings-cto[bot] merged 4 commits from dev into uat 2026-05-04 19:08:27 +00:00

4 Commits

Author SHA1 Message Date
cartsnitch-engineer[bot] 0828fa0ead fix(register): replace check-your-email success state with inline message (#2)
* fix(register): replace check-your-email success state with inline message

Ports PR #181 intent from cartsnitch/cartsnitch to cartsnitch/app.
Removes registrationComplete, resendLoading, resendMessage state and the
handleResendVerification function. After successful signUp.email, now
sets setError('Account created! Please sign in.') instead of showing
the separate "Check your email" page.

Refs: CAR-822, CAR-818

* fix(e2e): update registration test to match new inline success message

Renames 'can register a new account and see check your email screen' to
'shows success message after registration' and asserts .bg-red-50 contains
'Account created! Please sign in.' instead of checking for a heading.

Updates 'can sign in with credentials' test to first register a fresh account
and assert the success message, then proceed with login.

Refs: CAR-822, PR cartsnitch/cartsnitch#181

---------

Co-authored-by: Chris Farhood <chris@farhood.org>
2026-05-04 19:07:56 +00:00
savannah-savings-cto[bot] 92ea1e42ab Merge pull request #1 from cartsnitch/main
CTO review: APPROVED. CI workflow, image naming, and docs all verified.
2026-04-19 12:55:06 +00:00
Test User 7ae6382f8b docs: update CLAUDE.md for standalone frontend repo
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / audit (push) Has been cancelled
CI / e2e (push) Has been cancelled
CI / lighthouse (push) Has been cancelled
CI / build-and-push (push) Has been cancelled
CI / deploy-dev (push) Has been cancelled
CI / deploy-uat (push) Has been cancelled
CI / lighthouse (pull_request) Has been cancelled
CI / lint (pull_request) Has been cancelled
CI / test (pull_request) Has been cancelled
CI / audit (pull_request) Has been cancelled
CI / e2e (pull_request) Has been cancelled
CI / build-and-push (pull_request) Has been cancelled
CI / deploy-dev (pull_request) Has been cancelled
CI / deploy-uat (pull_request) Has been cancelled
2026-04-19 12:39:12 +00:00
Test User 92ab66d737 ci: add frontend-only CI workflow 2026-04-19 12:38:19 +00:00