feat: 404 页文案「回到首页」→「返回首页」[ai-generated]#2155
Open
Fiona2016 wants to merge 16 commits into
Open
Conversation
…atasources Parse organize_fields from URL search params and pass through to all datasource ExplorerNG components. When present in URL, organizeFields takes priority over localStorage values.
Implement virtual scrolling in LegendTable to efficiently render large datasets. Add sticky table header, local sort state management, and dev-mode mock data helpers for testing with thousands of series.
…ent detail Add conditional AI analysis prompt that includes the event ID for the enterprise version, alongside the new i18n key across all locales.
feat: app.tsx里5xx报错要跳转 out-of-service
feat: enforce minimum retry_times of 1 across notification channel forms
incident #91A581 · 本地 /ship workflow 验证 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
本地 /bootstrap + /ship workflow 端到端验证(server 同学场景)。
需求(对应 incident #91A581):404 页面「回到首页」按钮文案改为「返回首页」,中英繁三语核对。
改动:仅 zh_CN/zh_HK 两个 locale 的 404_btn 值(en=Back to home / ja / ru 非中文,不动)。
G0:tsc + vite build 本地通过(exit 0, 1m55s)。
验收点:404 页按钮显示「返回首页」。
base=feat/ai-dev(集成分支);不触 pre/main。