fix(web): rerender installed locale catalogs - #197
Merged
Merged
Conversation
8 tasks
Tutitoos
added a commit
that referenced
this pull request
Sep 11, 2026
## Related issue Closes #196 ## Plan reference Operational Phase 3 CI correction following the locale rerender fix. ## Summary Apply the repository Biome formatting required by CI to the new locale regression test. ## Changes - Format the Playwright test callback using the canonical Biome layout. ## Validation - [x] Relevant automated checks pass - [x] Manual verification completed where needed - `bun run lint` — passed, 81 files checked. - Behavioral validation remains unchanged from #197: 50 unit tests and 24 bootstrap browser tests passed. ## Risks and rollback Formatting-only change; no runtime behavior changes. Revert this PR to roll back. ## Checklist - [x] The PR has one coherent scope - [x] The branch and `Closes` reference identify the same primary issue - [x] The issue acceptance criteria are satisfied - [x] No secrets, credentials, personal data, or unintended files are included - [x] Documentation and tests are updated when applicable - [x] Breaking changes are explicitly documented (none)
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.
Related issue
Closes #196
Plan reference
Operational Phase 3 web defect found during live integrated-browser validation.
Summary
Ensure authentication copy rerenders after a selected runtime locale catalog is installed, even when it has the same server revision as the previously loaded locale.
Changes
Validation
Relevant automated checks pass
Manual verification completed where needed
bun run --cwd apps/web test— 50 passed.bun run --cwd apps/web typecheck— passed.bun run --cwd apps/web build— passed.cd apps/web && bunx playwright test tests/bootstrap.spec.ts— 24 passed across six viewports.Live integrated-browser reproduction confirmed the pre-fix race on the deployed prior revision.
Risks and rollback
The change only causes one additional React render after each accepted catalog installation. Locale request cleanup remains abortable. Roll back by reverting this PR.
Checklist
Closesreference identify the same primary issue