feat: cycle status (#265)
* feat: cycle status and dates added in sidebar * feat: update status added --------- Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia1001@gmail.com>
This commit is contained in:
parent
9e9a6f4cce
commit
7c06be19fc
5 changed files with 113 additions and 10 deletions
5
apps/app/constants/cycle.ts
Normal file
5
apps/app/constants/cycle.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export const CYCLE_STATUS = [
|
||||
{ label: "Started", value: "started", color: "#5e6ad2" },
|
||||
{ label: "Completed", value: "completed", color: "#eb5757" },
|
||||
{ label: "Draft", value: "draft", color: "#f2c94c" },
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue