- Fitur hot menu ditambah
- Fitur portofolio khusus status investasi
- Fitur halaman transaksi
### No Issue
#fix:
- Perubahan minor
This commit is contained in:
2023-11-03 16:28:05 +08:00
parent c90aca8e8f
commit 33e363af89
51 changed files with 1953 additions and 408 deletions

View File

@@ -1,14 +1,14 @@
[
{
"id": 1,
"name": "3 bulan"
"id": "1",
"name": "3"
},
{
"id": 2,
"name": "6 bulan"
"id": "2",
"name": "6"
},
{
"id": 3,
"name": "1 tahun"
"id": "3",
"name": "12"
}
]

View File

@@ -1,19 +1,19 @@
[
{
"id": 1,
"name": "30 hari"
"id": "1",
"name": "30"
},
{
"id": 2,
"name": "60 hari"
"id": "2",
"name": "60"
},
{
"id": 3,
"name": "90 hari"
"id": "3",
"name": "90"
},
{
"id": 4,
"name": "120 hari"
"id": "4",
"name": "120"
}
]

View File

@@ -1,10 +1,10 @@
[
{
"id": 1,
"id": "1",
"name": "Selamanya"
},
{
"id": 2,
"id": "2",
"name": "Satu tahun"
}
]

View File

@@ -0,0 +1,22 @@
[
{
"id": "1",
"name": "Draft",
"color": "yellow"
},
{
"id": "2",
"name": "Review",
"color": "orange"
},
{
"id": "3",
"name": "Publish",
"color": "green"
},
{
"id": "4",
"name": "Reject",
"color": "red"
}
]