master
Gilang R 2024-11-09 14:08:39 +07:00
parent ff8787e5ad
commit 75c449a7f3
Signed by: sinyo1015
GPG Key ID: D40305586B71891C
48 changed files with 27 additions and 3 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
eslint.config.js Normal file → Executable file
View File

0
indeks.ts Normal file → Executable file
View File

0
index.html Normal file → Executable file
View File

0
package.json Normal file → Executable file
View File

0
postcss.config.js Normal file → Executable file
View File

0
public/ferinesia-logo-thin.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

0
public/ferinesia-logo.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

0
public/vite.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 382 KiB

After

Width:  |  Height:  |  Size: 382 KiB

View File

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 87 KiB

0
src/assets/logos/Logo_Baru_Pelindo_(2021).png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 104 KiB

0
src/assets/logos/companies/AKSPL.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 128 KiB

0
src/assets/logos/companies/AKSPLK.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 128 KiB

0
src/assets/logos/companies/AKSPLS.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 128 KiB

0
src/assets/logos/companies/ASL.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 89 KiB

0
src/assets/logos/companies/IPM.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

0
src/assets/logos/companies/PAP.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 84 KiB

0
src/assets/logos/companies/POM.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

0
src/assets/logos/companies/TML.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 67 KiB

0
src/assets/logos/companies/UKI.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

0
src/assets/logos/companies/UKIT.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

0
src/assets/logos/companies/kbm.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

0
src/assets/logos/ferinesia-logo-thin.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

0
src/assets/logos/ferinesia-logo.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

0
src/assets/react.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

0
src/components/CompanyLogo.tsx Normal file → Executable file
View File

0
src/constants/ScheduleStatus.ts Normal file → Executable file
View File

0
src/constants/WeatherCode.ts Normal file → Executable file
View File

30
src/data/17_10_2024_TTE_BASTIONG.json Normal file → Executable file
View File

@ -17,12 +17,36 @@
"schedules": [
{
"departure_datetime": "2024-11-08 20:30:00",
"departure_datetime": "2024-11-09 21:00:00",
"dock_name": "Dermaga 1",
"destination": "Babang",
"status": 2,
"company_code": "AKSPL",
"ship_name": "KM. BUNDA MARIA"
},
{
"departure_datetime": "2024-11-10 20:00:00",
"dock_name": "Dermaga 1",
"destination": "Babang",
"status": 1,
"company_code": "TML",
"ship_name": "KM. TERATAI MURNI LINES"
"company_code": "UKIT",
"ship_name": "KM. UKI RAYA 05"
},
{
"departure_datetime": "2024-11-11 20:00:00",
"dock_name": "Dermaga 1",
"destination": "Kupal - Jojame - Jikotamo - Kawasi",
"status": 0,
"company_code": "ASL",
"ship_name": "KM. ELIZABETH III"
},
{
"departure_datetime": "2024-11-12 21:00:00",
"dock_name": "Dermaga 1",
"destination": "Babang",
"status": 0,
"company_code": "UKIT",
"ship_name": "KM. SATRIA 99 EXPRESS"
}
]
}

0
src/data/23_10_2024_TTE_BASTIONG.json Normal file → Executable file
View File

0
src/data/LogoLocation.json Normal file → Executable file
View File

0
src/index.css Normal file → Executable file
View File

0
src/main.tsx Normal file → Executable file
View File

0
src/pages/auth/login.tsx Normal file → Executable file
View File

0
src/pages/homepage/index.tsx Normal file → Executable file
View File

0
src/schemas/harbor-propeties.ts Normal file → Executable file
View File

0
src/schemas/running-text.ts Normal file → Executable file
View File

0
src/schemas/schedule.ts Normal file → Executable file
View File

0
src/schemas/weather.ts Normal file → Executable file
View File

0
src/vite-env.d.ts vendored Normal file → Executable file
View File

0
tailwind.config.js Normal file → Executable file
View File

0
tsconfig.app.json Normal file → Executable file
View File

0
tsconfig.json Normal file → Executable file
View File

0
tsconfig.node.json Normal file → Executable file
View File

0
vite.config.ts Normal file → Executable file
View File

0
yarn.lock Normal file → Executable file
View File