-
-
Notifications
You must be signed in to change notification settings - Fork 438
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
refactor(console): redesign the jwt details page #5591
Merged
darcyYe
merged 3 commits into
master
from
simeng-log-8560-customize-jwt-claims-detail-page-redesign
Apr 1, 2024
Merged
refactor(console): redesign the jwt details page #5591
darcyYe
merged 3 commits into
master
from
simeng-log-8560-customize-jwt-claims-detail-page-redesign
Apr 1, 2024
Conversation
This file contains 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
simeng-li
requested review from
wangsijie,
charIeszhao and
gao-sun
as code owners
March 29, 2024 08:06
COMPARE TO
|
Name | Diff |
---|---|
packages/console/src/assets/icons/conical-flask.svg | 📈 +2.54 KB |
packages/console/src/components/SubmitFormChangesActionBar/index.tsx | 📈 +128 Bytes |
packages/console/src/containers/ConsoleContent/Sidebar/hook.tsx | 📈 +13 Bytes |
packages/console/src/containers/ConsoleContent/index.tsx | 📈 +1 Bytes |
packages/console/src/pages/CustomizeJwtDetails/MainContent/MonacoCodeEditor/ActionButton/CodeRestoreButton.tsx | 📈 +522 Bytes |
packages/console/src/pages/CustomizeJwtDetails/MainContent/MonacoCodeEditor/ActionButton/index.tsx | 📈 +1.59 KB |
packages/console/src/pages/CustomizeJwtDetails/MainContent/MonacoCodeEditor/Dashboard/index.module.scss | 📈 +782 Bytes |
packages/console/src/pages/CustomizeJwtDetails/MainContent/MonacoCodeEditor/Dashboard/index.tsx | 📈 +763 Bytes |
packages/console/src/pages/CustomizeJwtDetails/MainContent/MonacoCodeEditor/config.ts | 📈 +872 Bytes |
packages/console/src/pages/CustomizeJwtDetails/MainContent/MonacoCodeEditor/index.module.scss | 📈 +1.13 KB |
packages/console/src/pages/CustomizeJwtDetails/MainContent/MonacoCodeEditor/index.tsx | 📈 +7.02 KB |
packages/console/src/pages/CustomizeJwtDetails/MainContent/MonacoCodeEditor/type.ts | 📈 +1.15 KB |
packages/console/src/pages/CustomizeJwtDetails/MainContent/MonacoCodeEditor/use-editor-height.ts | 📈 +990 Bytes |
packages/console/src/pages/CustomizeJwtDetails/MainContent/ScriptSection/ErrorContent/index.module.scss | 📈 +98 Bytes |
packages/console/src/pages/CustomizeJwtDetails/MainContent/ScriptSection/ErrorContent/index.tsx | 📈 +599 Bytes |
packages/console/src/pages/CustomizeJwtDetails/MainContent/ScriptSection/index.module.scss | 📈 +34 Bytes |
packages/console/src/pages/CustomizeJwtDetails/MainContent/ScriptSection/index.tsx | 📈 +1.25 KB |
packages/console/src/pages/CustomizeJwtDetails/MainContent/ScriptSection/use-test-handler.ts | 📈 +2.04 KB |
packages/console/src/pages/CustomizeJwtDetails/MainContent/SettingsSection/EnvironmentVariablesField.tsx | 📈 +3.55 KB |
packages/console/src/pages/CustomizeJwtDetails/MainContent/SettingsSection/GuideCard.tsx | 📈 +1.52 KB |
packages/console/src/pages/CustomizeJwtDetails/MainContent/SettingsSection/InstructionTab.tsx | 📈 +4.14 KB |
packages/console/src/pages/CustomizeJwtDetails/MainContent/SettingsSection/InstructionTab/EnvironmentVariablesField.tsx | 📈 +3.57 KB |
packages/console/src/pages/CustomizeJwtDetails/MainContent/SettingsSection/InstructionTab/GuideCard/index.module.scss | 📈 +1.03 KB |
packages/console/src/pages/CustomizeJwtDetails/MainContent/SettingsSection/InstructionTab/GuideCard/index.tsx | 📈 +1.48 KB |
packages/console/src/pages/CustomizeJwtDetails/MainContent/SettingsSection/InstructionTab/index.module.scss | 📈 +559 Bytes |
packages/console/src/pages/CustomizeJwtDetails/MainContent/SettingsSection/InstructionTab/index.tsx | 📈 +4.1 KB |
packages/console/src/pages/CustomizeJwtDetails/MainContent/SettingsSection/TestResult.tsx | 📈 +1.11 KB |
packages/console/src/pages/CustomizeJwtDetails/MainContent/SettingsSection/TestTab.tsx | 📈 +6.98 KB |
packages/console/src/pages/CustomizeJwtDetails/MainContent/SettingsSection/TestTab/index.module.scss | 📈 +72 Bytes |
packages/console/src/pages/CustomizeJwtDetails/MainContent/SettingsSection/TestTab/index.tsx | 📈 +4.17 KB |
packages/console/src/pages/CustomizeJwtDetails/MainContent/SettingsSection/index.module.scss | 📈 +2.33 KB |
packages/console/src/pages/CustomizeJwtDetails/MainContent/SettingsSection/index.tsx | 📈 +8 Bytes |
packages/console/src/pages/CustomizeJwtDetails/MainContent/index.module.scss | 📈 +254 Bytes |
packages/console/src/pages/CustomizeJwtDetails/MainContent/index.tsx | 📈 +86 Bytes |
packages/console/src/pages/CustomizeJwtDetails/MonacoCodeEditor/ActionButton/CodeRestoreButton.tsx | 📈 +522 Bytes |
packages/console/src/pages/CustomizeJwtDetails/MonacoCodeEditor/ActionButton/index.tsx | 📈 +1.59 KB |
packages/console/src/pages/CustomizeJwtDetails/MonacoCodeEditor/config.ts | 📈 +716 Bytes |
packages/console/src/pages/CustomizeJwtDetails/MonacoCodeEditor/index.module.scss | 📈 +1.15 KB |
packages/console/src/pages/CustomizeJwtDetails/MonacoCodeEditor/index.tsx | 📈 +6.09 KB |
packages/console/src/pages/CustomizeJwtDetails/MonacoCodeEditor/type.ts | 📈 +1.15 KB |
packages/console/src/pages/CustomizeJwtDetails/MonacoCodeEditor/use-editor-height.ts | 📈 +1.16 KB |
packages/console/src/pages/CustomizeJwtDetails/utils/config.tsx | 📈 +2 Bytes |
packages/console/src/pages/EnterpriseSsoDetails/Connection/SamlConnectorForm.tsx | 📈 +29 Bytes |
packages/console/src/scss/_code-editor.scss | 📈 +234 Bytes |
packages/console/src/scss/_underscore.scss | 0 Bytes |
packages/phrases/src/locales/de/translation/admin-console/jwt-claims.ts | 📈 +5 Bytes |
packages/phrases/src/locales/en/translation/admin-console/jwt-claims.ts | 📈 +5 Bytes |
packages/phrases/src/locales/es/translation/admin-console/jwt-claims.ts | 📈 +5 Bytes |
packages/phrases/src/locales/fr/translation/admin-console/jwt-claims.ts | 📈 +5 Bytes |
packages/phrases/src/locales/it/translation/admin-console/jwt-claims.ts | 📈 +5 Bytes |
packages/phrases/src/locales/ja/translation/admin-console/jwt-claims.ts | 📈 +5 Bytes |
packages/phrases/src/locales/ko/translation/admin-console/jwt-claims.ts | 📈 +5 Bytes |
packages/phrases/src/locales/pl-pl/translation/admin-console/jwt-claims.ts | 📈 +5 Bytes |
packages/phrases/src/locales/pt-br/translation/admin-console/jwt-claims.ts | 📈 +5 Bytes |
packages/phrases/src/locales/pt-pt/translation/admin-console/jwt-claims.ts | 📈 +5 Bytes |
packages/phrases/src/locales/ru/translation/admin-console/jwt-claims.ts | 📈 +5 Bytes |
packages/phrases/src/locales/tr-tr/translation/admin-console/jwt-claims.ts | 📈 +5 Bytes |
packages/phrases/src/locales/zh-cn/translation/admin-console/jwt-claims.ts | 📈 +5 Bytes |
packages/phrases/src/locales/zh-hk/translation/admin-console/jwt-claims.ts | 📈 +5 Bytes |
packages/phrases/src/locales/zh-tw/translation/admin-console/jwt-claims.ts | 📈 +5 Bytes |
packages/toolkit/core-kit/scss/_console-themes.scss | 📈 +512 Bytes |
packages/toolkit/core-kit/scss/_fonts.scss | 📈 +55 Bytes |
simeng-li
force-pushed
the
simeng-log-8560-customize-jwt-claims-detail-page-redesign
branch
from
March 29, 2024 08:09
92f59b0
to
121efe8
Compare
simeng-li
changed the title
refactor(console): redesign the jwt details page
refactor(console): redesign the jwt details page
Mar 29, 2024
darcyYe
approved these changes
Mar 29, 2024
wangsijie
approved these changes
Mar 30, 2024
darcyYe
force-pushed
the
simeng-log-8525-ac-flow-iteration-22-refactor-details-page
branch
from
April 1, 2024 07:23
5021810
to
59ffb43
Compare
redesign the jwt details page
update jwt create page button text
darcyYe
force-pushed
the
simeng-log-8560-customize-jwt-claims-detail-page-redesign
branch
from
April 1, 2024 07:24
fb94daf
to
eed52df
Compare
Base automatically changed from
simeng-log-8525-ac-flow-iteration-22-refactor-details-page
to
master
April 1, 2024 08:42
darcyYe
deleted the
simeng-log-8560-customize-jwt-claims-detail-page-redesign
branch
April 1, 2024 08:43
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
redesign the JWT details page based on the latest design
Testing
test locally
Checklist
.changeset
unit testsintegration tests