fix(account): 优化账号菜单和表单提示 - #913
Conversation
Make the account menu dismiss predictably and clarify profile and password form inputs. Co-authored-by: Codex <codex@openai.com>
|
Deployment failed for project windup with the following error: Learn More: https://vercel.com/huyan-s-projects1?upgradeToPro=build-rate-limit |
|
|
Codecov Report❌ Patch coverage is
@@ Coverage Diff @@
## main #913 +/- ##
==========================================
- Coverage 86.50% 86.21% -0.30%
==========================================
Files 304 305 +1
Lines 23830 23853 +23
Branches 3597 3605 +8
==========================================
- Hits 20615 20565 -50
- Misses 2249 2325 +76
+ Partials 966 963 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 5 files with indirect coverage changes 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
I reviewed the complete fixed-range diff for the account menu and account settings changes. The account form guidance and sticky desktop navigation are consistent with their consumers, but the new pointer-dismiss interaction introduces a mouse usability regression for the menu items. Local focused tests and typecheck were not runnable because this checkout has no executable vitest/tsc dependencies.
Summary
Verification
npm test -- --run src/app/layout/app-header.test.tsx src/pages/account/index.test.tsx(55 passed)npm run typechecknpm run lintnpm run buildRefs #783