Skip to content

feat(pki): pqc readiness pie + trend chart and inventory preset views#6084

Merged
saifsmailbox98 merged 4 commits intomainfrom
saif/pki-164-pqc-readiness-visibility-in-certificate-inventory-dashboard
Apr 20, 2026
Merged

feat(pki): pqc readiness pie + trend chart and inventory preset views#6084
saifsmailbox98 merged 4 commits intomainfrom
saif/pki-164-pqc-readiness-visibility-in-certificate-inventory-dashboard

Conversation

@saifsmailbox98
Copy link
Copy Markdown
Contributor

@saifsmailbox98 saifsmailbox98 commented Apr 17, 2026

Context

Adds a PQC readiness pie chart and PQC adoption trend chart at the bottom of the PKI dashboard, plus "Post-Quantum (PQC)" and "Classical (Non-PQC)" preset views in the cert inventory.

Screenshots

Steps to verify the change

Type

  • Fix
  • Feature
  • Improvement
  • Breaking
  • Docs
  • Chore

Checklist

  • Title follows the conventional commit format: type(scope): short description (scope is optional, e.g., fix: prevent crash on sync or fix(api): handle null response).
  • Tested locally
  • Updated docs (if needed)
  • Updated CLAUDE.md files (if needed)
  • Read the contributing guide

@linear
Copy link
Copy Markdown

linear Bot commented Apr 17, 2026

@maidul98
Copy link
Copy Markdown
Collaborator

maidul98 commented Apr 17, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@saifsmailbox98 saifsmailbox98 changed the title feat(pki): PQC readiness pie + trend chart and inventory preset views feat(pki): pqc readiness pie + trend chart and inventory preset views Apr 17, 2026
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 0c88a21a39

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread backend/src/services/certificate/certificate-dal.ts
Comment thread frontend/src/hooks/api/certificates/constants.tsx
Comment thread frontend/src/hooks/api/certificates/constants.tsx
UnstableCard defaults to h-fit which disables flex items-stretch; other
dashboard cards override with h-auto but KpiCards didn't, so cards without
a badge (Expiring Soon, Expired) rendered shorter than the rest.
Missed h-auto on PqcTrend so it kept h-fit from UnstableCard default,
breaking stretch alignment with PqcReadinessChart beside it.
min-w-[400px] prevented the trend card from shrinking below 400px,
causing overflow/clipping at narrow widths. Drop the min-width and let
it behave like ActivityTrend.
@saifsmailbox98 saifsmailbox98 merged commit 56abe6e into main Apr 20, 2026
14 checks passed
saifsmailbox98 added a commit that referenced this pull request Apr 20, 2026
)

Follow-up to #6084 — missed updating PqcReadinessChart and PqcTrend
after the Unstable prefix was removed from v3 components.
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.

3 participants