Skip to content

feat: add account status tab - #93

Merged
orangeboyChen merged 8 commits into
mainfrom
codex/feat-account-status
Sep 3, 2026
Merged

feat: add account status tab#93
orangeboyChen merged 8 commits into
mainfrom
codex/feat-account-status

Conversation

@orangeboyChen

@orangeboyChen orangeboyChen commented Sep 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add the Account Status tab with vertically stacked credential cards.
  • Use Lobe UI for quota, check-in, model, loading, empty, and error states.
  • Add SSR credential skeletons, client-side parallel loading, per-card refresh/check-in, and batch actions.
  • Add responsive layout, dark theme support, quota progress, and pagination for more than 50 credentials.
  • Prefer /v3/config for model discovery and fall back to the legacy endpoint only on 404/405.

Validation

  • bun run lint
  • bun run format:check
  • bun run typecheck
  • bun run test:coverage ✅ 235 tests passed; statements 93.78%; branches 87.66%
  • bun scripts/check-patch-branches.ts --base origin/main ✅ 90.74% (49/54)
  • bun run build ✅ production build passed with Webpack

Notes

  • The repository build script uses Webpack because Turbopack cannot bind its internal port in the current execution environment.

@codecov

codecov Bot commented Sep 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.73%. Comparing base (946dd71) to head (91f3988).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #93      +/-   ##
==========================================
+ Coverage   94.63%   94.73%   +0.10%     
==========================================
  Files          20       21       +1     
  Lines        4097     4178      +81     
  Branches     1182     1206      +24     
==========================================
+ Hits         3877     3958      +81     
  Misses        220      220              
Flag Coverage Δ
unittests 94.73% <100.00%> (+0.10%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 97a7dff31d

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread lib/server/domain/account-status.ts
Comment thread lib/server/domain/account-status.ts
Comment thread app/account-status/account-status.tsx Outdated
Comment thread app/account-status/account-status.tsx Outdated
@orangeboyChen
orangeboyChen merged commit 7fdc735 into main Sep 3, 2026
7 checks passed
@orangeboyChen
orangeboyChen deleted the codex/feat-account-status branch September 3, 2026 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant