refactor: migrate trivial components to TypeScript#7231
refactor: migrate trivial components to TypeScript#7231
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Code review is billed via overage credits. To resume reviews, an organization admin can raise the monthly limit at claude.ai/admin-settings/claude-code.
Once credits are available, reopen this pull request to trigger a review.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Docker builds report
|
Playwright Test Results (oss - depot-ubuntu-latest-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)Details
|
Visual Regression16 screenshots compared. See report for details. |
…pt FC
Remove all propTypes usage across the frontend codebase including global window assignments, ESLint globals, and per-component propTypes definitions. Remove direct prop-types dependency from package.json.
Convert 9 trivial class components to typed functional components: Flex, Column, NotFoundErrorPage, ErrorMessage, PasswordRequirements, SimpleTwoFactor/prompt, SimpleTwoFactor/index, TwoFactor, OrganisationSelect.
Thanks for submitting a PR! Please check the boxes below:
docs/if required so people know about the feature.Changes
Migrates some simple components to TypeScript
Password Requirements
ErrorMessage

Not Found Page
Radio