-
-
Notifications
You must be signed in to change notification settings - Fork 584
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
Merged
simeng-li
merged 10 commits into
master
from
simeng-log-11859-the-state-of-no-socialenterprise-connections-is-lost
Jul 25, 2025
Merged
fix(console): console iterations #7587
simeng-li
merged 10 commits into
master
from
simeng-log-11859-the-state-of-no-socialenterprise-connections-is-lost
Jul 25, 2025
Conversation
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
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
COMPARE TO
|
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
remove hover effect on table rows that are not clickable
wangsijie
approved these changes
Jul 25, 2025
refactor token status card
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.
Summary
This PR includes the following console fixes:
Testing
test locally
Checklist
.changeset