fix(web): darken check chart tooltip values #466

Merged
simon merged 1 commit from codex/check-tooltip-text into main 2026-06-05 13:46:21 +00:00
Owner

Summary

  • Use dark slate text for metric values inside the light check-history chart tooltip.
  • Keep secondary tooltip copy readable on the same light surface.
  • Add a source-level regression test for the light tooltip / dark metric value contract.

Validation

  • node --test lib/checks/history-chart-ui.test.mjs
  • node --experimental-strip-types --test lib/checks/history-chart.test.mjs lib/checks/history-chart-ui.test.mjs
  • pnpm --filter web type-check
  • pnpm --filter web lint (exits 0; reports existing unrelated warnings)
  • BETTER_AUTH_URL=http://localhost:3000 POSTGRES_PASSWORD=postgres pnpm --filter web build (passes; reports existing Turbopack NFT warning)

Notes

  • pnpm --filter web test:unit still fails on unrelated baseline source-invariant tests already tracked by #460.
## Summary - Use dark slate text for metric values inside the light check-history chart tooltip. - Keep secondary tooltip copy readable on the same light surface. - Add a source-level regression test for the light tooltip / dark metric value contract. ## Validation - node --test lib/checks/history-chart-ui.test.mjs - node --experimental-strip-types --test lib/checks/history-chart.test.mjs lib/checks/history-chart-ui.test.mjs - pnpm --filter web type-check - pnpm --filter web lint (exits 0; reports existing unrelated warnings) - BETTER_AUTH_URL=http://localhost:3000 POSTGRES_PASSWORD=postgres pnpm --filter web build (passes; reports existing Turbopack NFT warning) ## Notes - pnpm --filter web test:unit still fails on unrelated baseline source-invariant tests already tracked by #460.
simon force-pushed codex/check-tooltip-text from bdaa662417
Some checks failed
Conventional PR title / Conventional PR title (pull_request) Successful in 0s
PR Checks (Docker images) / Ansible API contract (pull_request) Successful in 7s
PR Checks (Docker images) / Detect Docker image changes (pull_request) Successful in 19s
Secret Scan / gitleaks (pull_request) Successful in 27s
PR Checks (Docker images) / Ingest Docker image (pull_request) Has been skipped
SAST / crypto-lint (no weak hashes / ciphers) (pull_request) Successful in 1m9s
PR Checks (Docker images) / Ansible API Docker image (pull_request) Has been skipped
SAST / semgrep (pull_request) Successful in 1m23s
SAST / gosec (agent) (pull_request) Successful in 2m3s
SAST / gosec (ingest) (pull_request) Successful in 2m8s
SAST / trivy (filesystem) (pull_request) Successful in 2m12s
SAST / trivy (config / IaC) (pull_request) Successful in 2m6s
PR Checks (Web) / Web (lint / type-check / build) (pull_request) Successful in 2m41s
PR Checks (Docker images) / Web Docker image (pull_request) Has been cancelled
to 1ef749de22
All checks were successful
Conventional PR title / Conventional PR title (pull_request) Successful in 0s
PR Checks (Docker images) / Ansible API contract (pull_request) Successful in 8s
PR Checks (Docker images) / Detect Docker image changes (pull_request) Successful in 8s
SAST / semgrep (pull_request) Successful in 1m14s
SAST / crypto-lint (no weak hashes / ciphers) (pull_request) Successful in 1m8s
Secret Scan / gitleaks (pull_request) Successful in 31s
PR Checks (Docker images) / Ingest Docker image (pull_request) Has been skipped
PR Checks (Docker images) / Ansible API Docker image (pull_request) Has been skipped
SAST / gosec (agent) (pull_request) Successful in 2m12s
SAST / gosec (ingest) (pull_request) Successful in 2m12s
SAST / trivy (filesystem) (pull_request) Successful in 2m9s
PR Checks (Web) / Web (lint / type-check / build) (pull_request) Successful in 2m49s
SAST / trivy (config / IaC) (pull_request) Successful in 2m4s
PR Checks (Docker images) / Web Docker image (pull_request) Successful in 9m28s
2026-06-05 13:42:22 +00:00
Compare
simon merged commit 9ceceb5e6c into main 2026-06-05 13:46:21 +00:00
simon deleted branch codex/check-tooltip-text 2026-06-05 13:46:22 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carrtech/ct-ops!466
No description provided.