Skip to content

fix: correct progress bar color for seed queued status#1401

Open
xiaoxinmm wants to merge 1 commit into
6c65726f79:mainfrom
xiaoxinmm:fix/issue-1392
Open

fix: correct progress bar color for seed queued status#1401
xiaoxinmm wants to merge 1 commit into
6c65726f79:mainfrom
xiaoxinmm:fix/issue-1392

Conversation

@xiaoxinmm

Copy link
Copy Markdown

Summary

Fixes #1392

Problem

Status 5 (seed queued) had null as its progress bar color in ProgressBarColors, causing the progress bar to render with no color.

Fix

Changed null to "primary" to match Transmission's official convention where both seeding and seed-queued states use the primary color.

// Before
const ProgressBarColors = ["medium","warning","warning","medium","success",null,"primary"];
// After
const ProgressBarColors = ["medium","warning","warning","medium","success","primary","primary"];

Closes #1392

Status 5 (seed queued) was using null instead of 'primary', causing
the progress bar to have no color. Updated to match Transmission's
official color convention where seeding/seed-queued use primary color.
@sonarqubecloud

sonarqubecloud Bot commented Mar 1, 2026

Copy link
Copy Markdown

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.

1 participant