mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
7c06be19fc
* feat: cycle status and dates added in sidebar * feat: update status added --------- Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia1001@gmail.com>
5 lines
220 B
TypeScript
5 lines
220 B
TypeScript
export const CYCLE_STATUS = [
|
|
{ label: "Started", value: "started", color: "#5e6ad2" },
|
|
{ label: "Completed", value: "completed", color: "#eb5757" },
|
|
{ label: "Draft", value: "draft", color: "#f2c94c" },
|
|
]; |