Skip to content

refactor(console): refactor security page structure #7258

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

Conversation

simeng-li
Copy link
Contributor

Summary

Refactored security page structure to support tabs.

Testing

test locally
image

Checklist

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

@simeng-li simeng-li requested review from a team April 9, 2025 06:39
@github-actions github-actions bot added enhancement Make it better size/l labels Apr 9, 2025
Copy link

github-actions bot commented Apr 9, 2025

COMPARE TO master

Total Size Diff 📈 +1.27 KB

Diff by File
Name Diff
packages/console/src/hooks/use-console-routes/routes/security.tsx 📈 +278 Bytes
packages/console/src/pages/CaptchaDetails/CaptchaContent/index.tsx 📈 +24 Bytes
packages/console/src/pages/CaptchaDetails/index.tsx 📈 +51 Bytes
packages/console/src/pages/Security/Captcha/CaptchaCard/index.module.scss 📈 +250 Bytes
packages/console/src/pages/Security/Captcha/CaptchaCard/index.tsx 📈 +1.12 KB
packages/console/src/pages/Security/Captcha/CaptchaFormFields/index.tsx 📈 +1.53 KB
packages/console/src/pages/Security/Captcha/CaptchaLogo/index.module.scss 📈 +163 Bytes
packages/console/src/pages/Security/Captcha/CaptchaLogo/index.tsx 📈 +384 Bytes
packages/console/src/pages/Security/Captcha/CreateCaptchaForm/ProviderRadioGroup/ProviderRadio/index.module.scss 📈 +533 Bytes
packages/console/src/pages/Security/Captcha/CreateCaptchaForm/ProviderRadioGroup/ProviderRadio/index.tsx 📈 +809 Bytes
packages/console/src/pages/Security/Captcha/CreateCaptchaForm/ProviderRadioGroup/index.module.scss 📈 +119 Bytes
packages/console/src/pages/Security/Captcha/CreateCaptchaForm/ProviderRadioGroup/index.tsx 📈 +1.07 KB
packages/console/src/pages/Security/Captcha/CreateCaptchaForm/constants.ts 📈 +3.52 KB
packages/console/src/pages/Security/Captcha/CreateCaptchaForm/index.module.scss 📈 +113 Bytes
packages/console/src/pages/Security/Captcha/CreateCaptchaForm/index.tsx 📈 +1.4 KB
packages/console/src/pages/Security/Captcha/CreateCaptchaForm/types.ts 📈 +433 Bytes
packages/console/src/pages/Security/Captcha/EnableCaptcha/index.module.scss 📈 +72 Bytes
packages/console/src/pages/Security/Captcha/EnableCaptcha/index.tsx 📈 +1.17 KB
packages/console/src/pages/Security/Captcha/Guide/index.module.scss 📈 +2.36 KB
packages/console/src/pages/Security/Captcha/Guide/index.tsx 📈 +4.37 KB
packages/console/src/pages/Security/Captcha/index.module.scss 📈 +200 Bytes
packages/console/src/pages/Security/Captcha/index.tsx 📈 +3.67 KB
packages/console/src/pages/Security/Captcha/types.tsx 📈 +96 Bytes
packages/console/src/pages/Security/Captcha/use-data-fetch.ts 📈 +781 Bytes
packages/console/src/pages/Security/CaptchaCard/index.module.scss 📈 +250 Bytes
packages/console/src/pages/Security/CaptchaCard/index.tsx 📈 +1.12 KB
packages/console/src/pages/Security/CaptchaFormFields/index.tsx 📈 +1.53 KB
packages/console/src/pages/Security/CaptchaLogo/index.module.scss 📈 +163 Bytes
packages/console/src/pages/Security/CaptchaLogo/index.tsx 📈 +384 Bytes
packages/console/src/pages/Security/CreateCaptchaForm/ProviderRadioGroup/ProviderRadio/index.module.scss 📈 +533 Bytes
packages/console/src/pages/Security/CreateCaptchaForm/ProviderRadioGroup/ProviderRadio/index.tsx 📈 +801 Bytes
packages/console/src/pages/Security/CreateCaptchaForm/ProviderRadioGroup/index.module.scss 📈 +119 Bytes
packages/console/src/pages/Security/CreateCaptchaForm/ProviderRadioGroup/index.tsx 📈 +1.07 KB
packages/console/src/pages/Security/CreateCaptchaForm/constants.ts 📈 +3.52 KB
packages/console/src/pages/Security/CreateCaptchaForm/index.module.scss 📈 +113 Bytes
packages/console/src/pages/Security/CreateCaptchaForm/index.tsx 📈 +1.41 KB
packages/console/src/pages/Security/CreateCaptchaForm/types.ts 📈 +433 Bytes
packages/console/src/pages/Security/EnableCaptcha/index.module.scss 📈 +72 Bytes
packages/console/src/pages/Security/EnableCaptcha/index.tsx 📈 +1.17 KB
packages/console/src/pages/Security/Guide/index.module.scss 📈 +2.36 KB
packages/console/src/pages/Security/Guide/index.tsx 📈 +4.31 KB
packages/console/src/pages/Security/index.module.scss 📈 +200 Bytes
packages/console/src/pages/Security/index.tsx 📈 +2.94 KB
packages/console/src/pages/Security/types.ts 📈 +90 Bytes
packages/console/src/pages/Security/types.tsx 📈 +96 Bytes
packages/console/src/pages/Security/use-data-fetch.ts 📈 +781 Bytes
packages/phrases/src/locales/en/translation/admin-console/security.ts 📈 +39 Bytes

@simeng-li simeng-li enabled auto-merge (squash) April 9, 2025 06:55
@simeng-li simeng-li merged commit 2f55f71 into master Apr 9, 2025
35 checks passed
@simeng-li simeng-li deleted the simeng-log-11242-console-refactor-security-page-structure branch April 9, 2025 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Make it better size/l
Development

Successfully merging this pull request may close these issues.

2 participants