Skip to content

feat(ui): dark theme - #6838

Open
rpelczar wants to merge 1 commit into
akuity:mainfrom
rpelczar:feat/dark-theme
Open

feat(ui): dark theme#6838
rpelczar wants to merge 1 commit into
akuity:mainfrom
rpelczar:feat/dark-theme

Conversation

@rpelczar

@rpelczar rpelczar commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Description

Closes #6061

Checklist

Eligibility

  • Linked to an existing issue with no blocking labels (kind/proposal, needs discussion, needs research, maintainer only, area/security, size/large, size/x-large, size/xx-large).
  • Changes documentation only.
  • Changes ten lines or fewer.

Quality

  • Adds or updates corresponding tests.
  • Adds or updates corresponding documentation.

AI Use Disclosure

This PR was written:

  • By a human without AI assistance.
  • By a human with AI assistance. A human has reviewed every line prior to opening the PR.
  • By an AI with human supervision. A human has reviewed every line prior to opening the PR.
  • Entirely by an AI. No human has reviewed this prior to opening the PR.

Sign-Off

All commits:

  • Are signed off by their author (git commit -s) (required)
  • Are cryptographically signed (git commit -S) (encouraged)
image

Signed-off-by: Rafal Pelczar <rafal@akuity.io>
@rpelczar rpelczar added this to the v1.12.0 milestone Aug 19, 2026
@rpelczar rpelczar self-assigned this Aug 19, 2026
@rpelczar
rpelczar requested a review from a team as a code owner August 19, 2026 12:55
@rpelczar rpelczar added kind/enhancement An entirely new feature area/ui Affects the UI priority/normal This is the priority for most work labels Aug 19, 2026
@netlify

netlify Bot commented Aug 19, 2026

Copy link
Copy Markdown

Deploy Preview for docs-kargo-io ready!

Name Link
🔨 Latest commit 4600cc3
🔍 Latest deploy log https://app.netlify.com/projects/docs-kargo-io/deploys/6a85a7aaf51df00008f1ce0b
😎 Deploy Preview https://deploy-preview-6838.docs.kargo.io
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@kargo-governance-bot kargo-governance-bot Bot added the kind/proposal Indicates maintainers have not yet committed to a feature request label Aug 19, 2026
@codecov

codecov Bot commented Aug 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 31.10%. Comparing base (bc16c85) to head (4600cc3).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6838   +/-   ##
=======================================
  Coverage   31.10%   31.10%           
=======================================
  Files         832      832           
  Lines       81199    81199           
=======================================
  Hits        25258    25258           
  Misses      54470    54470           
  Partials     1471     1471           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jmalisz-akuity jmalisz-akuity left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Overall looks solid, with 2 minor issues.

To keep the same convention those question marks probably should use dark:text-neutral-500:

Image Image

Not sure exactly where this color and bg comes from, but IMO the contrast is too low here:

Image

Comment thread ui/src/features/freight-timeline/freight-timeline-wrapper.tsx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/ui Affects the UI kind/enhancement An entirely new feature kind/proposal Indicates maintainers have not yet committed to a feature request priority/normal This is the priority for most work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UI: Dark theme needed

2 participants