Skip to content

fix(perforce): Update onboarding frontend for Unicode support#116005

Open
mujacica wants to merge 2 commits into
masterfrom
fix/perforce-unicode-frontend
Open

fix(perforce): Update onboarding frontend for Unicode support#116005
mujacica wants to merge 2 commits into
masterfrom
fix/perforce-unicode-frontend

Conversation

@mujacica
Copy link
Copy Markdown
Contributor

  • Update onboarding frontend for Unicode support

@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 21, 2026
@mujacica mujacica marked this pull request as ready for review May 21, 2026 14:14
@mujacica mujacica requested a review from a team as a code owner May 21, 2026 14:14
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 21, 2026

📊 Type Coverage Diff

✅ No new type safety issues introduced. Coverage: 93.61%

Comment on lines +151 to +156
<field.Select
value={field.state.value}
onChange={field.handleChange}
options={CHARSET_CHOICES}
/>
</field.Layout.Stack>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there going to be other options, seems like maybe this should just be a switch?

Unicode Server (UTF-8) and it's unticked by default?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes there are more that we might want to support in the future - that's why the dropdown+enum - but I am fine going to checkbox until then if it's easier - I wanted to keep it aligned with other options here.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's do a checkbox, we can switch to choices in the future pretty easily, or if you really want you can have the backend take a choice and transform the value here on the frontend for the checkbox

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed in 0ed3208

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants