Skip to content

feat: add anchors and coloring consistency - #23

Merged
oliverbaehler merged 1 commit into
mainfrom
fix/ci
Aug 25, 2026
Merged

feat: add anchors and coloring consistency#23
oliverbaehler merged 1 commit into
mainfrom
fix/ci

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:42

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 how AnchoredSectionBox is imported (aliased to SectionBox) across multiple pages/components so anchored sections and related styling remain consistent and the import ordering is uniform.

Changes:

  • Normalize AnchoredSectionBox import placement (and aliasing to SectionBox) across tenant, quota, proxy, and configuration views.
  • Reorder a few related imports (CapsuleResourceLink, ConditionStatusChip) to keep import blocks consistent.

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 for consistent section anchoring usage.
src/components/tenants/TenantDetail.tsx Normalizes AnchoredSectionBox import position for anchored sections in Tenant detail.
src/components/tenant-resources/TenantResourceDetail.tsx Normalizes AnchoredSectionBox import position for anchored sections in TR detail.
src/components/tenant-resources/GlobalTenantResourceDetail.tsx Normalizes AnchoredSectionBox import position for anchored sections in GTR detail.
src/components/tenant-owners/TenantOwnerDetail.tsx Normalizes AnchoredSectionBox import position for anchored sections in TenantOwner detail.
src/components/quotas/ResourcePoolDetail.tsx Normalizes AnchoredSectionBox import position for anchored sections in ResourcePool detail.
src/components/quotas/ResourcePoolClaimDetail.tsx Normalizes AnchoredSectionBox import position for anchored sections in ResourcePoolClaim detail.
src/components/quotas/GlobalResourceQuotaDetail.tsx Normalizes AnchoredSectionBox import position for anchored sections in GRQ detail.
src/components/quotas/GlobalCustomQuotaDetail.tsx Normalizes AnchoredSectionBox import position for anchored sections in GCQ detail.
src/components/quotas/CustomQuotaDetail.tsx Normalizes AnchoredSectionBox import position for anchored sections in CQ detail.
src/components/proxy/GlobalProxySettingsList.tsx Normalizes AnchoredSectionBox import position for anchored sections in GPS list.
src/components/proxy/GlobalProxySettingsDetail.tsx Normalizes AnchoredSectionBox import position for anchored sections in GPS detail.
src/components/namespaces/NamespaceQuotaSystems.tsx Normalizes AnchoredSectionBox import position for anchored sections in Namespace quota systems view.
src/components/configuration/CapsuleConfigurationList.tsx Reorders imports to keep AnchoredSectionBox and link imports consistently grouped.
src/components/configuration/CapsuleConfigurationDetail.tsx Normalizes AnchoredSectionBox import position for anchored sections in configuration detail.
src/components/common/ReplicationDependencies.tsx Reorders imports to keep AnchoredSectionBox and CapsuleResourceLink in consistent order.
src/components/common/QuotaAggregationView.tsx Moves AnchoredSectionBox import into the main import block for consistent anchored section rendering.
src/components/common/ManagedResources.tsx Moves AnchoredSectionBox import into the main import block for consistent anchored section rendering.
src/components/common/ConditionsAndEvents.tsx Reorders ConditionStatusChip import to keep the section wrapper import block consistent.

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

@oliverbaehler
oliverbaehler merged commit efdea7f 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