243313b8eb
feat: Complete User Phase 8 Donation screens + add PADDING_INLINE to all list/recap screens
...
- Migrate 25 donation screens to OS_Wrapper (tabs, list, detail, forms, transaction flow)
- Add contentPadding={PADDING_INLINE} to 7 list/recap screens for consistent spacing
- Migrate crowdfunding screen to OS_Wrapper
- Fix voting tabs layout height to use OS_IOS_HEIGHT/OS_ANDROID_HEIGHT constants
- Migrate news detail screen to OS_Wrapper
- Update TASK-005 progress to 73% complete (104 files migrated)
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-04-13 16:24:14 +08:00
98f8c7e2bf
Fix layout tabs pada komponen
...
Fix home tabs
### No Issue
2026-04-01 17:17:12 +08:00
2705f96b01
feat: implement pagination and NewWrapper on donation and investment screens
...
- Implement pagination on investment screens (ScreenMyHolding, ScreenInvestor, ScreenRecapOfNews, ScreenListOfNews)
- Implement pagination on donation screens (ScreenStatus)
- Update API functions to support pagination with page parameter (apiInvestmentGetAll, apiInvestmentGetInvestorById, apiInvestmentGetNews, apiDonationGetByStatus)
- Replace ViewWrapper with NewWrapper for better UI experience
- Update app directory files to use new modular components from screens directory
- Add pull-to-refresh and infinite scroll functionality
- Improve performance by loading data incrementally
- Apply NewWrapper to donation create and create-story screens
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-02-09 17:35:54 +08:00
ba878d4d08
Donasi
...
Fix: tampilan status dan detail status sudah terintegrasi API
- create dan buntton status sudah terintegrasi
### No Issue
2025-10-06 16:11:56 +08:00
f3a3acc747
Donation:
...
Add:
- service/api-client/api-donation.ts
Fix:
- service/api-client/api-master.ts : tambah master donasi
- app/(application)/(user)/donation/create.tsx
- app/(application)/(user)/donation/create-story.tsx
### No issue
2025-10-03 17:37:29 +08:00
e16b0c2fce
Donation
...
Add:
- [transaction]/success.tsx
- [transaction]/failed.tsx
Fix:
- InformationBox : props type di tambah React.ReactNode
- /donation/create && /donation/create-story : fix route
### No Issue
2025-08-05 11:01:41 +08:00
d437365b5e
Donation
...
Add:
- screens/Donation/
- donation/[id]/
Fix:
- donation/(tabs)/status.tsx
- donation/create-story.tsx
- donation/create.tsx
## No Issue
2025-08-04 11:28:21 +08:00
25e495cdf1
Donation
...
Add:
- lib/dummy-data/donasi
- donation/(tabs)/
- donation/create-story.tsx
Fix:
- app/(application)/(user)/_layout.tsx
- app/(application)/(user)/crowdfunding/index.tsx
- app/(application)/(user)/donation/create.tsx
- screens/Authentication/LoginView.tsx
## No Issue
2025-08-01 17:32:05 +08:00
554428b7b4
Crowd
...
Add:
- assets/images/constants/crowd-hipmi.png
- app/(application)/(user)/crowdfunding/
- app/(application)/(user)/investment/
- app/(application)/(user)/donation/
Fix:
- screens/Home/topFeatureSection.tsx
- app/(application)/(user)/_layout.tsx
## No Issue
2025-07-29 11:41:41 +08:00