## Deskripsi:
- Perubahan tampilan notifikasi
- Pin map sesuai logo
- Pin map bisa custom
### No Issue
This commit is contained in:
2024-08-23 14:15:11 +08:00
parent cae318c5e3
commit a6bb993b0d
75 changed files with 1602 additions and 646 deletions

View File

@@ -0,0 +1,3 @@
import new_status_transaksi_investasi from "./new_status_transaksi.json";
export { new_status_transaksi_investasi };

View File

@@ -0,0 +1,22 @@
[
{
"id": "1",
"name": "Berhasil"
},
{
"id": "2",
"name": "Proses"
},
{
"id": "3",
"name": "Menunggu"
},
{
"id": "4",
"name": "Menolak"
},
{
"id": "5",
"name": "Gagal"
}
]

View File

@@ -0,0 +1,3 @@
import master_kategori_app from "./master_kategori_app.json";
export { master_kategori_app };

View File

@@ -0,0 +1,30 @@
[
{
"id": "1",
"name": "Event"
},
{
"id": "2",
"name": "Job"
},
{
"id": "3",
"name": "Voting"
},
{
"id": "4",
"name": "Donasi"
},
{
"id": "5",
"name": "Investasi"
},
{
"id": "6",
"name": "Forum"
},
{
"id": "7",
"name": "Collaboration"
}
]