Skip to content

feat: add anchors and coloring consistency - #22

Merged
oliverbaehler merged 1 commit into
mainfrom
ci-fixes
Aug 25, 2026
Merged

feat: add anchors and coloring consistency#22
oliverbaehler merged 1 commit into
mainfrom
ci-fixes

Conversation

@oliverbaehler

Copy link
Copy Markdown
Member

No description provided.

Signed-off-by: Oliver Baehler <oliver@sudo-i.net>
Copilot AI lite review requested due to automatic review settings August 25, 2026 14:22

Copilot AI left a comment

Copy link
Copy Markdown

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 standardizes AnchoredSectionBox imports (aliased as SectionBox) across multiple detail/list views, keeping anchored section rendering consistent and avoiding duplicate/misplaced import statements.

Changes:

  • Normalize AnchoredSectionBox as SectionBox import placement across tenant/quota/proxy/configuration/detail components.
  • Remove duplicate AnchoredSectionBox import entries where they existed.
  • Minor import-order cleanup to keep shared/common imports consistently grouped.

Reviewed changes

Copilot reviewed 19 out of 19 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/components/tenants/TenantQuotaOverview.tsx Moves AnchoredSectionBox import into the main import block and removes the duplicate.
src/components/tenants/TenantDetail.tsx Same import normalization for SectionBox.
src/components/tenant-resources/TenantResourceDetail.tsx Same import normalization for SectionBox.
src/components/tenant-resources/GlobalTenantResourceDetail.tsx Same import normalization for SectionBox.
src/components/tenant-owners/TenantOwnerDetail.tsx Same import normalization for SectionBox.
src/components/quotas/ResourcePoolDetail.tsx Same import normalization for SectionBox.
src/components/quotas/ResourcePoolClaimDetail.tsx Same import normalization for SectionBox.
src/components/quotas/GlobalResourceQuotaDetail.tsx Same import normalization for SectionBox.
src/components/quotas/GlobalCustomQuotaDetail.tsx Same import normalization for SectionBox.
src/components/quotas/CustomQuotaDetail.tsx Same import normalization for SectionBox.
src/components/proxy/GlobalProxySettingsList.tsx Same import normalization for SectionBox.
src/components/proxy/GlobalProxySettingsDetail.tsx Same import normalization for SectionBox.
src/components/namespaces/NamespaceQuotaSystems.tsx Moves AnchoredSectionBox import into the main import block and removes the duplicate.
src/components/configuration/CapsuleConfigurationList.tsx Import order cleanup to keep common components grouped consistently.
src/components/configuration/CapsuleConfigurationDetail.tsx Same import normalization for SectionBox.
src/components/common/ReplicationDependencies.tsx Import order cleanup to keep SectionBox grouped consistently.
src/components/common/QuotaAggregationView.tsx Moves AnchoredSectionBox import into the main import block and removes the duplicate.
src/components/common/ManagedResources.tsx Import order cleanup to keep SectionBox grouped consistently.
src/components/common/ConditionsAndEvents.tsx Import order cleanup to keep SectionBox grouped consistently.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@oliverbaehler
oliverbaehler merged commit f295a77 into main Aug 25, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants