Skip to content
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): split route objects #5699

Merged
merged 1 commit into from
Apr 12, 2024
Merged

Conversation

gao-sun
Copy link
Member

@gao-sun gao-sun commented Apr 12, 2024

Summary

split the huge route object into files. basically copy-pastes.

Testing

  • local previewed
  • ci should be ok

Checklist

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

Copy link

github-actions bot commented Apr 12, 2024

COMPARE TO master

Total Size Diff 📈 +1.55 KB

Diff by File
Name Diff
packages/console/src/hooks/use-console-routes/index.tsx 📈 +9.7 KB
packages/console/src/hooks/use-console-routes/routes/api-resources.tsx 📈 +479 Bytes
packages/console/src/hooks/use-console-routes/routes/applications.tsx 📈 +956 Bytes
packages/console/src/hooks/use-console-routes/routes/audit-logs.tsx 📈 +336 Bytes
packages/console/src/hooks/use-console-routes/routes/connectors.tsx 📈 +592 Bytes
packages/console/src/hooks/use-console-routes/routes/customize-jwt.tsx 📈 +375 Bytes
packages/console/src/hooks/use-console-routes/routes/enterprise-sso.tsx 📈 +695 Bytes
packages/console/src/hooks/use-console-routes/routes/organization-template.tsx 📈 +1.04 KB
packages/console/src/hooks/use-console-routes/routes/organizations.tsx 📈 +642 Bytes
packages/console/src/hooks/use-console-routes/routes/profile.tsx 📈 +800 Bytes
packages/console/src/hooks/use-console-routes/routes/roles.tsx 📈 +1.05 KB
packages/console/src/hooks/use-console-routes/routes/sign-in-experience.tsx 📈 +430 Bytes
packages/console/src/hooks/use-console-routes/routes/tenant-settings.tsx 📈 +1.81 KB
packages/console/src/hooks/use-console-routes/routes/users.tsx 📈 +1.17 KB
packages/console/src/hooks/use-console-routes/routes/webhooks.tsx 📈 +1020 Bytes

Base automatically changed from gao-use-route-object to master April 12, 2024 11:41
@gao-sun gao-sun enabled auto-merge April 12, 2024 11:41
@gao-sun gao-sun merged commit 63639ad into master Apr 12, 2024
18 checks passed
@gao-sun gao-sun deleted the gao-split-route-objects branch April 12, 2024 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants