Skip to content

fix: improve mobile admin layouts - #106

Closed
orangeboyChen wants to merge 2 commits into
mainfrom
codex/fix-docs-pages-postcss
Closed

fix: improve mobile admin layouts#106
orangeboyChen wants to merge 2 commits into
mainfrom
codex/fix-docs-pages-postcss

Conversation

@orangeboyChen

Copy link
Copy Markdown
Owner

Summary

  • prevent long account credential filenames from pushing refresh controls outside cards
  • stack account status actions on narrow screens for cleaner check-in layout
  • keep long debug credential labels wrapping within mobile entry width
  • keep admin header fixed while scrolling and offset console content

Verification

  • bun run lint
  • bun run format:check
  • bun run typecheck
  • bun run test:coverage (93.81% statements, 94.39% lines)
  • bunx next build --webpack
  • mobile viewport checked at 360x800 in browser

@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: 4c38e08d70

ℹ️ 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".


deploy:
needs: build
if: github.event_name == 'push' && github.ref == 'refs/heads/main'

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Preserve deployment for manual workflow runs

When an operator starts this workflow through the still-enabled workflow_dispatch trigger, the build and artifact upload complete but this condition skips the only deployment job. This makes manual documentation redeployments ineffective even though they deployed before this change; allow workflow_dispatch runs here as well, or remove the manual trigger if build-only runs are intentional.

Useful? React with 👍 / 👎.

@codecov

codecov Bot commented Sep 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.77%. Comparing base (f3c94cb) to head (4c38e08).
⚠️ Report is 4 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #106   +/-   ##
=======================================
  Coverage   94.77%   94.77%           
=======================================
  Files          21       21           
  Lines        4251     4251           
  Branches     1238     1238           
=======================================
  Hits         4029     4029           
  Misses        222      222           
Flag Coverage Δ
unittests 94.77% <ø> (ø)

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.

@orangeboyChen

Copy link
Copy Markdown
Owner Author

Superseded by a clean PR containing only the mobile layout fixes.

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