fix(FR-1722): clarify My Resource panel title and drop decorative Used segment#8159
Draft
yomybaby wants to merge 1 commit into
Draft
fix(FR-1722): clarify My Resource panel title and drop decorative Used segment#8159yomybaby wants to merge 1 commit into
yomybaby wants to merge 1 commit into
Conversation
…d segment The HM (Hyundai Mobis) customer read "나의 총자원 제한" / "My Total Resources Limit" as a hard resource cap rather than a usage+limit summary, since the panel actually shows both current usage and the limit. Retitle the panel across all locales to make clear it shows usage and limit together, and remove the single-option "Used" Segmented control that was purely decorative (no toggle) and added to the confusion. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Contributor
Coverage Report for react-coverage (./react)
File Coverage
|
||||||||||||||||||||||||||||||||||||||
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.
Resolves #4693 (FR-1722)
Summary
webui.menu.MyResourcespanel label to reflect "usage and limit" across all 21 locales (source: en/ko decided in the Teams thread; remaining 19 propagated via the i18n-translator agent).Segmented("Used") inMyResource.tsx— it was decorative only (not an actual usage/remaining toggle, unlike its siblingMyResourceWithinResourceGroup), and contributed to the "is this my limit?" confusion per the same thread.Scope
react/src/components/MyResource.tsx— drop the decorativeSegmented+ unused import.resources/i18n/*.json(21 files) —webui.menu.MyResourcesvalue only.MyResourcesDescriptionand other sibling keys are untouched;dashboard.Usedstays (still used byMyResourceWithinResourceGroup.tsx).Verification
(
bash scripts/verify.sh— Relay, Lint, Format, TypeScript all pass; only a pre-existing unrelated warn-only terminology finding.)🤖 Generated with Claude Code