Skip to content

fix(console): console iterations #7587

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

simeng-li
Copy link
Contributor

@simeng-li simeng-li commented Jul 24, 2025

Summary

This PR includes the following console fixes:

  1. Add social and enterprise SSO identities empty state
image
  1. Fix the delete token storage card content phrase
image
  1. Display social darkLogto under the dark mode
image
  1. Hide the refresh_token card if the access_token is not available
image
  1. Fix the content and learn more link on the token storage disabled card
image
  1. Replace the scope text input field with a textarea input field in the enterprise SSO details page
image
  1. Remove the hover effect on table rows that are not clickable
  2. Adjust the identities table column spaces
  3. Adjust the social connector creation form subtitle space

Testing

test locally

Checklist

  • .changeset
  • unit tests
  • integration tests
  • necessary TSDoc comments

add social/sso identities empty state
fix delete token card phrases
should display social logoDard in dark mode
fix social connector create form subtitle style
hide refresh token card when access token is not available
fix token storage disabled card content
replace scope input field in enterprise SSO details page with textarea
@simeng-li simeng-li requested review from a team July 24, 2025 06:34
Copy link

github-actions bot commented Jul 24, 2025

COMPARE TO master

Total Size Diff ⚠️ 📈 +13.69 KB

Diff by File
Name Diff
packages/console/src/components/CreateConnectorForm/index.tsx 📈 +73 Bytes
packages/console/src/ds-components/Button/index.module.scss 📈 +534 Bytes
packages/console/src/ds-components/Button/index.tsx 📈 +20 Bytes
packages/console/src/pages/EnterpriseSsoDetails/Connection/OidcMetadataForm/index.tsx 📈 +57 Bytes
packages/console/src/pages/UserDetails/UserSettings/UserConnections/UserSocialIdentities.tsx 📈 +263 Bytes
packages/console/src/pages/UserDetails/UserSettings/UserConnections/UserSsoIdentities.tsx 📈 +206 Bytes
packages/console/src/pages/UserDetails/UserSettings/UserMfaVerifications/index.tsx 📈 +35 Bytes
packages/console/src/pages/UserIdentityDetails/TokenStorage/TokenCard.tsx 📈 +99 Bytes
packages/console/src/pages/UserIdentityDetails/TokenStorage/index.tsx 📈 +254 Bytes
packages/phrases/src/locales/ar/errors/user.ts 📈 +179 Bytes
packages/phrases/src/locales/ar/errors/verification-record.ts 📈 +320 Bytes
packages/phrases/src/locales/ar/translation/admin-console/user-identity-details.ts 📈 +326 Bytes
packages/phrases/src/locales/de/errors/user.ts 📈 +179 Bytes
packages/phrases/src/locales/de/errors/verification-record.ts 📈 +320 Bytes
packages/phrases/src/locales/de/translation/admin-console/user-identity-details.ts 📈 +326 Bytes
packages/phrases/src/locales/en/translation/admin-console/user-identity-details.ts 📈 +300 Bytes
packages/phrases/src/locales/es/errors/user.ts 📈 +179 Bytes
packages/phrases/src/locales/es/errors/verification-record.ts 📈 +320 Bytes
packages/phrases/src/locales/es/translation/admin-console/user-identity-details.ts 📈 +326 Bytes
packages/phrases/src/locales/fr/errors/user.ts 📈 +179 Bytes
packages/phrases/src/locales/fr/errors/verification-record.ts 📈 +320 Bytes
packages/phrases/src/locales/fr/translation/admin-console/user-identity-details.ts 📈 +326 Bytes
packages/phrases/src/locales/it/errors/user.ts 📈 +179 Bytes
packages/phrases/src/locales/it/errors/verification-record.ts 📈 +320 Bytes
packages/phrases/src/locales/it/translation/admin-console/user-identity-details.ts 📈 +326 Bytes
packages/phrases/src/locales/ja/errors/user.ts 📈 +179 Bytes
packages/phrases/src/locales/ja/errors/verification-record.ts 📈 +320 Bytes
packages/phrases/src/locales/ja/translation/admin-console/user-identity-details.ts 📈 +326 Bytes
packages/phrases/src/locales/ko/errors/user.ts 📈 +179 Bytes
packages/phrases/src/locales/ko/errors/verification-record.ts 📈 +320 Bytes
packages/phrases/src/locales/ko/translation/admin-console/user-identity-details.ts 📈 +326 Bytes
packages/phrases/src/locales/pl-pl/errors/user.ts 📈 +179 Bytes
packages/phrases/src/locales/pl-pl/errors/verification-record.ts 📈 +320 Bytes
packages/phrases/src/locales/pl-pl/translation/admin-console/user-identity-details.ts 📈 +326 Bytes
packages/phrases/src/locales/pt-br/errors/user.ts 📈 +179 Bytes
packages/phrases/src/locales/pt-br/errors/verification-record.ts 📈 +320 Bytes
packages/phrases/src/locales/pt-br/translation/admin-console/user-identity-details.ts 📈 +326 Bytes
packages/phrases/src/locales/pt-pt/errors/user.ts 📈 +179 Bytes
packages/phrases/src/locales/pt-pt/errors/verification-record.ts 📈 +320 Bytes
packages/phrases/src/locales/pt-pt/translation/admin-console/user-identity-details.ts 📈 +326 Bytes
packages/phrases/src/locales/ru/errors/user.ts 📈 +179 Bytes
packages/phrases/src/locales/ru/errors/verification-record.ts 📈 +320 Bytes
packages/phrases/src/locales/ru/translation/admin-console/user-identity-details.ts 📈 +326 Bytes
packages/phrases/src/locales/tr-tr/errors/user.ts 📈 +179 Bytes
packages/phrases/src/locales/tr-tr/errors/verification-record.ts 📈 +320 Bytes
packages/phrases/src/locales/tr-tr/translation/admin-console/user-identity-details.ts 📈 +326 Bytes
packages/phrases/src/locales/zh-cn/errors/user.ts 📈 +179 Bytes
packages/phrases/src/locales/zh-cn/errors/verification-record.ts 📈 +320 Bytes
packages/phrases/src/locales/zh-cn/translation/admin-console/user-identity-details.ts 📈 +326 Bytes
packages/phrases/src/locales/zh-hk/errors/user.ts 📈 +179 Bytes
packages/phrases/src/locales/zh-hk/errors/verification-record.ts 📈 +320 Bytes
packages/phrases/src/locales/zh-hk/translation/admin-console/user-identity-details.ts 📈 +326 Bytes
packages/phrases/src/locales/zh-tw/errors/user.ts 📈 +179 Bytes
packages/phrases/src/locales/zh-tw/errors/verification-record.ts 📈 +320 Bytes
packages/phrases/src/locales/zh-tw/translation/admin-console/user-identity-details.ts 📈 +326 Bytes

adjust the table columns space
@github-actions github-actions bot added size/l and removed size/l labels Jul 24, 2025
remove hover effect on table rows that are not clickable
@github-actions github-actions bot added size/l and removed size/l labels Jul 24, 2025
@github-actions github-actions bot added size/xl and removed size/l labels Jul 25, 2025
@simeng-li simeng-li enabled auto-merge (squash) July 25, 2025 02:26
@simeng-li simeng-li changed the title fix(console): console iterationis fix(console): console iterations Jul 25, 2025
@github-actions github-actions bot added size/xl and removed size/xl labels Jul 25, 2025
@simeng-li simeng-li merged commit 8494493 into master Jul 25, 2025
54 of 57 checks passed
@simeng-li simeng-li deleted the simeng-log-11859-the-state-of-no-socialenterprise-connections-is-lost branch July 25, 2025 02:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants