feat: add anchors and coloring consistency - #23
Merged
Merged
Conversation
Signed-off-by: Oliver Baehler <oliver@sudo-i.net>
There was a problem hiding this comment.
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
AnchoredSectionBoximport placement (and aliasing toSectionBox) 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.