You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API Token tab now identifies the authenticated user when no token exists, reports token validity using the actual expiration date, and displays a warning for expired tokens. English and Spanish translations are updated together.
Current head 7652f1a is mergeable, and I do not see any unresolved review threads or contributor-side follow-up remaining on the current PR state. This looks ready for maintainer review when someone has a chance.
Merged current develop and resolved the additive changelog conflict on head 7652f1a19b199ed0f018179562601ceb0cec8ad5. Exact-head local verification: focused API-token component spec 12/12 passing, npm run lint passing with four pre-existing unrelated warnings, production build passing, and staged git diff --check passing.
The fresh GitHub Actions runs for exact head 7652f1a19b199ed0f018179562601ceb0cec8ad5 are currently classified as action_required with no jobs, which is a maintainer-controlled fork workflow approval gate rather than a code failure. Could a maintainer approve the workflow run when convenient? The focused test, lint, build, and diff checks are already recorded above.
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
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.
What this PR does / why we need it:
The API Token tab now identifies the authenticated user when no token exists, reports token validity using the actual expiration date, and displays a warning for expired tokens. English and Spanish translations are updated together.
Which issue(s) this PR closes:
Special notes for your reviewer:
Chromatic and label-copy checks cannot access fork secrets/permissions; those fork-only failures are expected.
Suggestions on how to test this:
Does this PR introduce a user interface change? If mockups are available, please link/include them here:
Yes. It updates status and warning copy in the existing API Token tab; no mockup is required.
Is there a release notes or changelog update needed for this change?:
No separate release note is included.
Additional documentation:
No additional documentation is required.
Verification: focused Cypress component tests (12 passing), lint (four pre-existing unrelated warnings), production build, and diff check.