mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: project active cycle progress (#4296)
This commit is contained in:
parent
0605b5f60c
commit
e4777157a2
@ -93,29 +93,24 @@ export const CYCLE_STATUS: {
|
|||||||
|
|
||||||
export const CYCLE_STATE_GROUPS_DETAILS = [
|
export const CYCLE_STATE_GROUPS_DETAILS = [
|
||||||
{
|
{
|
||||||
key: "backlog_issues",
|
key: "completed_issues",
|
||||||
title: "Backlog",
|
title: "Completed",
|
||||||
color: "#F0F0F3",
|
color: "#6490FE",
|
||||||
},
|
|
||||||
{
|
|
||||||
key: "unstarted_issues",
|
|
||||||
title: "Unstarted",
|
|
||||||
color: "#FB923C",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "started_issues",
|
key: "started_issues",
|
||||||
title: "Started",
|
title: "Started",
|
||||||
color: "#FFC53D",
|
color: "#FDD97F",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "completed_issues",
|
key: "unstarted_issues",
|
||||||
title: "Completed",
|
title: "Unstarted",
|
||||||
color: "#d687ff",
|
color: "#FEB055",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "cancelled_issues",
|
key: "backlog_issues",
|
||||||
title: "Cancelled",
|
title: "Backlog",
|
||||||
color: "#ef4444",
|
color: "#F0F0F3",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user