-
Notifications
You must be signed in to change notification settings - Fork 35
chore(admin-ui): remove old org page files #984
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR removes a collection of obsolete organization page files from the admin UI to clean up the codebase.
- Removed components and utilities related to organizations, projects, billing accounts, invoices, tokens, subscriptions, and dashboard pages.
- Eliminated corresponding columns, headers, details components, and associated hooks.
Reviewed Changes
Copilot reviewed 44 out of 44 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
ui/src/containers/organisations.list/projects/index.tsx | Removed old projects listing component |
ui/src/containers/organisations.list/projects/columns.tsx | Removed project columns definition |
ui/src/containers/organisations.list/index.tsx | Removed the main organizations listing container |
ui/src/containers/organisations.list/header.tsx | Removed organizations header component |
ui/src/containers/organisations.list/details.tsx | Removed organization details component |
ui/src/containers/organisations.list/columns.tsx | Removed organizations list columns definition |
ui/src/containers/organisations.list/billingaccounts/tokens/useTokens.tsx | Removed tokens hook for billing accounts |
ui/src/containers/organisations.list/billingaccounts/tokens/index.tsx | Removed tokens page component |
ui/src/containers/organisations.list/billingaccounts/tokens/header.tsx | Removed tokens header component |
ui/src/containers/organisations.list/billingaccounts/tokens/columns.tsx | Removed tokens columns definition |
ui/src/containers/organisations.list/billingaccounts/tokens/add.tsx | Removed add tokens component |
ui/src/containers/organisations.list/billingaccounts/subscriptions/index.tsx | Removed subscriptions page component |
ui/src/containers/organisations.list/billingaccounts/subscriptions/columns.tsx | Removed subscriptions columns definition |
ui/src/containers/organisations.list/billingaccounts/invoices/index.tsx | Removed invoices page component |
ui/src/containers/organisations.list/billingaccounts/invoices/columns.tsx | Removed invoices columns definition |
ui/src/containers/organisations.list/billingaccounts/index.tsx | Removed billing accounts container |
ui/src/containers/organisations.list/billingaccounts/details.tsx | Removed billing accounts details component |
ui/src/containers/organisations.list/billingaccounts/columns.tsx | Removed billing accounts columns definition |
ui/src/containers/organisations.create/index.tsx | Removed organization creation component |
ui/src/containers/dashboard.tsx | Removed dashboard component |
Pull Request Test Coverage Report for Build 14967014032Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.