Skip to content

fix(ratewise): 收斂支援資訊導覽體驗#404

Merged
s123104 merged 3 commits into
codex/ratewise-token-ssot-nitrofrom
codex/ratewise-support-info-ia
Jun 24, 2026
Merged

fix(ratewise): 收斂支援資訊導覽體驗#404
s123104 merged 3 commits into
codex/ratewise-token-ssot-nitrofrom
codex/ratewise-support-info-ia

Conversation

@s123104

@s123104 s123104 commented May 16, 2026

Copy link
Copy Markdown
Contributor

摘要

  • Stacked on fix(ratewise): 收斂 Nitro 設計 token 覆蓋 #398,重構支援與資訊入口、公開內容頁 header 與支援分群導覽
  • 設定頁支援區改為四語系描述卡片,並補齊 skeleton、i18n 與 basename-aware 測試
  • 新增 active pill semantic token,避免 Nitro/深色主題 active link 文字漂移

驗證

  • pnpm --filter @app/ratewise test -- src/pages/OpenData.test.tsx src/components/tests/PageNavHeader.test.tsx
  • pnpm --filter @app/ratewise typecheck
  • pre-commit 5 steps passed
  • pre-push passed: pnpm typecheck, pnpm test, pnpm build:ratewise
  • Playwright smoke: Chromium, Firefox, WebKit/iPhone 15 for FAQ, SEO Tech, Settings, Guide anchors, manifest and SW

- 重構支援與資訊入口為 SSOT 導覽與四語系描述卡片

- 補齊公開頁 safe-area header、行動版 footer 與高對比 active pill token

- 同步 SEO 技術頁、Settings skeleton、Guide 錨點與測試 guardrail

測試:pnpm --filter @app/ratewise test -- PageNavHeader Guide Skeleton tokens Settings

測試:pnpm --filter @app/ratewise typecheck

測試:pnpm --filter @app/ratewise build

測試:Playwright Chromium Firefox WebKit iPhone smoke
@github-actions

github-actions Bot commented May 16, 2026

Copy link
Copy Markdown
Contributor

⚠️ Deprecation Warning: The deny-licenses option is deprecated for possible removal in the next major release. For more information, see issue 997.

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@github-actions

Copy link
Copy Markdown
Contributor

✅ SEO 審計通過!所有 2026 標準驗證項目都符合要求。

  • ✅ Sitemap 2026 標準
  • ✅ Breadcrumb Schema
  • ✅ JSON-LD 結構化數據
  • ✅ 內部連結結構

@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: 73d7d3689d

ℹ️ 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 apps/ratewise/src/components/PageNavHeader.tsx Outdated
- 正規化 PageNavHeader 當前 pathname,讓無 trailing slash 的支援頁仍顯示導覽。

- 補一般與 basename 部署下無 trailing slash 的 active pill 回歸測試。

- 更新 changeset 與 002 稽核記錄,對應 PR404 Codex review thread。

測試:PageNavHeader focused vitest 6 tests、RateWise typecheck。
@github-actions

Copy link
Copy Markdown
Contributor

✅ SEO 審計通過!所有 2026 標準驗證項目都符合要求。

  • ✅ Sitemap 2026 標準
  • ✅ Breadcrumb Schema
  • ✅ JSON-LD 結構化數據
  • ✅ 內部連結結構

* fix(ratewise): 收斂支援頁語系水合文案

- 將支援與資訊頁首屏文案收斂到 supportPages 四語系命名空間。

- 固定 SSG 初始語系,mount 後再同步已儲存的語言偏好。

- 避免 Node navigator 或 localStorage 造成靜態 HTML 與水合文案漂移。

測試:focused vitest、RateWise typecheck、build:ratewise。

測試:pnpm test、pnpm typecheck、Chromium/WebKit mobile smoke。

* fix(ratewise): 收斂熱門幣別導覽 SSOT (#406)

- 新增 popular-currency-links,讓首頁、footer、攻略頁與 ItemList 共用熱門幣別清單。

- 修正首頁 SEO section 標籤與桌機 footer 重複內連,並同步 About markdown mirror。

- 更新 SeoTech schema registry 與 002 稽核記錄,加入 changeset。

測試:focused vitest、Footer/首頁 smoke、RateWise typecheck、build:ratewise。

測試:pnpm typecheck、pnpm test、Chromium/WebKit production smoke。

Co-authored-by: haotool <haotool.org@gmail.com>

---------

Co-authored-by: haotool <haotool.org@gmail.com>
@s123104 s123104 merged commit 43866ba into codex/ratewise-token-ssot-nitro Jun 24, 2026
4 checks passed
@github-actions

Copy link
Copy Markdown
Contributor

✅ SEO 審計通過!所有 2026 標準驗證項目都符合要求。

  • ✅ Sitemap 2026 標準
  • ✅ Breadcrumb Schema
  • ✅ JSON-LD 結構化數據
  • ✅ 內部連結結構

@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: 9f17c6f28c

ℹ️ 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 apps/ratewise/src/i18n/index.ts
@s123104 s123104 deleted the codex/ratewise-support-info-ia branch June 25, 2026 16:14
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