logto
logto copied to clipboard
refactor(phrases,console): refactor the application details form
Summary
Per our latest design update the application details from layout
- remove the advance-settings tag, merge all the fields under the settings tab
- for all the non-m2m and non-third-party apps, only the settings tab will remain.
- reorg the field orders, split into three cards,
settings
,endpoints and credentials
, andrefresh token settings
.
Testing
test locally
Checklist
- [ ] ~
.changeset
~ - [ ] ~unit tests~
- [ ] ~integration tests~
- [ ] ~necessary TSDoc comments~
COMPARE TO master
Total Size Diff :chart_with_upwards_trend: +6.55 KB
Diff by File
Name | Diff |
---|---|
packages/console/src/consts/page-tabs.ts | :chart_with_upwards_trend: +42 Bytes |
packages/console/src/ds-components/TabWrapper/index.tsx | :chart_with_upwards_trend: +45 Bytes |
packages/console/src/pages/ApplicationDetails/components/AdvancedSettings.tsx | :chart_with_upwards_trend: +5.87 KB |
packages/console/src/pages/ApplicationDetails/components/EndpointsAndCredentials.tsx | :chart_with_upwards_trend: +5.03 KB |
packages/console/src/pages/ApplicationDetails/components/RefreshTokenSettings.tsx | :chart_with_upwards_trend: +3 KB |
packages/console/src/pages/ApplicationDetails/components/Settings.tsx | :chart_with_upwards_trend: +928 Bytes |
packages/console/src/pages/ApplicationDetails/index.module.scss | :chart_with_upwards_trend: +205 Bytes |
packages/console/src/pages/ApplicationDetails/index.tsx | :chart_with_upwards_trend: +102 Bytes |
packages/phrases/src/locales/de/translation/admin-console/application-details.ts | :chart_with_upwards_trend: +347 Bytes |
packages/phrases/src/locales/en/translation/admin-console/application-details.ts | :chart_with_upwards_trend: +249 Bytes |
packages/phrases/src/locales/es/translation/admin-console/application-details.ts | :chart_with_upwards_trend: +337 Bytes |
packages/phrases/src/locales/fr/translation/admin-console/application-details.ts | :chart_with_upwards_trend: +339 Bytes |
packages/phrases/src/locales/it/translation/admin-console/application-details.ts | :chart_with_upwards_trend: +357 Bytes |
packages/phrases/src/locales/ja/translation/admin-console/application-details.ts | :chart_with_upwards_trend: +342 Bytes |
packages/phrases/src/locales/ko/translation/admin-console/application-details.ts | :chart_with_upwards_trend: +360 Bytes |
packages/phrases/src/locales/pl-pl/translation/admin-console/application-details.ts | :chart_with_upwards_trend: +339 Bytes |
packages/phrases/src/locales/pt-br/translation/admin-console/application-details.ts | :chart_with_upwards_trend: +342 Bytes |
packages/phrases/src/locales/pt-pt/translation/admin-console/application-details.ts | :chart_with_upwards_trend: +346 Bytes |
packages/phrases/src/locales/ru/translation/admin-console/application-details.ts | :chart_with_upwards_trend: +205 Bytes |
packages/phrases/src/locales/tr-tr/translation/admin-console/application-details.ts | :chart_with_upwards_trend: +367 Bytes |
packages/phrases/src/locales/zh-cn/translation/admin-console/application-details.ts | :chart_with_upwards_trend: +396 Bytes |
packages/phrases/src/locales/zh-hk/translation/admin-console/application-details.ts | :chart_with_upwards_trend: +396 Bytes |
packages/phrases/src/locales/zh-tw/translation/admin-console/application-details.ts | :chart_with_upwards_trend: +396 Bytes |