Skip to content

fix(org) auth token layout#109467

Merged
JonasBa merged 6 commits intomasterfrom
jb/form/org-layout
Feb 26, 2026
Merged

fix(org) auth token layout#109467
JonasBa merged 6 commits intomasterfrom
jb/form/org-layout

Conversation

@JonasBa
Copy link
Member

@JonasBa JonasBa commented Feb 26, 2026

Fixes auth token layout.

CleanShot 2026-02-25 at 21 15 14@2x

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Feb 26, 2026
@JonasBa JonasBa requested a review from a team February 26, 2026 12:43
Copy link
Collaborator

@TkDodo TkDodo left a comment

Choose a reason for hiding this comment

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

The root problem is that this doesn’t use our FieldGroup but just Panel and PanelBody in the parent I think!

@JonasBa
Copy link
Member Author

JonasBa commented Feb 26, 2026

The root problem is that this doesn’t use our FieldGroup but just Panel and PanelBody in the parent I think!

Ah yes, I was able to entirely remove the panel component from here now.

</div>
</FieldGroup>

<form.FieldGroup title="Create New Organization Token">
Copy link
Member Author

Choose a reason for hiding this comment

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

@cursoragent add the translation here too

Copy link
Contributor

@cursor cursor bot Feb 26, 2026

Choose a reason for hiding this comment

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

The translations have already been added to both files:

authTokenDetails.tsx (line 142): title={t('Organization Token Details')}
newAuthToken.tsx (line 99): title={t('Create New Organization Token')}

The changes were committed and pushed in commit 2bc92cb4d1f with the message "fix(org): Add translations for form field group titles". Both form field group titles are now properly wrapped with the t() translation function, so they'll be localized in non-English locales.

Open in Web Open in Cursor 

Co-authored-by: Jonas <JonasBa@users.noreply.github.com>
Copy link
Contributor

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable autofix in the Cursor dashboard.

@JonasBa JonasBa merged commit c32ff96 into master Feb 26, 2026
58 checks passed
@JonasBa JonasBa deleted the jb/form/org-layout branch February 26, 2026 15:28
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.

4 participants