Fix Task Manager dark theme: pagination, status colors, action buttons#183
Open
Fix Task Manager dark theme: pagination, status colors, action buttons#183
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: IslandRhythms <39510674+IslandRhythms@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix pagination color in dark theme for task manager
Fix Task Manager dark theme: pagination, status colors, action buttons
Mar 18, 2026
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.
Three dark mode issues in the Task Manager: pagination bar renders with a white background, status badges (pending/succeeded/failed) have insufficient contrast against dark backgrounds, and Reschedule/Run Now gradient buttons clash with the dark color scheme.
Pagination (
task-by-name.html)Replaced all hard-coded
bg-white/text-gray-*/border-gray-*classes in the fixed pagination footer with semantic tokens that automatically swap between themes:Status badge/card colors (
dark-theme.css)Added dark-mode overrides for the full range of status color classes used by status summary cards and inline badges:
bg-yellow/green/red-100and-200(card backgrounds and active pill states)hover:bg-yellow/green/red-100hover statestext-yellow/green/red-600through-900— all mapped to bright readable variants (--studio-text-warning,--studio-text-success,--studio-text-error)text-blue-800forin_progressbadgesAction button gradients (
dark-theme.css)Overrides
from-blue-500/to-blue-600andfrom-green-500/to-green-600gradient stops to darker equivalents (blue-700/800, green-700/800) in dark mode, reducing visual harshness against the near-black background.New CSS variables (
theme-variables.css)Added missing semantic variables for both light and dark themes to back the new overrides consistently:
--studio-text-warning,--studio-text-info--studio-bg-{warning,success,error}-active(200-level pill backgrounds)--studio-bg-{warning,success,error}-hover(100-level hover states)Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
fastdl.mongodb.org/home/REDACTED/work/_temp/ghcca-node/node/bin/node node ./postinstall.js(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.