f897f00c64
feat: Mark all testing complete + resolve investment upload issue
...
- Update TASK-005: all iOS & Android testing marked as complete (Phase 7, 8, 9 User + all Admin phases)
- Investment upload issue resolved (2026-04-17)
- All build & device testing status updated from Pending to Complete
- Last Updated bumped to 2026-04-17
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-04-17 11:24:02 +08:00
19d3a9a6c7
feat: Refactor super-admin screens to OS_Wrapper pattern
...
- Create screens/Admin/Super-Admin/ScreenSuperAdmin.tsx
* Migrate from ViewWrapper to OS_Wrapper
* Add usePagination hook for pagination & skeleton loading
* Add AdminBasicBox for card layout (same as user-access)
* Add pull-to-refresh & infinite scroll support
- Create screens/Admin/Super-Admin/ScreenSuperAdminDetail.tsx
* Migrate from ViewWrapper to OS_Wrapper
* Add useAuth hook for user validation
* Add pull-to-refresh support
- Simplify route files:
* app/(application)/admin/super-admin/index.tsx → 4 lines
* app/(application)/admin/super-admin/[id]/index.tsx → 4 lines
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-04-15 15:02:00 +08:00
5b836875a6
feat: Complete Admin Phase 7 Investment screens + fix Admin Phase 8, 10 documentation + migrate dashboard & maps to OS_Wrapper
...
- Migrate admin/investment/[id]/[status]/index.tsx to OS_Wrapper (detail with pull-to-refresh)
- Migrate admin/investment/[id]/[status]/transaction-detail.tsx to OS_Wrapper (transaction detail with footer)
- Migrate admin/investment/[id]/reject-input.tsx to OS_Wrapper with enableKeyboardHandling
- Migrate admin/investment/index.tsx to OS_Wrapper (dashboard)
- Migrate ScreenInvestmentListOfInvestor.tsx to OS_Wrapper
- Migrate ScreenInvestmentStatus.tsx to OS_Wrapper
- Migrate admin/dashboard.tsx to OS_Wrapper
- Migrate admin/maps.tsx to OS_Wrapper
- Fix TASK-005 documentation: reorder Admin Phases 1-10, update tracking table
- Mark Admin Phase 3 (Donation) as Complete (12 files verified)
- Add Admin Phase 10 (Dashboard & Maps) documentation
- Update grand total: 178/~184 files (~97% complete)
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-04-15 14:52:20 +08:00
e260ed546b
feat: Complete Admin Phase 3 Donation screens migration to OS_Wrapper
...
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-04-15 11:42:28 +08:00
115e9c49a2
feat: Complete Admin Phase 4 Forum screens migration + add PADDING_INLINE
...
- Migrate 6 admin forum screens to OS_Wrapper (posting list, report lists, detail reports)
- Add contentPadding={PADDING_INLINE} to all 6 forum screens for consistent spacing
- Disable margin style in renderItem for list comment and detail report screens (temporarily commented out)
- Update TASK-005 with Admin Phase 4 completion status
- Total: 167 files migrated (~94% complete)
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-04-15 10:06:32 +08:00
670e374bb4
feat: Complete Admin Phase 8 App Information screens migration
...
- Migrate 9 admin app information screens to OS_Wrapper (lists, business field forms, information bank forms, sticker forms)
- Add enableKeyboardHandling to 5 form screens with TextInput (business field create/update, information bank create/update)
- Update TASK-005 with Admin Phase 8 completion status
- Total: 155 files migrated (~90% complete)
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-04-15 08:45:29 +08:00
d0eb812adc
feat: Complete Admin Phase 2 Voting screens migration
...
- Migrate 5 admin voting screens to OS_Wrapper (dashboard, lists, detail, form)
- Add enableKeyboardHandling to reject-input form screen
- Update TASK-005 with Admin Phase 2 completion status
- Total: 146 files migrated (~85% complete)
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-04-14 17:37:15 +08:00
6d4dc0f7f7
feat: Complete Admin Phase 1 Event screens migration
...
- Migrate 8 admin event screens to OS_Wrapper (dashboard, lists, detail, forms, utility)
- Add enableKeyboardHandling to 3 form screens (reject-input, type-create, type-update)
- Migrate ScreenEventTypeOfEvent from Voting to OS_Wrapper
- Update TASK-005 with Admin Phase 1 completion status
- Total: 140 files migrated (~83% complete)
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-04-14 16:55:41 +08:00
0823a1c26a
feat: Complete Admin Phase 6 Job screens migration
...
- Migrate 4 admin job screens to OS_Wrapper (dashboard, list, detail, form)
- Add enableKeyboardHandling to reject-input form screen
- Update TASK-005 with Admin Phase 6 completion status
- Total: 132 files migrated (~79% complete)
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-04-14 12:24:58 +08:00
eb64c30d49
feat: Complete User Phase 9 Investment screens migration + note known upload issue
...
- Migrate 24 investment screens to OS_Wrapper (tabs, list, detail, forms, transaction flow)
- Add contentPadding={PADDING_INLINE} to 9 list/tabs screens for consistent spacing
- Add enableKeyboardHandling to 6 form screens
- Fix investment tabs layout height to use OS_IOS_HEIGHT/OS_ANDROID_HEIGHT constants
- Update TASK-005 with known issue: upload image returns 500 error in dev env
- Note: Investment feature not fully complete - upload issue needs investigation tomorrow
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-04-13 17:56:49 +08:00
2f87776d8b
docs: Add User Phase 9 Investment screens details to TASK-005
...
- Document 24 investment screens to migrate
- Include tabs, list/document, detail, form, and transaction flow screens
- Note tabs layout height fix needed for investment
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-04-13 16:45:15 +08:00
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
8e61c980af
fix: Remove PADDING_INLINE from non-tabs ScreenListOfContributor + update task
...
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-04-13 12:25:12 +08:00
c709dffd20
feat: Complete User Phase 7 Voting screens migration to OS_Wrapper
...
- Migrate 5 list screens (Beranda, Contribution, History, Status, ListOfContributor)
- Migrate 2 form screens (create, edit) with enableKeyboardHandling
- Migrate 4 detail screens (index, contribution, history, detail)
- Add PADDING_INLINE to tabs screens for consistent spacing
- Update TASK-005 progress to 80% complete (71/89 files)
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-04-13 12:24:23 +08:00
54537d2449
feat: Complete Phase 6 Event screens migration + add PADDING_INLINE to tabs
...
User Phase 6 - Event Screens (16 files):
- Beranda, Status, History, Contribution (tabs screens)
→ NewWrapper → OS_Wrapper + contentPadding={PADDING_INLINE}
- create.tsx & edit.tsx → Forms with enableKeyboardHandling + contentPaddingBottom={250}
- [id]/publish.tsx, history.tsx, contribution.tsx, confirmation.tsx → Static detail screens
- [id]/[status]/detail-event.tsx → Status detail screen
- detail/[id].tsx → Detail route screen
- ScreenListOfParticipants.tsx → Participants list screen
Key Improvements:
- Added contentPadding={PADDING_INLINE} to all Event (tabs) screens to prevent tight edge margins.
- Form screens (create, edit) use enableKeyboardHandling + contentPaddingBottom={250}.
- Removed all ViewWrapper and NewWrapper instances from Event feature.
Documentation:
- Update TASK-005 with Phase 6 completion details and new progress totals.
- Added note about PADDING_INLINE usage for tab screens.
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-04-10 13:50:59 +08:00
66792186ca
feat: Complete Forum & Admin User Access migration + fix scroll issues
...
Forum Screens (User Phase 5 - 17 files):
- Migrate all forum list, detail, create, and report screens to OS_Wrapper.
- ViewBeranda, ViewBeranda2, ViewBeranda3: List screens with pull-to-refresh.
- DetailForum, DetailForum2: Comment sections with headers (apply disableFlexGrow fix).
- create, edit, report-*, other-report-*, preview-report-*: Forms with keyboard handling.
Admin Phase 9 (User Access - 2 files):
- index.tsx: List with search and pagination.
- [id]/index.tsx: Detail with status toggle footer.
Scroll Fixes (Critical Bugs):
- Fix "Ghost Scroll" in Android FlatList: Removed TouchableWithoutFeedback and KeyboardAvoidingView wrappers in List Mode.
- Fix Large Header Cut-off: Added optional disableFlexGrow={true} to OS_Wrapper for screens with complex ListHeaderComponents (e.g., Forum Detail).
- Fix Keyboard Dismiss: Changed keyboardShouldPersistTaps to "handled" so taps on empty areas dismiss the keyboard while allowing scroll.
Documentation:
- Update TASK-005 with complete Phase 5 details and new progress totals.
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-04-09 17:48:51 +08:00
c3cf354c28
feat: Migrate Portfolio & Maps screens + perbaiki bug auto-scroll keyboard
...
Phase 3 - Portfolio Screens (6 files):
- [id]/index.tsx: ViewWrapper → OS_Wrapper (detail dengan pull-to-refresh)
- [id]/edit.tsx: NewWrapper → OS_Wrapper (form + keyboard handling)
- [id]/edit-logo.tsx: ViewWrapper → OS_Wrapper (upload logo)
- [id]/edit-social-media.tsx: ViewWrapper → OS_Wrapper (form + keyboard handling)
- ViewListPortofolio.tsx: NewWrapper → OS_Wrapper (pagination list)
- ScreenPortofolioCreate.tsx: NewWrapper → OS_Wrapper (form + keyboard handling)
Phase 4 - Maps Screens (2 files):
- ScreenMapsCreate.tsx: NewWrapper → OS_Wrapper (form + keyboard handling)
- ScreenMapsEdit.tsx: ViewWrapper → OS_Wrapper (form + keyboard handling)
Bug Fixes:
- Perbaiki auto-scroll keyboard yang membuat input paling atas 'terlempar' keluar layar
- Gunakan UIManager.measure untuk mendapatkan posisi absolut input (pageY) secara akurat
- Logika conditional scroll:
* Jika input terlihat (di atas keyboard) → TIDAK SCROLL
* Jika input tertutup keyboard → Scroll secukupnya
- Helper cloneChildrenWithFocusHandler sekarang aktif menyuntikan onFocus handler ke semua TextInput/TextArea/PhoneInput/Select
- Hapus KeyboardAvoidingView dari AndroidWrapper static mode (tidak diperlukan lagi)
Pattern yang diterapkan:
- List screens: contentPaddingBottom=100 (default)
- Form screens: contentPaddingBottom={250} + enableKeyboardHandling
- NO PADDING_INLINE (sesuai preferensi user - mencegah box menyempit)
Dokumentasi:
- Update TASK-005 dengan status lengkap Phase 1-4 (27 files migrated)
- Tambahkan urutan phase baru: Event (Phase 5), Voting (Phase 6), Forum (Phase 7), Donation (Phase 8)
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-04-08 17:27:06 +08:00
6ec839fd67
feat: Migrate Profile, Waiting Room, and Delete Account to OS_Wrapper
...
Profile Screens (8 files):
- [id]/index.tsx: NewWrapper → OS_Wrapper (list with refresh)
- [id]/edit.tsx: ViewWrapper → OS_Wrapper (form + keyboard handling)
- create.tsx: ViewWrapper → OS_Wrapper (form + keyboard handling)
- [id]/blocked-list.tsx: NewWrapper → OS_Wrapper (pagination list)
- [id]/detail-blocked.tsx: NewWrapper → OS_Wrapper (static with footer)
- [id]/update-background.tsx: ViewWrapper → OS_Wrapper (static with footer)
- [id]/update-photo.tsx: ViewWrapper → OS_Wrapper (static with footer)
- All Profile forms use enableKeyboardHandling + contentPaddingBottom={250}
Other Screens (2 files):
- waiting-room.tsx: NewWrapper → OS_Wrapper (static with refresh + footer)
- delete-account.tsx: ViewWrapper → OS_Wrapper (form + keyboard handling)
Bug Fixes:
- AndroidWrapper: Add refreshControl to ScrollView (fix pull-to-refresh on static mode)
Pattern Applied:
- List screens: contentPaddingBottom=100 (default)
- Form screens: contentPaddingBottom=250 (with TextInput)
- No PADDING_INLINE (user preference - prevents box narrowing)
Documentation:
- Update TASK-005 with Phase 1 completion details
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-04-08 14:32:11 +08:00
b8f8a361d6
refactor: Adjust OS_Wrapper defaults for better spacing
...
- Reduce default contentPaddingBottom from 250 to 100
- Better for list screens (less empty space)
- Only form screens with TextInput need 250px
- Set OS_ANDROID_PADDING_TOP to 6px
- More compact tabs on Android
- Update form screens (Create/Edit):
- Explicit contentPaddingBottom={250}
- Only screens with TextInput use larger spacing
- Remove unnecessary PADDING_INLINE from detail screens
- Detail screen doesn't need inline padding
Pattern:
- Default: contentPaddingBottom=100 (list screens)
- Forms: contentPaddingBottom=250 (screens with TextInput)
- contentPadding=0 (per-screen control)
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-04-08 10:31:36 +08:00
1a5ca78041
feat: Complete OS_Wrapper implementation with keyboard handling and PADDING_INLINE
...
OS_Wrapper System:
- Simplify API: Remove PageWrapper, merge keyboard props into OS_Wrapper
- Add auto-scroll when keyboard appears (Android only)
- Add tap-to-dismiss keyboard for both Static and List modes
- Fix contentPaddingBottom default to 250px (prevent keyboard overlap)
- Change default contentPadding to 0 (per-screen control)
- Remove Platform.OS checks from IOSWrapper and AndroidWrapper
Constants:
- Add PADDING_INLINE constant (16px) for consistent inline padding
- Add OS_PADDING_TOP constants for tab layouts
Job Screens Migration (9 files):
- Apply PADDING_INLINE to all Job screens:
- ScreenBeranda, ScreenBeranda2
- ScreenArchive, ScreenArchive2
- MainViewStatus, MainViewStatus2
- ScreenJobCreate, ScreenJobEdit
- Job detail screen
Keyboard Handling:
- Simplified useKeyboardForm hook
- Auto-scroll by keyboard height when keyboard appears
- Track scroll position for accurate scroll targets
- TouchableWithoutFeedback wraps all content for tap-to-dismiss
Documentation:
- Update TASK-005 with Phase 1 completion status
- Update Quick Reference with unified API examples
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-04-07 17:50:15 +08:00
502cd7bc65
feat: Implement OS_Wrapper system and migrate all Job screens
...
Create OS-specific wrapper system:
- Add IOSWrapper (based on NewWrapper for iOS)
- Add AndroidWrapper (based on NewWrapper_V2 with keyboard handling)
- Add OS_Wrapper (auto platform detection)
- Add PageWrapper (with keyboard handling for Android forms)
Migrate all Job screens (8 files):
- ScreenJobCreate: NewWrapper_V2 → PageWrapper
- ScreenJobEdit: NewWrapper_V2 → PageWrapper
- ScreenBeranda2: NewWrapper_V2 → OS_Wrapper
- ScreenArchive2: NewWrapper_V2 → OS_Wrapper
- MainViewStatus2: NewWrapper_V2 → OS_Wrapper
- ScreenBeranda: ViewWrapper → OS_Wrapper
- ScreenArchive: ViewWrapper → OS_Wrapper
- MainViewStatus: ViewWrapper → OS_Wrapper
Benefits:
- Automatic platform detection (no manual Platform.OS checks)
- Consistent tabs behavior across iOS and Android
- Keyboard handling for forms (Android only)
- Cleaner code with unified API
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-04-07 14:14:00 +08:00
44d9025afe
refactor: Update header components and improve job edit footer layout
...
- Replace Waiting Room header with AppHeader component
- Replace Profile Create header with AppHeader with showBack=false
- Wrap Job Edit submit button with BoxButtonOnFooter for consistent footer layout
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-04-06 17:49:28 +08:00
b34bc3799e
feat: Add default contentPadding to NewWrapper_V2
...
- Set default contentPadding to 16px for consistent spacing
- Added contentPadding prop to BaseProps interface
- Updated documentation in TASK-004
Benefits:
- All screens automatically have 16px padding
- Cleaner code (no need to specify padding everywhere)
- Still customizable (set to 0 or custom value if needed)
- Box content not too tight to screen edges
Phase 1 completed with consistent padding!
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-04-02 17:16:19 +08:00
7cb4f30ae9
refactor: Replace NewWrapper with NewWrapper_V2 for all Job screens
...
- ScreenBeranda2.tsx: NewWrapper → NewWrapper_V2
- ScreenArchive2.tsx: NewWrapper → NewWrapper_V2
- MainViewStatus2.tsx: NewWrapper → NewWrapper_V2
All Job screens now using NewWrapper_V2 with:
- Better keyboard handling
- Footer width 100%
- Content padding bottom 80px
- Auto-scroll to focused input (for forms)
- No white area when keyboard close
Phase 1 completed: All Job screens migrated!
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-04-02 16:13:23 +08:00
0f552443c4
refactor: Cleanup test files and migrate Job Detail screen
...
- Delete ScreenJobCreate2.tsx and ScreenJobEdit2.tsx (test files)
- Delete TestWrapper.tsx and TestKeyboardInput.tsx (test components)
- Delete test pages (test-keyboard.tsx, test-keyboard-bug.tsx)
- Update create.tsx to use ScreenJobCreate (not test version)
- Update edit.tsx to use ScreenJobEdit (not test version)
- Migrate Job Detail screen to NewWrapper_V2
- Remove TestWrapper from exports
- Clean up imports
Phase 1 cleanup completed!
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-04-02 15:31:26 +08:00
90bc8ae343
feat: Migrate Job screens to NewWrapper_V2 with keyboard handling
...
- Migrate ScreenJobCreate.tsx to NewWrapper_V2
- Migrate ScreenJobEdit.tsx to NewWrapper_V2
- Add NewWrapper_V2 component with auto-scroll keyboard handling
- Add useKeyboardForm hook for keyboard management
- Add FormWrapper component for forms
- Create ScreenJobEdit.tsx from edit route (separation of concerns)
- Add documentation for keyboard implementation
- Add TASK-004 migration plan
- Fix: Footer width 100% with safe positioning
- Fix: Content padding bottom 80px for navigation bar
- Fix: Auto-scroll to focused input
- Fix: No white area when keyboard close
- Fix: Footer not raised after keyboard close
Phase 1 completed: Job screens migrated
### No Issue
2026-04-02 15:07:10 +08:00
98f8c7e2bf
Fix layout tabs pada komponen
...
Fix home tabs
### No Issue
2026-04-01 17:17:12 +08:00
81bbd8e6b0
Clean project and release with new domain: hipmi.muku.id
...
### No issue
2026-03-31 17:07:27 +08:00
57159d2c45
update app config domain
...
### No Issue
2026-03-31 14:29:19 +08:00
66373fa65b
Clean code
...
Update android domain
### No Issue
2026-03-31 14:28:43 +08:00
6d545f2af9
Fix change yang tertinggal
2026-03-30 17:39:53 +08:00
eeb95336f2
Fix version & tabs android
...
### No Issue
2026-03-30 17:38:31 +08:00
6fb3b229c3
Fix andorid
2026-03-27 17:59:13 +08:00
76deec9c53
Fix tabs agar bisa di klik
...
### Issue: Di android batas atas kurang turun
2026-03-26 17:37:31 +08:00
31948f71db
Fix: NewWrapper footer position dengan SafeAreaView
...
Problem:
- Footer component tertutup atau scroll melebihi layar
- Tabs tidak bisa diklik karena footer floating
- Height OS_HEIGHT tidak konsisten di berbagai device
Solution:
✅ Footer menggunakan position: absolute untuk stay di bawah
✅ Konten ScrollView/FlatList mendapat paddingBottom: OS_HEIGHT
✅ SafeAreaView hanya untuk area aman, bukan height control
✅ Footer tetap visible di semua ukuran layar
Changes:
- Add styles.footerContainer dengan position: absolute
- Add paddingBottom ke contentContainerStyle (ScrollView & FlatList)
- Remove height: OS_HEIGHT dari SafeAreaView
- Footer stay di bottom dengan proper safe area handling
Result:
- Footer selalu terlihat di bawah layar
- Konten tidak tertutup footer (ada padding)
- Tabs bisa diklik dengan baik
- Konsisten di iOS & Android
- Respect safe area insets
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-03-26 12:28:07 +08:00
16decd89c8
Refactor: apply PhoneInputCustom to PortofolioEdit
...
Changes:
- Replace react-native-international-phone-number with PhoneInputCustom
- Remove ICountry dependency, use CountryData from constants
- Add phone number state management
- Implement country detection from existing phone number
- Auto-detect country based on calling code on load
- Improve phone number formatting logic
Features Applied:
✅ NO emoji flags - only calling codes (+62, +65, etc)
✅ Clean, professional UI
✅ Modal country picker with search
✅ Auto-detect country from saved phone number
✅ Real-time phone number formatting
✅ Auto-update country code on change
✅ Consistent with LoginView & ScreenPortofolioCreate
Phone Detection Logic:
- Load existing phone number from API
- Detect country by matching calling code
- Extract phone number without country code for display
- Set detected country for country picker
- Re-format on country change
UI:
- Phone Input: [+62 ⌄ | xxx-xxx-xxx]
- Country Picker: Modal with search
- Display: Country name + calling code only
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-03-26 12:17:05 +08:00
ecbcc12abf
Refactor: apply PhoneInputCustom to ScreenPortofolioCreate
...
Changes:
- Replace react-native-international-phone-number with PhoneInputCustom
- Remove ICountry dependency, use CountryData from constants
- Update state management (inputValue → phoneNumber)
- Improve phone number formatting logic
- Add handleCountryChange for better country switching
Features Applied:
✅ NO emoji flags - only calling codes (+62, +65, etc)
✅ Clean, professional UI
✅ Modal country picker with search
✅ Real-time phone number formatting
✅ Auto-update country code on change
✅ Consistent with LoginView implementation
Phone Input Logic:
- Format on every phone change
- Re-format when country changes
- Remove duplicate country codes
- Remove leading zeros
- Store E.164 format in API data
UI:
- Phone Input: [+62 ⌄ | xxx-xxx-xxx]
- Country Picker: Modal with search
- Display: Country name + calling code only
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-03-26 11:42:54 +08:00
0cb734e790
Refactor: apply PhoneInputCustom to LoginView
...
Changes:
- Replace react-native-international-phone-number with PhoneInputCustom
- Remove dependency on ICountry, use CountryData from constants
- Add KeyboardAvoidingView for better iOS keyboard handling
- Improve validation with libphonenumber-js
- Add proper phone number formatting
- Update state management (inputValue → phoneNumber)
Features Applied:
✅ NO emoji flags - only calling codes (+62, +65, etc)
✅ Clean, professional UI
✅ Modal country picker with search
✅ Better keyboard handling on iOS
✅ Real-time validation with libphonenumber-js
✅ Auto-formatting for international numbers
✅ Reusable component
UI:
- Phone Input: [+62 ⌄ | 812-3456-7890]
- Country Picker: Modal with search
- Display: Country name + calling code only
Validation:
- Check phone number length
- Validate with libphonenumber-js
- Format to E.164 on login
- Error handling with Toast
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-03-26 11:33:18 +08:00
0d2fef1878
Feat: add reusable PhoneInput component without flags
...
New Components:
- PhoneInputCustom: Reusable phone input without emoji flags
- constants/countries.ts: Country data with calling codes only
Features:
✅ NO emoji flags - only country name + calling code (+62, +65, etc)
✅ Clean, professional UI
✅ Modal country picker with search
✅ 15 countries supported
✅ Helper functions: getCountryByCallingCode, getCountryByCode, searchCountries
✅ Fully typed with TypeScript
✅ Reusable across the app
✅ Maximum compatibility (no emoji rendering issues)
UI Design:
- Phone Input: [+62 ⌄ | 812-3456-7890]
- Country Picker: Modal with search
- Display: Country name + calling code only
Usage:
import { PhoneInputCustom } from '@/components';
import { DEFAULT_COUNTRY } from '@/constants/countries';
<PhoneInputCustom
value={phoneNumber}
onChangePhoneNumber={setPhoneNumber}
selectedCountry={selectedCountry}
onChangeCountry={setSelectedCountry}
/>
Benefits:
✅ Works on ALL iOS versions (no emoji issues)
✅ Consistent across all platforms
✅ Faster render (no emoji/image loading)
✅ Cleaner code structure
✅ Easy to maintain
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-03-26 11:27:59 +08:00
2e58f8c7b4
Docs: add task breakdown untuk fix phone input iOS 16+
...
- Add TASKS/fix-phone-input-ios-16.md dengan analisis lengkap
- 3 opsi solusi: KeyboardAvoidingView, Keyboard Controller, Custom Input
- Detailed implementation guidelines
- Testing checklist untuk iOS 16, 17, 18
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-03-25 16:39:48 +08:00
b6cd308b0b
Refactor pagination implementation dan perbaikan UI
...
- Add default page parameter di apiAllUser
- Refactor MainView_V2.tsx dengan separate render functions
- Update pagination pageSize menjadi 10 di Forum
- Fix iOS height constant dan tab styling
- Rename Admin_ScreenPortofolioCreate ke ScreenPortofolioCreate
- Add TASKS documentation folder
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-03-25 16:22:54 +08:00
f68deab8c0
Fix App Header
...
Layouts & Navigation
- app/(application)/_layout.tsx
- app/(application)/(user)/_layout.tsx
- app/(application)/(user)/event/(tabs)/_layout.tsx
- app/(application)/(user)/job/(tabs)/_layout.tsx
- app/(application)/(user)/voting/(tabs)/_layout.tsx
- app/(application)/(user)/portofolio/_layout.tsx
- app/(application)/(user)/profile/_layout.tsx
- app/(application)/admin/_layout.tsx
- app/+not-found.tsx
User – File
- app/(application)/(file)/[id].tsx
User – Collaboration
- app/(application)/(user)/collaboration/[id]/index.tsx
- app/(application)/(user)/collaboration/[id]/detail-project-main.tsx
- app/(application)/(user)/collaboration/[id]/detail-participant.tsx
- app/(application)/(user)/collaboration/[id]/[detail]/info.tsx
- app/(application)/(user)/collaboration/[id]/[detail]/room-chat.tsx
User – Donation
- app/(application)/(user)/donation/[id]/index.tsx
- app/(application)/(user)/donation/[id]/[status]/detail.tsx
- app/(application)/(user)/donation/[id]/(news)/[news]/index.tsx
User – Event
- app/(application)/(user)/event/[id]/[status]/detail-event.tsx
- app/(application)/(user)/event/[id]/confirmation.tsx
- app/(application)/(user)/event/[id]/contribution.tsx
- app/(application)/(user)/event/[id]/history.tsx
- app/(application)/(user)/event/[id]/publish.tsx
User – Investment
- app/(application)/(user)/investment/[id]/index.tsx
- app/(application)/(user)/investment/[id]/[status]/detail.tsx
- app/(application)/(user)/investment/[id]/(my-holding)/[id].tsx
- app/(application)/(user)/investment/[id]/(news)/[news]/index.tsx
User – Job
- app/(application)/(user)/job/[id]/[status]/detail.tsx
User – Portofolio
- app/(application)/(user)/portofolio/[id]/index.tsx
User – Profile
- app/(application)/(user)/profile/[id]/index.tsx
User – Voting
- app/(application)/(user)/voting/[id]/index.tsx
- app/(application)/(user)/voting/[id]/[status]/detail.tsx
- app/(application)/(user)/voting/[id]/contribution.tsx
- app/(application)/(user)/voting/[id]/history.tsx
Components
- components/Button/BackButtonFromNotification.tsx
- components/_ShareComponent/AppHeader.tsx
Admin Screens
- screens/Admin/Notification-Admin/ScreenNotificationAdmin.tsx
- screens/Admin/Notification-Admin/ScreenNotificationAdmin2.tsx
Screens – Donation
- screens/Donation/ScreenListOfNews.tsx
- screens/Donation/ScreenRecapOfNews.tsx
Screens – Forum
- screens/Forum/ViewBeranda.tsx
- screens/Forum/ViewBeranda2.tsx
- screens/Forum/ViewBeranda3.tsx
Screens – Investment
- screens/Invesment/Document/ScreenRecapOfDocument.tsx
- screens/Invesment/News/ScreenListOfNews.tsx
- screens/Invesment/News/ScreenRecapOfNews.tsx
Screens – Notification
- screens/Notification/ScreenNotification_V1.tsx
- screens/Notification/ScreenNotification_V2.tsx
iOS
- ios/HIPMIBadungConnect.xcodeproj/project.pbxproj
Docs
- QWEN.md
### Issue: Tabs can't clicked
2026-03-13 16:41:34 +08:00
37d2fbe48a
Fix code/
...
User Pages
- app/(application)/(user)/home.tsx
- app/(application)/(user)/portofolio/[id]/create.tsx
Components
- components/_ShareComponent/AppHeader.tsx
Screens
- screens/Portofolio/ScreenPortofolioCreate.tsx
Config & Dependencies
- app.config.js
- package.json
- bun.lock
iOS
- ios/HIPMIBadungConnect.xcodeproj/project.pbxproj
- ios/HIPMIBadungConnect/Info.plist
Docs
- docs/prompt-for-qwen-code.md
### No issue
2026-03-12 16:50:02 +08:00
57c9215771
Feat validasi mobile otp
...
modified: context/AuthContext.tsx
modified: screens/Authentication/VerificationView.tsx
modified: service/api-config.ts
### No Issue
2026-03-11 15:04:32 +08:00
4efdbd3c7b
feat: update admin features, user confirmation, and native configs
...
- Admin: Update layout, notification bell, and event detail screen
- User: Improve event confirmation flow
- Config: Update AndroidManifest, Info.plist, entitlements, and app.config.js
### No Issue
2026-03-11 11:29:20 +08:00
ad32eb6fe6
feat: implement deep linking & universal links for event confirmation
...
- Add QR code toggle for HTTPS/Custom Scheme links
- Add Universal Links (iOS) and App Links (Android) support
- Create deep link route handler with platform detection
- Add .well-known files for domain verification
- Fix Content-Type headers for apple-app-site-association
- Add environment configuration for staging & production
- Add comprehensive testing documentation
Testing:
- QR scan → Safari → App switch working ✅
- Platform detection working ✅
- Auto redirect to custom scheme working ✅
- Web fallback JSON response working ✅
### No Issue
2026-03-09 16:39:01 +08:00
a5026cc285
add: Admin Event detail screen dan komponen pendukung
...
Deskripsi:
Menambahkan halaman detail event pada admin panel dengan status parameter
Menambahkan beberapa komponen UI untuk menampilkan detail event, drawer informasi, dan QR Code
Update konfigurasi aplikasi dan iOS project
Perbaikan pada halaman verifikasi authentication
Update dokumentasi prompt untuk Qwen
File yang diubah:
Modified
app.config.js
app/(application)/admin/event/[id]/[status]/index.tsx
docs/prompt-for-qwen-code.md
ios/HIPMIBadungConnect.xcodeproj/project.pbxproj
ios/HIPMIBadungConnect/Info.plist
screens/Authentication/VerificationView.tsx
New Admin Event Components
screens/Admin/Event/BoxEventDetail.tsx
screens/Admin/Event/EventDetailDrawer.tsx
screens/Admin/Event/EventDetailQRCode.tsx
screens/Admin/Event/ScreenEventDetail.tsx
### No Issue
2026-03-06 16:39:55 +08:00
836ef709d2
Fix bug home
...
### No Issue
2026-03-05 16:41:29 +08:00
3bbee15c3a
Perbaikan Bug & Error Handling: │
...
│ │
│ 1. Device Token Registration Error (HTTP 500) │
│ - File: service/api-device-token.ts │
│ - Fix: Hapus nested data wrapper pada payload │
│ - Improvement: Tambahkan error logging detail │
│ │
│ 2. Uncaught Promise Errors │
│ - File: components/Notification/NotificationInitializer.tsx │
│ - Fix: Better error handling untuk device token registration │
│ - File: app/(application)/(user)/home.tsx │
│ - Fix: Add .catch() untuk userData() dan error handling apiUser() │
│ - File: app/(application)/(user)/profile/[id]/index.tsx │
│ - Fix: Add error handling untuk apiProfile(), apiUser(), userData() │
│ │
│ 3. UI Improvements │
│ - File: app/(application)/(user)/home.tsx │
│ - Feature: 4 skeleton lingkaran untuk loading state grid features │
│ │
│ 4. Maps Migration │
│ - File: app/(application)/admin/maps.tsx │
│ - Change: Replace react-native-maps dengan MapsV2Custom (Maplibre) │
│ - Cleanup: Hapus unused imports dan interfaces │
│ │
│ Files Modified (7) │
│ - app/(application)/(user)/home.tsx │
│ - app/(application)/(user)/profile/[id]/index.tsx │
│ - app/(application)/admin/maps.tsx │
│ - components/Notification/NotificationInitializer.tsx │
│ - service/api-device-token.ts │
│ - constants/constans-value.ts │
│ - screens/Home/bottomFeatureSection.tsx │
│ - screens/UserSeach/MainView_V2.tsx
### No Issue
2026-03-04 16:39:57 +08:00
ad7dbaf162
Fix Bug DB
...
User Pages
- app/(application)/(user)/home.tsx
- app/(application)/(user)/portofolio/[id]/index.tsx
- app/(application)/(user)/profile/[id]/index.tsx
Home
- screens/Home/bottomFeatureSection.tsx
Components
- components/Notification/NotificationInitializer.tsx
- components/_ShareComponent/SkeletonCustom.tsx
Service
- service/api-device-token.ts
Config & iOS
- app.config.js
- ios/HIPMIBadungConnect.xcodeproj/project.pbxproj
- ios/HIPMIBadungConnect/Info.plist
### No Issue
2026-03-03 16:44:45 +08:00
9c94ec0454
Fix Bug
...
Maps Platform Update
- components/Map/MapSelectedPlatform.tsx
- components/Map/MapSelectedV2.tsx
Maps Screens
- screens/Maps/ScreenMapsCreate.tsx
- screens/Maps/ScreenMapsEdit.tsx
Home
- screens/Home/bottomFeatureSection.tsx
Config & Native
- app.config.js
- android/app/build.gradle
- ios/HIPMIBadungConnect.xcodeproj/project.pbxproj
- ios/HIPMIBadungConnect/Info.plist
### No Issue
2026-03-02 16:34:24 +08:00
4c63485a5b
Clean Code Edit Maps
...
Maps Edit Feature
- app/(application)/(user)/maps/[id]/edit.tsx
- components/Map/MapSelectedV2.tsx
Docs
- docs/prompt-for-qwen-code.md
New Screen
- screens/Maps/ScreenMapsEdit.tsx
### No Issue
2026-03-02 10:31:29 +08:00
f5d09a2906
Fix create maps
...
iOS Project
- HIPMIBadungConnect.xcodeproj/project.pbxproj
Maps & Location Screens
- screens/Maps/MapsView2.tsx
- screens/Portofolio/BusinessLocationSection.tsx
New Map Components
- components/Map/MapsV2Custom.tsx
- components/Map/SelectLocationMap.tsx
### No Issue
2026-02-27 16:57:01 +08:00
67070bb2f1
Fix Maps
...
iOS Project
- HIPMIBadungConnect.xcodeproj/project.pbxproj
Maps & Location Screens
- screens/Maps/MapsView2.tsx
- screens/Portofolio/BusinessLocationSection.tsx
New Map Components
- components/Map/MapsV2Custom.tsx
- components/Map/SelectLocationMap.tsx
### No Issue
2026-02-26 18:04:45 +08:00
fb19ec60b2
Fix Maps
...
iOS Project
- HIPMIBadungConnect.xcodeproj/project.pbxproj
Maps & Location Screens
- screens/Maps/MapsView2.tsx
- screens/Portofolio/BusinessLocationSection.tsx
New Map Components
- components/Map/MapsV2Custom.tsx
- components/Map/SelectLocationMap.tsx
### No Issue
2026-02-26 17:53:23 +08:00
e8f5c5b174
User Maps
...
- app/(application)/(user)/maps/index.tsx
- screens/Maps/MapsView2.tsx
New Maps Component
- screens/Maps/DrawerMaps.tsx
Docs / Backup
- docs/PODS.back
### No Issue
2026-02-25 16:46:37 +08:00
74a4d88277
Fix POD File & Maps
...
User Maps
- app/(application)/(user)/maps/index.tsx
- screens/Maps/MapsView2.tsx
iOS
- HIPMIBadungConnect.xcodeproj/project.pbxproj
- Podfile.lock
- HIPMIBadungConnect.xcworkspace/xcshareddata/
New Maps Component
- screens/Maps/DrawerMaps.tsx
Docs / Backup
- docs/PODS.back
### No Issue
2026-02-25 16:37:42 +08:00
2ad93a26a8
Tampilan maps android
...
- screens/Maps/MapsView2.tsx
### No Issue
2026-02-24 17:57:14 +08:00
768b0caa9e
Fix maps
...
### No Issue
2026-02-24 16:48:37 +08:00
208b0ce813
Fix Maps
...
Config & Dependencies
- app.config.js
- package.json
- bun.lock
- ios/Podfile
- ios/HIPMIBadungConnect.xcodeproj/project.pbxproj
User Pages
- app/(application)/(user)/maps/index.tsx
- app/(application)/(user)/portofolio/[id]/index.tsx
Maps
- screens/Maps/MapsView2.tsx
### No Issue
2026-02-24 16:41:43 +08:00
66e6aebf41
Fixed Admin Package
...
Config & Dependencies
- app.config.js
- package.json
- bun.lock
- ios/Podfile
- ios/HIPMIBadungConnect.xcodeproj/project.pbxproj
Home
- screens/Home/tabsList.ts
Maps
- screens/Maps/MapsView2.tsx
### No Issue
2026-02-24 07:18:01 +08:00
32a42d1b60
Fix UI Admin
...
User & Image
- app/(application)/(image)/take-picture/[id]/index.tsx
- app/(application)/(user)/home.tsx
Admin – Forum
- app/(application)/admin/forum/[id]/index.tsx
- app/(application)/admin/forum/[id]/list-comment.tsx
- app/(application)/admin/forum/[id]/list-report-comment.tsx
Admin Screens – Forum
- screens/Admin/Forum/ScreenForumDetailReportPosting.tsx
- screens/Admin/Forum/ScreenForumReportComment.tsx
- screens/Admin/Forum/ScreenForumReportPosting.tsx
New Admin Screens – Forum
- screens/Admin/Forum/ScreenForumDetailReportComment.tsx
- screens/Admin/Forum/ScreenForumListComment.tsx
Home
- screens/Home/bottomFeatureSection.tsx
Service
- service/api-admin/api-admin-forum.ts
Docs
- docs/prompt-for-qwen-code.md
### No Issue
2026-02-20 16:48:26 +08:00
107d4312e1
Fixed UI Admin
...
Admin Forum Pages
- app/(application)/admin/forum/[id]/list-report-posting.tsx
- app/(application)/admin/forum/posting.tsx
- app/(application)/admin/forum/report-comment.tsx
- app/(application)/admin/forum/report-posting.tsx
Admin Forum Service
- service/api-admin/api-admin-forum.ts
Docs
- docs/prompt-for-qwen-code.md
New Admin Screens
- screens/Admin/Forum/
### No Issue
2026-02-19 16:40:35 +08:00
4862975402
Ringkasan Perubahan
...
File yang Dimodifikasi:
1. `service/api-admin/api-admin-investment.ts` - Tambah parameter page
untuk pagination
2. `app/(application)/admin/investment/[id]/list-of-investor.tsx` - Clean
route file
File Baru:
3. `screens/Admin/Investment/ScreenInvestmentListOfInvestor.tsx` - Screen
component dengan pagination
4. `screens/Admin/Investment/BoxInvestmentListOfInvestor.tsx` - Box
component untuk list item
### No Issue
2026-02-19 14:06:02 +08:00
f284e2ec02
delete comment
2026-02-18 17:20:28 +08:00
1d61ad51e5
Fixed Admin UI
...
Admin – Donation Pages
- app/(application)/admin/donation/[id]/detail-disbursement-of-funds.tsx
- app/(application)/admin/donation/[id]/list-disbursement-of-funds.tsx
- app/(application)/admin/donation/[id]/list-of-donatur.tsx
- app/(application)/admin/donation/[status]/status.tsx
- app/(application)/admin/donation/category-update.tsx
- app/(application)/admin/donation/category.tsx
Admin Services
- service/api-admin/api-admin-donation.ts
- service/api-admin/api-master-admin.ts
Admin Screens (Updated)
- screens/Admin/Voting/ScreenEventTypeOfEvent.tsx
Docs
- docs/prompt-for-qwen-code.md
New Donation Components
- screens/Admin/Donation/BoxDonationCategory.tsx
- screens/Admin/Donation/BoxDonationListDisbursementOfFunds.tsx
- screens/Admin/Donation/BoxDonationListOfDonatur.tsx
- screens/Admin/Donation/BoxDonationStatus.tsx
New Donation Screens
- screens/Admin/Donation/ScreenDonationCategory.tsx
- screens/Admin/Donation/ScreenDonationListDisbursementOfFunds.tsx
- screens/Admin/Donation/ScreenDonationListOfDonatur.tsx
- screens/Admin/Donation/ScreenDonationStatus.tsx
### No Issue"
2026-02-18 17:19:46 +08:00
76845b71b4
## Perubahan Tampilan Admin
...
### File Baru (4)
- `screens/Admin/Voting/ScreenVotingStatus.tsx`
- `screens/Admin/Voting/ScreenVotingHistory.tsx`
- `screens/Admin/Voting/ScreenEventTypeOfEvent.tsx`
- `screens/Admin/Voting/BoxVotingStatus.tsx`
### File Diubah (3)
- `app/(application)/admin/voting/[status]/status.tsx` → 5 baris
- `app/(application)/admin/voting/history.tsx` → 5 baris
- `app/(application)/admin/event/type-of-event.tsx` → 5 baris
### API Updates (2)
- `service/api-admin/api-admin-voting.ts` → tambah param `page`
- `service/api-admin/api-master-admin.ts` → tambah param `page`
## Fitur Baru
- Pagination (infinite scroll)
- Pull-to-Refresh
- Skeleton Loading
- Empty State
- Search Functionality
### No Issue"
2026-02-18 14:28:15 +08:00
97e1f50660
Ringkasan Perubahan
...
Kami telah melakukan serangkaian perubahan pada file app/(application)/admin/event/[id]/[status]/index.tsx
untuk memperbaiki error dan meningkatkan fungsionalitas aplikasi. Berikut adalah perubahan-perubahan yang
telah dilakukan:
1. Perbaikan Fungsi Download QR Code
- Mengganti implementasi fungsi downloadQRCode yang sebelumnya menggunakan modul native
(react-native-view-shot dan @react-native-camera-roll/camera-roll) yang menyebabkan error
- Mengganti dengan implementasi sederhana yang menampilkan pesan bahwa fitur sedang dalam pengembangan
- Menambahkan pengecekan platform untuk memastikan fitur hanya berjalan di platform yang didukung (non-web)
2. Pembersihan Kode
- Menghapus penggunaan useRef karena tidak lagi diperlukan setelah mengganti implementasi
- Menghapus komponen View yang digunakan sebagai referensi karena tidak lagi diperlukan
- Menyederhanakan struktur komponen QR code
3. Perbaikan Tampilan
- Menyesuaikan tampilan tombol download agar tetap muncul meskipun QR code sedang dimuat
- Memastikan bahwa tombol download QR tetap terlihat dan fungsional
4. Penanganan Error
- Menambahkan penanganan error yang lebih baik untuk mencegah crash aplikasi
- Mengganti implementasi yang menyebabkan error Invariant Violation terkait modul native yang tidak terdaftar
Tujuan dari Perubahan Ini
1. Mengatasi Error Runtime: Mengatasi error Invariant Violation: TurboModuleRegistry.getEnforcing(...):
'RNViewShot' could not be found dan error terkait modul native lainnya
2. Meningkatkan Stabilitas Aplikasi: Memastikan bahwa aplikasi tidak mengalami crash akibat modul yang tidak
terdaftar
3. Menyederhanakan Fungsionalitas: Menyediakan implementasi sementara untuk fitur download QR code sampai
konfigurasi native module selesai
4. Meningkatkan Pengalaman Pengguna: Memastikan bahwa antarmuka tetap responsif dan memberikan umpan balik yang
jelas kepada pengguna
File yang Terpengaruh
- app/(application)/admin/event/[id]/[status]/index.tsx
### No Issue
2026-02-14 15:33:42 +08:00
1cbe4ab330
Ringkasan Perubahan
...
1. Penambahan Pagination pada Fitur Admin Job
- Menerapkan sistem pagination menggunakan hook usePagination dari hooks/use-pagination.tsx
- Mengintegrasikan komponen-komponen pagination dari helpers/paginationHelpers.tsx
- Menambahkan dukungan infinite scroll dan pull-to-refresh
- Menambahkan loading state, skeleton loader, dan empty state
2. Pembaruan Fungsi API
- Memperbarui fungsi apiAdminJob di service/api-admin/api-admin-job.ts untuk mendukung parameter
pagination
- Menambahkan parameter page dengan nilai default 1
3. Modularisasi Kode
- Memindahkan komponen AdminJobStatus dari app/(application)/admin/job/[status]/status.tsx ke
screens/Admin/Job/ScreenJobStatus.tsx
- Mengganti ViewWrapper dengan NewWrapper untuk tampilan yang lebih fleksibel
- Membuat komponen baru BoxStatusJob.tsx untuk memisahkan logika tampilan item pekerjaan
- Menggunakan komponen BoxStatusJob di dalam ScreenJobStatus untuk menampilkan daftar pekerjaan
4. Perbaikan Struktur dan Organisasi Kode
- Mengorganisir ulang struktur folder untuk komponen admin job
- Memisahkan tanggung jawab antara komponen layar dan komponen item
- Mengoptimalkan performa dengan menggunakan useCallback dan useMemo
File-file yang Diubah
1. screens/Admin/Job/ScreenJobStatus.tsx - Implementasi utama dengan pagination
2. screens/Admin/Job/BoxStatusJob.tsx - Komponen baru untuk menampilkan item pekerjaan
3. service/api-admin/api-admin-job.ts - Penambahan parameter pagination
4. app/(application)/admin/job/[status]/status.tsx - Diperbarui untuk menggunakan komponen baru
### NO Issue
2026-02-14 11:57:27 +08:00
42fa80c228
Fix Admin
...
Admin – App Information
- app/(application)/admin/app-information/index.tsx
- app/(application)/admin/app-information/business-field/[id]/index.tsx
Admin Screens
- screens/Admin/App-Information/BusinessFieldSection.tsx
- screens/Admin/App-Information/InformationBankSection.tsx
- screens/Admin/User-Access/ScreenUserAccess.tsx
New Admin Screens
- screens/Admin/App-Information/ScreenAppInformation.tsx
- screens/Admin/App-Information/ScreenBusinessFieldDetail.tsx
Shared Components
- components/_ShareComponent/Admin/BoxTitlePage.tsx
API Service
- service/api-admin/api-master-admin.ts
Styles
- styles/global-styles.ts
Docs
- docs/prompt-for-qwen-code.md
### No Issue
2026-02-13 17:38:48 +08:00
fb697366fe
Fixed admin user access
...
Admin Layout & Pages
- app/(application)/admin/_layout.tsx
- app/(application)/admin/user-access/index.tsx
Admin Components
- components/Drawer/NavbarMenu.tsx
- components/_ShareComponent/Admin/BoxTitlePage.tsx
- components/_ShareComponent/Admin/AdminBasicBox.tsx
Admin Screens
- screens/Admin/User-Access/
API – Admin User Access
- service/api-admin/api-admin-user-access.ts
Docs
- docs/prompt-for-qwen-code.md
### No issue
2026-02-12 17:35:28 +08:00
6d71c3a86f
Navbar menu versi 3
...
Admin Layout
- app/(application)/admin/_layout.tsx
Docs
- docs/prompt-for-qwen-code.md
New Component
- components/Drawer/NavbarMenu_V3.tsx
### No Issue'
2026-02-12 14:55:05 +08:00
e030b8f486
Fixed navbar admin
...
User Layout
- app/(application)/(user)/home.tsx
Components
- components/Drawer/NavbarMenu_V2.tsx
Docs
- docs/admin-folder-structure.md
### Issue: saat masuk lebih dalam ke sub menu indikator aktif di navbar hilang
2026-02-12 11:48:01 +08:00
5c931b069c
Fixed navbar admin
...
User & Admin Layout
- app/(application)/(user)/home.tsx
- app/(application)/admin/_layout.tsx
Components
- components/Drawer/NavbarMenu.tsx
- components/index.ts
Docs
- docs/prompt-for-qwen-code.md
Backup Component
- components/Drawer/NavbarMenu.back.tsx
New Components
- components/Drawer/NavbarMenu_V2.tsx
- components/_ShareComponent/BasicWrapper.tsx
New Admin Screen
- screens/Admin/listPageAdmin_V2.tsx
### No Issue
2026-02-11 17:40:08 +08:00
b2be7be533
Saya telah melakukan serangkaian perubahan penting dalam pengembangan aplikasi HIPMI Mobile, khususnya dalam modul
...
Donasi. Berikut adalah ringkasan perubahan yang telah dilakukan:
1. Menerapkan sistem pagination pada berbagai komponen layar donasi:
- ScreenBeranda.tsx
- ScreenMyDonation.tsx
- ScreenRecapOfNews.tsx
- ScreenListOfNews.tsx
- ScreenListOfDonatur.tsx
- ScreenFundDisbursement.tsx
2. Memperbarui fungsi-fungsi API untuk mendukung parameter page:
- apiDonationGetAll
- apiDonationGetNewsById
- apiDonationListOfDonaturById
- apiDonationDisbursementOfFundsListById
3. Mengganti komponen wrapper lama (ViewWrapper) dengan NewWrapper yang mendukung sistem pagination
4. Membuat komponen layar terpisah untuk meningkatkan modularitas kode
5. Memperbaiki berbagai error yang terjadi, termasuk masalah dengan import komponen dan struktur JSX
### No Issue
2026-02-10 17:30:30 +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
38a6b424e8
Ringkasan Perubahan
...
1. Pembuatan dan Pembaruan Komponen Layar Investasi dengan Sistem Pagination
ScreenMyHolding.tsx
- Diperbarui dari sistem loading data statis ke sistem pagination dinamis
- Menggunakan hook usePagination untuk manajemen data
- Mengganti ViewWrapper dengan NewWrapper untuk tampilan yang lebih modern
- Menambahkan fitur pull-to-refresh dan infinite scroll
- Menggunakan helper pagination dari createPaginationComponents
ScreenInvestor.tsx
- Dibuat baru dengan sistem pagination
- Menggunakan hook usePagination untuk manajemen data
- Menggunakan NewWrapper sebagai komponen dasar
- Menambahkan fitur pull-to-refresh dan infinite scroll
ScreenRecapOfNews.tsx
- Dibuat baru dengan sistem pagination
- Menggunakan hook usePagination untuk manajemen data
- Menggunakan NewWrapper sebagai komponen dasar
- Menambahkan fitur pull-to-refresh dan infinite scroll
ScreenListOfNews.tsx
- Dibuat baru dengan sistem pagination
- Menggunakan hook usePagination untuk manajemen data
- Menggunakan NewWrapper sebagai komponen dasar
- Menambahkan fitur pull-to-refresh dan infinite scroll
2. Perubahan pada Fungsi-Fungsi API untuk Mendukung Pagination
apiInvestmentGetAll
- Sudah mendukung parameter page dengan default "1"
apiInvestmentGetInvestorById
- Ditambahkan parameter page dengan default "1"
- Memungkinkan pengambilan data investor secara bertahap
apiInvestmentGetNews
- Ditambahkan parameter page dengan default "1"
- Memungkinkan pengambilan data berita secara bertahap
3. Pembaruan File-File di Direktori app/ untuk Menggunakan Komponen-Komponen Baru
app/(application)/(user)/investment/[id]/investor.tsx
- Diperbarui untuk menggunakan komponen Investment_ScreenInvestor
- Menghilangkan logika lokal dan menggantinya dengan komponen modular
app/(application)/(user)/investment/[id]/(news)/recap-of-news.tsx
- Diperbarui untuk menggunakan komponen Investment_ScreenRecapOfNews
- Menghilangkan logika lokal dan menggantinya dengan komponen modular
app/(application)/(user)/investment/[id]/(news)/list-of-news.tsx
- Diperbarui untuk menggunakan komponen Investment_ScreenListOfNews
- Menghilangkan logika lokal dan menggantinya dengan komponen modular
4. Implementasi Sistem Pagination
usePagination Hook
- Digunakan secara konsisten di semua komponen layar investasi
- Menyediakan fitur load more dan refresh
- Mengelola state loading, refreshing, dan data
NewWrapper Component
- Digunakan sebagai pengganti ViewWrapper
- Menyediakan dukungan bawaan untuk FlatList
- Menyediakan dukungan untuk refreshControl dan onEndReached
Pagination Helpers
- Menggunakan createPaginationComponents untuk menghasilkan komponen-komponen pagination
- Menyediakan skeleton loading saat data sedang dimuat
- Menyediakan pesan kosong saat tidak ada data
5. Manfaat dari Perubahan Ini
1. Performa Lebih Baik: Dengan pagination, hanya sejumlah kecil data yang dimuat pada satu waktu, meningkatkan
performa aplikasi
2. Pengalaman Pengguna Lebih Baik: Fitur pull-to-refresh dan infinite scroll membuat navigasi lebih intuitif
3. Kode Lebih Modular: Komponen-komponen baru dapat digunakan kembali dan dipelihara lebih mudah
4. Struktur Kode Lebih Rapi: Pemisahan antara logika tampilan dan logika data membuat kode lebih terorganisir
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-02-09 14:42:56 +08:00
83fa277e03
Fix Loaddata Invesment & Clearing code
...
UI – Investment (User)
- app/(application)/(user)/investment/(tabs)/index.tsx
- app/(application)/(user)/investment/(tabs)/portofolio.tsx
- app/(application)/(user)/investment/(tabs)/transaction.tsx
- app/(application)/(user)/investment/[id]/(document)/list-of-document.tsx
- app/(application)/(user)/investment/[id]/(document)/recap-of-document.tsx
- app/(application)/(user)/investment/[id]/(transaction-flow)/invoice.tsx
- app/(application)/(user)/investment/[id]/(transaction-flow)/select-bank.tsx
Screens – Investment
- screens/Invesment/ButtonStatusSection.tsx
- screens/Invesment/Document/RecapBoxDetail.tsx
- screens/Invesment/Document/ScreenListDocument.tsx
- screens/Invesment/Document/ScreenRecap.tsx
- screens/Invesment/ScreenBursa.tsx
- screens/Invesment/ScreenPortofolio.tsx
- screens/Invesment/ScreenTransaction.tsx
Profile
- app/(application)/(user)/profile/[id]/detail-blocked.tsx
API Client
- service/api-client/api-investment.ts
Docs
- docs/prompt-for-qwen-code.md
### No issue
2026-02-06 17:27:12 +08:00
c570a19d84
Fix Wrapper
...
UI – Investment (User)
- app/(application)/(user)/investment/create.tsx
- app/(application)/(user)/investment/[id]/edit.tsx
### No Issue"
2026-02-05 17:30:17 +08:00
7415c8c8ce
Fix path Notification admin
...
UI – Notifications (User)
- app/(application)/(user)/notifications/index.tsx
- screens/Notification/ScreenNotification_V2.tsx
UI – Notifications (Admin)
- screens/Admin/Notification-Admin/ScreenNotificationAdmin2.tsx
API
- service/api-notifications.ts
Docs
- docs/prompt-for-qwen-code.md
### No Issue
2026-02-05 16:37:50 +08:00
72a3d42013
Fix Loaddata Voting
...
UI – Voting (User)
- app/(application)/(user)/voting/(tabs)/index.tsx
- app/(application)/(user)/voting/(tabs)/history.tsx
- app/(application)/(user)/voting/(tabs)/contribution.tsx
- app/(application)/(user)/voting/create.tsx
- app/(application)/(user)/voting/[id]/edit.tsx
- app/(application)/(user)/voting/[id]/[status]/detail.tsx
- app/(application)/(user)/voting/[id]/list-of-contributor.tsx
UI – Event
- app/(application)/(user)/event/[id]/edit.tsx
- screens/Event/ScreenStatus.tsx
UI – Voting Screens (New)
- screens/Voting/ScreenBeranda.tsx
- screens/Voting/ScreenContribution.tsx
- screens/Voting/ScreenHistory.tsx
- screens/Voting/ScreenListOfContributor.tsx
- screens/Voting/ScreenStatus.tsx
- screens/Voting/ButtonStatusSection.tsx
UI – Job
- screens/Job/ButtonStatusSection.tsx
- screens/Job/MainViewStatus2.tsx
API Client
- service/api-client/api-voting.ts
Docs
- docs/prompt-for-qwen-code.md
### No Issue
2026-02-05 15:06:14 +08:00
d0abd14047
Fix Loaddata Voting
...
Voting – User
- app/(application)/(user)/voting/(tabs)/status.tsx
- app/(application)/(user)/voting/create.tsx
Screens – Voting
- screens/Voting/ButtonStatusSection.tsx
API Client
- service/api-client/api-voting.ts
Global
- app/+not-found.tsx
- styles/global-styles.ts
Docs
- docs/prompt-for-qwen-code.md
Untracked (New Files)
- screens/Voting/ScreenStatus.tsx
### No issue
2026-02-04 17:44:57 +08:00
5b2be20469
Fix Loaddata pada event dan perbaikan tampilan pada NewWrapper
...
Event – User
- app/(application)/(user)/event/(tabs)/contribution.tsx
- app/(application)/(user)/event/(tabs)/index.tsx
- app/(application)/(user)/event/[id]/list-of-participants.tsx
Voting – User
- app/(application)/(user)/voting/(tabs)/history.tsx
Components
- components/Notification/NotificationInitializer.tsx
- components/_ShareComponent/NewWrapper.tsx
Screens – Event
- screens/Event/BoxPublishSection.tsx
- screens/Event/ButtonStatusSection.tsx
- screens/Event/ScreenHistory.tsx
- screens/Event/ScreenStatus.tsx
Screens – Forum
- screens/Forum/ViewBeranda3.tsx
API Client
- service/api-client/api-event.ts
Styles
- styles/global-styles.ts
Docs
- docs/prompt-for-qwen-code.md
Untracked (New Files)
- screens/Event/ScreenBeranda.tsx
- screens/Event/ScreenContribution.tsx
- screens/Event/ScreenListOfParticipants.tsx
#### No Issue
2026-02-04 16:56:48 +08:00
60177a1087
Fix Component Datetime IOS
...
Components
- components/DateInput/DataTimeAndroid.tsx
- components/DateInput/DateTimeIOS.tsx
- components/Notification/NotificationInitializer.tsx
Screens
- screens/Event/ScreenStatus.tsx
Docs
- docs/prompt-for-qwen-code.md
### No Issue
2026-02-04 12:00:00 +08:00
771ae45f26
Fix load data event
...
Event – User
- app/(application)/(user)/event/(tabs)/history.tsx
- app/(application)/(user)/event/(tabs)/status.tsx
- app/(application)/(user)/event/[id]/edit.tsx
- app/(application)/(user)/event/create.tsx
Event – Screens (Untracked)
- screens/Event/ScreenHistory.tsx
- screens/Event/ScreenStatus.tsx
API
- service/api-client/api-event.ts
Docs
- docs/prompt-for-qwen-code.md
### No Issue
2026-02-03 17:45:27 +08:00
41f4a8ac99
Fix load data notification
...
Notification – User
- app/(application)/(user)/notifications/index.tsx
- screens/Notification/ScreenNotification_V1.tsx
- screens/Notification/ScreenNotification_V2.tsx
Notification – Admin
- app/(application)/admin/notification/index.tsx
- screens/Admin/Notification-Admin/
Job
- screens/Job/MainViewStatus2.tsx
Docs
- docs/prompt-for-qwen-code.md
Deleted
- screens/Notification/ScreenNotification.tsx
### No Issue
2026-02-03 16:59:09 +08:00
48196cd46b
Fix Load data pada halaman yang membutuhkan infinite load
...
Job – User App
- app/(application)/(user)/job/(tabs)/index.tsx
- app/(application)/(user)/job/(tabs)/status.tsx
- app/(application)/(user)/job/(tabs)/archive.tsx
- app/(application)/(user)/job/create.tsx
Job – Screens
- screens/Job/ScreenBeranda.tsx
- screens/Job/ScreenBeranda2.tsx
- screens/Job/MainViewStatus.tsx
- screens/Job/MainViewStatus2.tsx
- screens/Job/ScreenArchive.tsx
- screens/Job/ScreenArchive2.tsx
API – Job (Client)
- service/api-client/api-job.ts
Notification
- screens/Notification/ScreenNotification.tsx
Docs
- QWEN.md
- docs/prompt-for-qwen-code.md
### No Issue
2026-02-02 17:09:58 +08:00
ec79a1fbcd
Fix semua tampilan yang memiliki fungsi infitine load
...
UI – User Notifications
- app/(application)/(user)/notifications/index.tsx
- service/api-notifications.ts
- screens/Notification/
UI – Portofolio (User)
- app/(application)/(user)/portofolio/[id]/create.tsx
- app/(application)/(user)/portofolio/[id]/edit.tsx
- app/(application)/(user)/portofolio/[id]/list.tsx
- screens/Portofolio/BoxPortofolioView.tsx
- screens/Portofolio/ViewListPortofolio.tsx
- screens/Profile/PortofolioSection.tsx
- service/api-client/api-portofolio.ts
Forum & User Search
- screens/Forum/DetailForum2.tsx
- screens/Forum/ViewBeranda3.tsx
- screens/UserSeach/MainView_V2.tsx
Constants & Docs
- constants/constans-value.ts
- docs/prompt-for-qwen-code.md
### No Issue
2026-01-30 17:18:47 +08:00
ed16f1b204
Fix forum detail
...
Forum (User)
- app/(application)/(user)/forum/[id]/index.tsx
- screens/Forum/ViewForumku2.tsx
- service/api-client/api-forum.ts
Forum – New / Refactor
- screens/Forum/DetailForum.tsx
- screens/Forum/DetailForum2.tsx
Documentation
- docs/
Removed
- hipmi-note.md
### No Issue'
2026-01-29 17:36:17 +08:00
d693550a1f
Fix Alur Login & Load data forum , user search
...
Admin – User Access
- app/(application)/admin/user-access/[id]/index.tsx
Authentication
- context/AuthContext.tsx
- screens/Authentication/EULASection.tsx
- screens/Authentication/LoginView.tsx
Forum
- screens/Forum/ViewBeranda3.tsx
Profile & UI Components
- components/Image/AvatarComp.tsx
- screens/Profile/AvatarAndBackground.tsx
### No Issue
2026-01-29 15:08:00 +08:00
b3bfbc0f7e
Fix Infinite Load Data
...
Forum & User Search – User
- app/(application)/(user)/forum/index.tsx
- app/(application)/(user)/user-search/index.tsx
Global & Core
- app/+not-found.tsx
- screens/RootLayout/AppRoot.tsx
- constants/constans-value.ts
Component
- components/Image/AvatarComp.tsx
API Client
- service/api-client/api-user.ts
Untracked Files
- QWEN.md
- helpers/
- hooks/use-pagination.tsx
- screens/Forum/ViewBeranda3.tsx
- screens/UserSeach/
### No Issue
2026-01-29 11:36:24 +08:00
71e45d06cc
Donation – User
...
- app/(application)/(user)/donation/(tabs)/index.tsx
- app/(application)/(user)/donation/(tabs)/my-donation.tsx
- app/(application)/(user)/donation/[id]/(transaction-flow)/index.tsx
Donation – Admin
- app/(application)/admin/donation/[id]/disbursement-of-funds.tsx
Image Preview
- app/(application)/(image)/preview-image/[id]/index.tsx
### No Issue
2026-01-27 17:42:14 +08:00
07e64c335e
Donation – App & Admin
...
- app/(application)/(user)/donation/(tabs)/status.tsx
- app/(application)/(user)/donation/create-story.tsx
- app/(application)/admin/donation/[id]/[status]/transaction-detail.tsx
- app/(application)/admin/donation/[id]/reject-input.tsx
- screens/Admin/Donation/funDonationUpdateStatus.ts
- service/api-admin/api-admin-donation.ts
Config
- app.config.js
- ios/HIPMIBadungConnect/Info.plist
### No Issue
2026-01-23 17:13:06 +08:00
1aebc9b4e8
Logika EULA
...
Dipindah ke halaman login dan cek dengan modal
Fix:
Authentication & EULA
- context/AuthContext.tsx
- screens/Authentication/EULAView.tsx
- screens/Authentication/LoginView.tsx
Add:
- components/Modal/ModalReactNative.tsx
- screens/Authentication/EULASection.tsx
### No Issue
2026-01-23 14:45:44 +08:00
5665dc88ba
Notification investasi done
...
### No Isssue
2026-01-22 17:54:33 +08:00
da82a02a45
Investment UI (Admin & User)
...
- app/(application)/(user)/investment/[id]/(transaction-flow)/invoice.tsx
- app/(application)/admin/investment/[id]/[status]/index.tsx
- app/(application)/admin/investment/[id]/[status]/transaction-detail.tsx
- app/(application)/admin/investment/[status]/status.tsx
API Service (Admin)
- service/api-admin/api-admin-investment.ts
### No issue
2026-01-21 15:39:08 +08:00
14c0f0e499
User – Investment
...
app/(application)/(user)/investment/(tabs)/_layout.tsx
app/(application)/(user)/investment/(tabs)/portofolio.tsx
app/(application)/(user)/investment/create.tsx
Admin – Investment
app/(application)/admin/investment/[id]/reject-input.tsx
Screens / UI
screens/Invesment/BoxBerandaSection.tsx
API
service/api-admin/api-admin-investment.ts
Utils
utils/pickFile.ts
### No Issue
2026-01-20 17:41:02 +08:00
0262423c50
Fix notification to report comment
...
Fix:
User – Forum (Reporting & Preview)
app/(application)/(user)/forum/[id]/other-report-commentar.tsx
app/(application)/(user)/forum/[id]/other-report-posting.tsx
app/(application)/(user)/forum/[id]/preview-report-posting.tsx
app/(application)/(user)/forum/[id]/report-commentar.tsx
app/(application)/(user)/forum/[id]/report-posting.tsx
Admin – Forum Moderation
app/(application)/admin/forum/[id]/list-report-comment.tsx
app/(application)/admin/forum/report-posting.tsx
Layout
app/(application)/(user)/_layout.tsx
API Client & Admin
service/api-admin/api-admin-forum.ts
service/api-client/api-forum.ts
service/api-client/api-master.ts
Utils
utils/badWordsIndonesia.ts
### No Issue
2026-01-19 17:46:54 +08:00
c2682246d6
Fix notifikasi forum
...
FixL
modified: app/(application)/(user)/_layout.tsx
modified: app/(application)/(user)/forum/[id]/index.tsx
modified: app/(application)/(user)/forum/create.tsx
modified: app/(application)/admin/forum/[id]/list-report-posting.tsx
modified: screens/Home/tabsList.ts
modified: service/api-admin/api-admin-forum.ts
modified: service/api-client/api-forum.ts
Add:
app/(application)/(user)/forum/[id]/preview-report-posting.tsx
types/type-forum.ts
### No Issue
2026-01-17 15:59:00 +08:00
465e01015e
Penambahan notifikasi untuk fitur voting
...
Fix:
- app/(application)/(user)/event/[id]/publish.tsx
- app/(application)/(user)/voting/(tabs)/_layout.tsx
- app/(application)/(user)/voting/(tabs)/status.tsx
- app/(application)/(user)/voting/[id]/index.tsx
- app/(application)/(user)/voting/create.tsx
- app/(application)/admin/voting/[id]/[status]/index.tsx
- app/(application)/admin/voting/[id]/[status]/reject-input.tsx
- screens/Admin/Event/funUpdateStatus.ts
- screens/Admin/Voting/funUpdateStatus.ts
- service/api-admin/api-admin-voting.ts
- types/type-collect-other.ts
### No Issue
2026-01-15 17:39:39 +08:00
3b15871ad4
Notifikasi join event
...
Fix:
modified: app/(application)/(user)/event/[id]/history.tsx
modified: app/(application)/(user)/event/[id]/publish.tsx
modified: app/(application)/(user)/event/create.tsx
modified: app/(application)/(user)/notifications/index.tsx
### No Issue
2026-01-15 13:54:14 +08:00
9123e73606
Fix bug pada beberapa halaman
...
Fix:
modified: app.config.js
modified: app/(application)/(user)/donation/[id]/[status]/detail.tsx
modified: app/(application)/(user)/investment/(tabs)/my-holding.tsx
modified: app/(application)/(user)/investment/[id]/[status]/detail.tsx
modified: app/(application)/(user)/investment/[id]/index.tsx
modified: app/(application)/admin/event/[id]/[status]/index.tsx
modified: components/DateInput/DateTimePickerCustom.tsx
modified: ios/HIPMIBadungConnect/Info.plist
modified: screens/Invesment/BoxProgressSection.tsx
### No Issue
2026-01-14 17:41:20 +08:00
6e2046467f
Penerapan notifikasi di event
...
Add:
components/Button/BackButtonFromNotification.tsx
types/type-collect-other.ts
Fix:
- android/app/build.gradle
- app/(application)/(user)/_layout.tsx
- app/(application)/(user)/event/(tabs)/_layout.tsx
- app/(application)/(user)/event/(tabs)/status.tsx
- app/(application)/(user)/event/create.tsx
- app/(application)/(user)/job/(tabs)/_layout.tsx
- app/(application)/(user)/notifications/index.tsx
- app/(application)/admin/event/[id]/[status]/index.tsx
- app/(application)/admin/event/[id]/reject-input.tsx
- app/(application)/admin/notification/index.tsx
- components/Notification/NotificationInitializer.tsx
- hipmi-note.md
- hooks/use-notification-store.tsx
- screens/Admin/Event/funUpdateStatus.ts
- service/api-notifications.ts
- utils/formatChatTime.ts
### No Issue
2026-01-13 17:41:30 +08:00
ca33dd83bb
Perbaikan untuk apple store dan push notifikasi ke preview
...
Fix:
- app.config.js
- app/(application)/(user)/_layout.tsx
- app/(application)/admin/notification/index.tsx
- eas.json
- ios/HIPMIBadungConnect.xcodeproj/project.pbxproj
- ios/HIPMIBadungConnect/Info.plist
### No Issue
2026-01-12 17:40:15 +08:00
ea3fbdc541
Penambahan metode login dengan menerapkan EULA di awal
...
Add:
app/eula.tsx
screens/Authentication/EULAView.tsx
Fix:
- context/AuthContext.tsx
- screens/Authentication/RegisterView.tsx
- screens/RootLayout/AppRoot.tsx
- service/api-config.ts
### No Issue
2026-01-09 17:44:13 +08:00
33cd47aaed
Fix mobile notification:
...
> - Bug penerima pesan 2 kali
Fix:
modified: hooks/use-foreground-notifications.ts
### No Issue
2026-01-09 14:46:21 +08:00
57ac1eb45e
Notifikasi admin to user
...
Fix:
- android/app/src/main/AndroidManifest.xml
- app/(application)/(user)/job/(tabs)/_layout.tsx
- app/(application)/(user)/job/[id]/index.tsx
- app/(application)/(user)/notifications/index.tsx
- app/(application)/(user)/profile/[id]/index.tsx
- app/(application)/admin/job/[id]/[status]/index.tsx
- app/(application)/admin/notification/index.tsx
- app/+not-found.tsx
- ios/HIPMIBadungConnect.xcodeproj/project.pbxproj
- screens/Admin/Job/funUpdateStatus.ts
- screens/Home/bottomFeatureSection.tsx
### No Issue
2026-01-08 17:48:53 +08:00
145ad73616
Fix job notifikasi
...
### No Issue
2026-01-08 10:12:53 +08:00
7c85e35c61
Note:
...
- Fitur notifikasi ke admin dari user baru
- Notifikasi ke user bahwa akunnya telah terverifikasi
Fix:
- app/(application)/(user)/notifications/index.tsx
- app/(application)/(user)/waiting-room.tsx
- app/(application)/admin/super-admin/[id]/index.tsx
- app/(application)/admin/user-access/[id]/index.tsx
- context/AuthContext.tsx
- screens/Home/tabsList.ts
- service/api-admin/api-admin-user-access.ts
- service/api-device-token.ts
- service/api-notifications.ts
- types/type-notification-category.ts
Add:
- lib/routeApp.ts
### No Issue
2026-01-06 12:27:30 +08:00
d098b8ca16
Setup notifikasi untuk android
...
Fix:
- modified: service/api-notifications.ts
- modified: types/type-notification-category.ts
### No Issue
2026-01-05 12:27:23 +08:00
73a473cdc7
Tambah fitur notifikasi untuk android
...
Add:
- android/app/src/main/res/xml/
Fix:
- android/app/src/main/AndroidManifest.xml
- android/build.gradle
- app/(application)/(user)/test-notifications.tsx
- bun.lock
- package.json
### No Issue
2026-01-02 17:43:23 +08:00
3f85f330d2
Background notifikasi berhasil dibuat
...
Add:
-components/Notification/BackgroundNotificationHandler.tsx
### No Issue
2025-12-24 17:43:53 +08:00
7743a2467c
Fitur notifikasi dan foreground
...
Add:
- types/type-notification-category.ts
Fix:
- app/(application)/(user)/notifications/index.tsx
- app/(application)/(user)/test-notifications.tsx
- app/(application)/admin/notification/index.tsx
- components/Notification/NotificationInitializer.tsx
- hooks/use-notification-store.tsx
- service/api-notifications.ts
- utils/formatChatTime.ts
### No Issue
2025-12-24 15:29:58 +08:00
54611ef812
Fix notifikasi system
...
Add:
- screens/Admin/AdminNotificationBell.tsx
Fix:
- app.config.js
- app/(application)/(user)/home.tsx
- app/(application)/(user)/test-notifications.tsx
- app/(application)/admin/_layout.tsx
- app/_layout.tsx
- components/Notification/NotificationInitializer.tsx
- context/AuthContext.tsx
- hooks/use-notification-store.tsx
- ios/HIPMIBadungConnect/Info.plist
- screens/Home/HeaderBell.tsx
- service/api-device-token.ts
- service/api-notifications.ts
### No Issue
2025-12-23 17:45:30 +08:00
1503707eed
Notifikasi terhubung ke DB
...
Add:
- components/Notification/
- hooks/use-notification-store.tsx.back
Fix:
- app.config.js
- app/(application)/(user)/_layout.tsx
- app/(application)/(user)/home.tsx
- app/(application)/(user)/test-notifications.tsx
- app/(application)/_layout.tsx
- app/_layout.tsx
- components/_Icon/IconComponent.tsx
- components/_Icon/IconPlus.tsx
- components/_ShareComponent/NotificationInitializer.tsx
- context/AuthContext.tsx
- hooks/use-notification-store.tsx
- ios/HIPMIBadungConnect/Info.plist
- screens/Home/HeaderBell.tsx
- service/api-device-token.ts
- service/api-notifications.ts
### No Issue
2025-12-19 17:54:49 +08:00
a01a9bd93f
Filter console dan clean code
...
Add:
- service/api-device-token.ts
Fix:
- app/(application)/(user)/home.tsx
- app/(application)/(user)/test-notifications.tsx
- app/_layout.tsx
- components/_ShareComponent/NotificationInitializer.tsx
- context/AuthContext.tsx
- hooks/use-foreground-notifications.ts
- screens/Home/HeaderBell.tsx
- service/api-notifications.ts
### No Issue
2025-12-17 17:46:28 +08:00
05c1cac10f
Penerapan ke database
...
Fix:
- android/app/src/main/AndroidManifest.xml
- app/(application)/(user)/home.tsx
- components/_ShareComponent/NotificationInitializer.tsx
- ios/HIPMIBadungConnect.xcodeproj/project.pbxproj
- ios/HIPMIBadungConnect/Info.plist
- service/api-notifications.ts
### No Issue
2025-12-16 17:47:50 +08:00
d27c01ed56
Percobaan notifikasi
...
Add:
- app/(application)/(user)/test-notifications.tsx
- components/_ShareComponent/NotificationInitializer.tsx
- screens/Home/HeaderBell.tsx
- service/api-notifications.ts
Fix:
- app/(application)/(user)/home.tsx
- app/_layout.tsx
- screens/Authentication/LoginView.tsx
### No Issue
2025-12-15 17:46:05 +08:00
34680a4c38
test
2025-12-13 17:31:48 +08:00
43c8c105cf
Notification firts commit
...
### No Issue
2025-12-12 17:50:49 +08:00
2c0198b1b7
Checkpoint QC Done
...
Cooming soon: Notification feature
### No Issue
2025-12-12 14:55:30 +08:00
573b525352
Fix QC ( Keano )
...
Fix:
- modified: app/(application)/(user)/home.tsx
- modified: app/(application)/(user)/voting/create.tsx
- modified: components/DateInput/DataTimeAndroid.tsx
- modified: components/DateInput/DateTimePickerCustom.tsx
- modified: screens/Event/BoxPublishSection.tsx
### No Issue
2025-12-11 14:01:05 +08:00
6f9481c7c9
Fix QC ( Ayu )
...
Fix:
- modified: app/(application)/(user)/event/[id]/publish.tsx
- modified: app/(application)/(user)/event/create.tsx
- modified: app/(application)/(user)/portofolio/[id]/create.tsx
- modified: app/(application)/(user)/portofolio/[id]/edit.tsx
- modified: app/(application)/admin/collaboration/[id]/group.tsx
- modified: app/(application)/admin/collaboration/group.tsx
- modified: app/(application)/admin/collaboration/publish.tsx
- modified: app/(application)/admin/forum/[id]/list-report-comment.tsx
- modified: app/(application)/admin/forum/[id]/list-report-posting.tsx
- modified: app/(application)/admin/forum/posting.tsx
- modified: app/(application)/admin/forum/report-comment.tsx
- modified: app/(application)/admin/forum/report-posting.tsx
- modified: app/(application)/admin/voting/[status]/status.tsx
- modified: app/(application)/admin/voting/history.tsx
- modified: components/Select/SelectCustom.tsx
- modified: components/_ShareComponent/GridSpan_4_8.tsx
- modified: screens/Authentication/LoginView.tsx
- modified: screens/Collaboration/BoxPublishSection.tsx
- modified: screens/Event/BoxDetailPublishSection.tsx
- modified: screens/Home/topFeatureSection.tsx
- modified: screens/Portofolio/ButtonCreatePortofolio.tsx
Add:
- app/(application)/admin/app-information/business-field/[id]/bidang-update.tsx
- app/(application)/admin/app-information/business-field/[id]/sub-bidang-update.tsx
### No Issue
2025-12-10 17:35:15 +08:00
cccb44a835
Fix QC Ayu
...
Fix:
- modified: app/(application)/(user)/event/[id]/publish.tsx
- modified: app/(application)/(user)/event/create.tsx
- modified: app/(application)/(user)/portofolio/[id]/create.tsx
- modified: app/(application)/(user)/portofolio/[id]/edit.tsx
- modified: app/(application)/admin/collaboration/[id]/group.tsx
- modified: app/(application)/admin/collaboration/group.tsx
- modified: app/(application)/admin/collaboration/publish.tsx
- modified: app/(application)/admin/forum/[id]/list-report-comment.tsx
- modified: app/(application)/admin/forum/[id]/list-report-posting.tsx
- modified: app/(application)/admin/forum/posting.tsx
- modified: app/(application)/admin/forum/report-comment.tsx
- modified: app/(application)/admin/forum/report-posting.tsx
- modified: app/(application)/admin/voting/[status]/status.tsx
- modified: app/(application)/admin/voting/history.tsx
- modified: components/Select/SelectCustom.tsx
- modified: components/_ShareComponent/GridSpan_4_8.tsx
- modified: screens/Authentication/LoginView.tsx
- modified: screens/Collaboration/BoxPublishSection.tsx
- modified: screens/Event/BoxDetailPublishSection.tsx
- modified: screens/Home/topFeatureSection.tsx
- modified: screens/Portofolio/ButtonCreatePortofolio.tsx
Add:
- components/_ShareComponent/GridSpan_NewComponent.tsx
### No Issue
2025-12-09 17:36:36 +08:00
0f5862ce70
Fix Apple Reject:
...
Add:
- app/(application)/(user)/forum/terms.tsx
Fix:
- app/(application)/(user)/_layout.tsx
- app/(application)/(user)/home.tsx
- screens/Home/tabsList.ts
- service/api-client/api-user.ts
### No Issue
2025-12-08 16:34:33 +08:00
624bd49f69
QC Admin ( Inno )
...
Fix:
modified: android/app/build.gradle
modified: app.config.js
modified: app/(application)/admin/donation/[id]/[status]/index.tsx
modified: app/(application)/admin/donation/[id]/[status]/transaction-detail.tsx
modified: app/(application)/admin/donation/[id]/detail-disbursement-of-funds.tsx
modified: app/(application)/admin/donation/category.tsx
modified: app/(application)/admin/event/[id]/[status]/index.tsx
modified: app/(application)/admin/event/[id]/list-of-participants.tsx
modified: app/(application)/admin/event/[status]/status.tsx
modified: app/(application)/admin/forum/[id]/index.tsx
modified: app/(application)/admin/forum/[id]/list-report-comment.tsx
modified: app/(application)/admin/forum/[id]/list-report-posting.tsx
modified: app/(application)/admin/investment/[id]/[status]/index.tsx
modified: app/(application)/admin/investment/[id]/[status]/transaction-detail.tsx
modified: app/(application)/admin/voting/[id]/[status]/index.tsx
modified: components/DateInput/DateTimeIOS.tsx
modified: components/_ShareComponent/Admin/ButtonReject.tsx
deleted: components/_ShareComponent/GridDetail_4_8.tsx
Add:/
components/_ShareComponent/GridSpan_4_8.tsx
### No Issue
2025-12-05 17:20:39 +08:00
2446e9d51a
Fix apple reject EULA
...
Add:
components/Alert/AlertWarning.ts
utils/badWordsIndonesia.ts
Fix:
- app.config.js
- app/(application)/(user)/forum/[id]/edit.tsx
- app/(application)/(user)/forum/[id]/index.tsx
- app/(application)/(user)/forum/create.tsx
- ios/HIPMIBadungConnect/Info.plist
### No Issue
2025-12-05 11:46:36 +08:00
ab5733f336
Fix redirect admin
2025-12-04 17:41:19 +08:00
f5e30087ed
Fix QC Inno
...
Fix:
- app/(application)/admin/donation/category-create.tsx
- app/(application)/admin/donation/category-update.tsx
- app/(application)/admin/donation/category.tsx
- components/_ShareComponent/Admin/TableValue.tsx
- screens/Authentication/LoginView.tsx
- service/api-admin/api-master-admin.ts
### No Issue
2025-12-04 16:59:39 +08:00
a93f97ed6a
Fix rejected Apple
...
Add:
- utils/viersionBadge.ts
Fix:
- app.config.js
- context/AuthContext.tsx
- ios/HIPMIBadungConnect/Info.plist
- screens/Authentication/LoginView.tsx
- screens/Authentication/VerificationView.tsx
- service/api-config.ts
### No Issue
2025-12-03 17:23:12 +08:00
858b441a8c
Clearing apple rejected
...
QC: Inno
Fix:
- app.config.js
- app/(application)/(user)/investment/[id]/index.tsx
- app/(application)/(user)/voting/(tabs)/index.tsx
- app/(application)/(user)/waiting-room.tsx
- app/(application)/terms-agreement.tsx
- context/AuthContext.tsx
- ios/HIPMIBadungConnect.xcodeproj/project.pbxproj
- ios/HIPMIBadungConnect/Info.plist
- screens/Authentication/LoginView.tsx
- screens/Authentication/VerificationView.tsx
- screens/Home/topFeatureSection.tsx
- screens/Invesment/BoxBerandaSection.tsx
- screens/Invesment/ButtonInvestasiSection.tsx
- screens/Invesment/DetailDataPublishSection.tsx
- service/api-client/api-voting.ts
- service/api-config.ts
### No Issue
2025-12-02 17:48:24 +08:00
98aaa126a1
QC: Inno dan Pak Jun
...
Fix:
- app/(application)/(user)/collaboration/create.tsx
- app/(application)/(user)/event/[id]/edit.tsx
- app/(application)/(user)/event/create.tsx
- app/(application)/(user)/profile/[id]/blocked-list.tsx
- app/(application)/(user)/profile/[id]/index.tsx
- app/(application)/(user)/voting/[id]/[status]/detail.tsx
- components/Button/FloatingButton.tsx
- components/TextArea/TextAreaCustom.tsx
- components/TextInput/TextInputCustom.tsx
- constants/color-palet.ts
- screens/Authentication/LoginView.tsx
- screens/Home/topFeatureSection.tsx
- screens/Portofolio/SocialMediaSection.tsx
- screens/Voting/BoxDetailHasilVotingSection.tsx
- styles/global-styles.ts
### No Issue
2025-12-01 17:43:20 +08:00
69452ff4e7
Fix loader fetch data di Forum dan Forumku
...
### No Issue
2025-11-28 17:27:59 +08:00
33ec892ec8
Prebuild : untuk Maps box
...
### No issue
2025-11-28 16:35:18 +08:00
8a900e9469
Halaman unblock user
...
Add:
- app/(application)/(user)/profile/[id]/blocked-list.tsx
app/(application)/(user)/profile/[id]/detail-blocked.tsx
components/_ShareComponent/ListEmptyComponent.tsx
components/_ShareComponent/ListLoaderFooterComponent.tsx
components/_ShareComponent/ListSkeletonComponent.tsx
hooks/use-paginated-api.ts
service/api-client/api-blocked.ts
Fix:
modified: app/(application)/(user)/profile/_layout.tsx
modified: components/_ShareComponent/NewWrapper.tsx
modified: components/index.ts
modified: screens/Profile/ListPage.tsx
modified: styles/global-styles.ts
### No Issue
2025-11-28 13:55:48 +08:00
d471682ae7
Refresh control dan Blockir user di forum
...
### No Issue
2025-11-26 16:13:05 +08:00
00eea71248
Penambahan fitur block user: 50%
...
Fix:
- app/(application)/(user)/forum/[id]/index.tsx
- app/(application)/(user)/home.tsx
- screens/Forum/ListPage.tsx
- screens/Forum/MenuDrawerSection.tsx/MenuBeranda.tsx
- service/api-client/api-master.ts
- service/api-client/api-user.ts
### No Issue
2025-11-25 11:04:12 +08:00
41e648d8f3
Fix rejected Apple :
...
Submission ID: 1efcd8eb-7d68-4348-9925-43a8e1bd7d1e
Add:
- app/(application)/terms-agreement.tsx
Fix:
- app/(application)/(user)/home.tsx
- app/(application)/_layout.tsx
- context/AuthContext.tsx
- ios/HIPMIBadungConnect/Info.plist
- screens/Authentication/LoginView.tsx
- screens/Authentication/RegisterView.tsx
- service/api-config.ts
- types/User.ts
### NO Issue
2025-11-24 17:09:52 +08:00
0c4deac6e2
Fix map android :
...
Add:
- screens/Maps/
Fix:
- android/app/src/main/AndroidManifest.xml
- app.config.js
- app/(application)/(user)/maps/index.tsx
- bun.lock
- ios/HIPMIBadungConnect.xcodeproj/project.pbxproj
- ios/HIPMIBadungConnect/Info.plist
- ios/Podfile.lock
- package.json
### No Issue
2025-11-21 17:43:58 +08:00
676b8a38be
Fix apple rejected:
...
- app/(application)/(user)/delete-account.tsx
- screens/Profile/menuDrawerSection.tsx
### No Issue
2025-11-20 15:42:37 +08:00
0a2aa71013
Add:
...
- app/(application)/(user)/delete-account.tsx
- assets/images/constants/logo-hipmi_back.png
Fix:
- app/(application)/(user)/_layout.tsx
- assets/images/constants/logo-hipmi.png
- components/Grid/GridCustom.tsx
- screens/Profile/ListPage.tsx
- screens/Profile/menuDrawerSection.tsx
- service/api-client/api-user.ts
### No Issue
2025-11-19 17:40:35 +08:00
868e96a54a
Try to notification
...
### Issue: package import * as Notifications from expo-notifications;
2025-11-18 17:46:33 +08:00
059b4d053a
Fix rejected apple delete account & start for notification
...
### No issue
2025-11-18 14:29:02 +08:00
76debfd6a6
Add:
...
- google-services.json
- utils/notifications.ts
Fix:
- app.config.js : tambah access googleServicesFile
- app/_layout.tsx : tambah untuk push notifikasi
- package.json: install install expo-notifications expo-device expo-constants
### No Issue
2025-11-14 17:44:22 +08:00
8c3aec8e57
Admin Event: QR Code sudah bisa di scan
...
### No issue
2025-11-14 14:44:36 +08:00
1ade69ff2f
Fix QR Code Access
...
### No Issue
2025-11-13 17:41:54 +08:00
97ea6ab799
1.0.1
2025-11-12 17:34:57 +08:00
4e9ce07759
Penambahan akses untuk QR COde pada file:
...
- app.config.js
- service/api-config.ts
### No Issue
2025-11-12 17:34:35 +08:00
8f659c2b7e
tambah repo
2025-11-12 14:06:55 +08:00
61bca7cfe1
tambah repo
2025-11-12 14:06:36 +08:00
5af85c3a8b
tambah repo
2025-11-12 13:58:55 +08:00
a8807d88ad
Staging & Change logo
...
### No Issue
2025-11-10 10:59:48 +08:00
5d36429aa4
Merge pull request 'Integrasi API' ( #7 ) from api/4-nov-25 into main
...
Reviewed-on: http://wibugit.wibudev.com/wibu/hipmi-mobile/pulls/7
2025-11-04 12:14:26 +08:00
ec49999f99
Integrasi API:
...
Add:
- hipmi-note.md
Fix:
- app/(application)/(user)/donation/[id]/(transaction-flow)/[invoiceId]/failed.tsx
- app/(application)/(user)/donation/[id]/(transaction-flow)/[invoiceId]/success.tsx
- app/(application)/(user)/event/[id]/confirmation.tsx
- app/(application)/(user)/investment/(tabs)/index.tsx
- app/(application)/(user)/investment/(tabs)/my-holding.tsx
- app/(application)/(user)/investment/[id]/(my-holding)/[id].tsx
- app/(application)/(user)/investment/[id]/(transaction-flow)/failed.tsx
- app/(application)/(user)/investment/[id]/(transaction-flow)/index.tsx
- app/(application)/(user)/investment/[id]/(transaction-flow)/success.tsx
- app/(application)/(user)/investment/[id]/investor.tsx
- app/(application)/admin/investment/[id]/[status]/index.tsx
- app/(application)/admin/investment/[id]/[status]/transaction-detail.tsx
- app/(application)/admin/investment/[id]/list-of-investor.tsx
- lib/dummy-data/investment/dummy-data-not-publish.ts
- screens/Authentication/VerificationView.tsx
- screens/Home/bottomFeatureSection.tsx
- service/api-client/api-investment.ts
### No Issue
2025-11-04 12:13:49 +08:00
867e82c6fa
Merge pull request 'Admin : Investasi integarsi API' ( #6 ) from api-admin/31-oct-25 into main
...
Reviewed-on: http://wibugit.wibudev.com/wibu/hipmi-mobile/pulls/6
2025-11-03 11:45:34 +08:00
f9f996f195
Admin : Investasi integarsi API
...
### NO Issue
2025-11-03 11:41:31 +08:00
98394309e6
Merge pull request 'Integrasi API: Investment & Admin Investment' ( #5 ) from api-admin/30-oct-25 into main
...
Reviewed-on: http://wibugit.wibudev.com/wibu/hipmi-mobile/pulls/5
2025-10-30 17:43:51 +08:00
4625831377
Integrasi API: Admin Investasi
...
Fix:
- app/(application)/(user)/investment/(tabs)/index.tsx
- app/(application)/admin/investment/[id]/[status]/transaction-detail.tsx
- app/(application)/admin/investment/[id]/list-of-investor.tsx
- screens/Invesment/BoxBerandaSection.tsx
- screens/Invesment/DetailDataPublishSection.tsx
- service/api-admin/api-admin-investment.ts
### No Issue
2025-10-30 17:36:42 +08:00
ebd6107c36
Integrasi API: Investment:
...
Add:
- screens/Invesment/BoxBerandaSection.tsx
Fix:
- app/(application)/(user)/investment/(tabs)/index.tsx
- screens/Donation/BoxPublish.tsx
- screens/Invesment/BoxProgressSection.tsx
- screens/Invesment/DetailDataPublishSection.tsx
### No Issue
2025-10-30 16:38:24 +08:00
f23cfe1107
Integrasi API: Investment & Admin Investment
...
Add:
- components/_ShareComponent/NoDataText.tsx
- service/api-admin/api-admin-investment.ts
Fix:
- app/(application)/(user)/investment/(tabs)/index.tsx
- app/(application)/admin/investment/[id]/[status]/index.tsx
- app/(application)/admin/investment/[id]/reject-input.tsx
- app/(application)/admin/investment/[status]/status.tsx
- app/(application)/admin/investment/index.tsx
- screens/Invesment/DetailDataPublishSection.tsx
### No Issue
2025-10-30 15:13:33 +08:00
f9d9b5fbaa
Merge pull request 'Integrasi API: Donation & Admin Donation' ( #4 ) from api-admin/29-oct-25 into main
...
Reviewed-on: http://wibugit.wibudev.com/wibu/hipmi-mobile/pulls/4
2025-10-29 17:38:03 +08:00
b3209dc7ee
Integrasi API: Donation & Admin Donation
...
Fix:
- app/(application)/(user)/donation/[id]/fund-disbursement.tsx
- app/(application)/(user)/donation/[id]/list-of-donatur.tsx
- app/(application)/admin/donation/[id]/[status]/index.tsx
- app/(application)/admin/donation/[id]/detail-disbursement-of-funds.tsx
- app/(application)/admin/donation/[id]/disbursement-of-funds.tsx
- app/(application)/admin/donation/[id]/list-disbursement-of-funds.tsx
- service/api-admin/api-admin-donation.ts
- service/api-client/api-donation.ts
- utils/pickFile.ts: Sudah bisa memilih ukuran crop tapi hanya di android
### No issue
2025-10-29 17:35:18 +08:00
31c1b35173
Merge pull request 'Integrasi API: Donation & Admin Donation' ( #3 ) from api-admin/28-oct-25 into main
...
Reviewed-on: http://wibugit.wibudev.com/wibu/hipmi-mobile/pulls/3
2025-10-28 17:51:23 +08:00
1e1b18f860
Integrasi API: Donation & Admin Donation
...
Fix:
- app/(application)/(user)/donation/[id]/(transaction-flow)/[invoiceId]/invoice.tsx
- app/(application)/(user)/donation/[id]/index.tsx
- app/(application)/admin/donation/[id]/[status]/index.tsx
- app/(application)/admin/donation/[id]/[status]/transaction-detail.tsx
- app/(application)/admin/donation/[id]/list-of-donatur.tsx
- components/Select/SelectCustom.tsx
- context/AuthContext.tsx
- screens/Donation/BoxPublish.tsx
- screens/Donation/ProgressSection.tsx
- service/api-admin/api-admin-donation.ts
### NO Issue
2025-10-28 17:45:13 +08:00
de0280367f
Merge pull request 'Integrasi API: Donation Admin' ( #2 ) from api-admin/27-oct-25 into main
...
Reviewed-on: http://wibugit.wibudev.com/wibu/hipmi-mobile/pulls/2
2025-10-28 10:21:39 +08:00
5d4328a139
Integrasi API: Donation Admin
...
Add:
- screens/Admin/Donation/funDonationUpdateStatus.ts
- utils/countDownAndCondition.ts
Fix:
- app/(application)/(user)/donation/[id]/index.tsx
- app/(application)/admin/donation/[id]/[status]/index.tsx
- app/(application)/admin/donation/[id]/list-of-donatur.tsx
- app/(application)/admin/donation/[id]/reject-input.tsx
- app/(application)/admin/donation/index.tsx
- app/(application)/admin/event/[id]/[status]/index.tsx
- app/(application)/admin/voting/[id]/[status]/index.tsx
- screens/Admin/Donation/BoxOfDonationStory.tsx
- screens/Donation/BoxPublish.tsx
- screens/Donation/ComponentBoxDetailData.tsx
- service/api-admin/api-admin-donation.ts
- service/api-client/api-master.ts
- utils/colorBadge.ts
git add . && git commit -m
2025-10-28 10:19:47 +08:00
c8b14b816f
Merge pull request 'New repo mobile after delete !' ( #1 ) from api/24-oct-25 into main
...
Reviewed-on: http://wibugit.wibudev.com/wibu/hipmi-mobile/pulls/1
2025-10-27 11:32:15 +08:00
125bf16605
Update new github
2025-10-27 10:51:57 +08:00
73a803f2e8
Update new github
2025-10-27 10:49:31 +08:00
1bcd1a044f
Integrasi API: Event Type
...
Add:
- utils/colorActivationForBadge.ts
Fix:
- app/(application)/admin/event/type-create.tsx
- app/(application)/admin/event/type-of-event.tsx
- app/(application)/admin/event/type-update.tsx
- service/api-admin/api-admin-event.ts
- service/api-admin/api-master-admin.ts
- service/api-client/api-event.ts
### No Issue
2025-10-24 16:22:45 +08:00
1e0b72de22
Integrasi API: Event Qr Code
...
Fix:
- app/(application)/(user)/event/[id]/confirmation.tsx
- app/(application)/(user)/event/[id]/list-of-participants.tsx
- app/(application)/admin/event/[id]/[status]/index.tsx
- app/(application)/admin/event/[id]/list-of-participants.tsx
- components/DateInput/DataTimeAndroid.tsx
- components/DateInput/DateTimeIOS.tsx
- service/api-admin/api-admin-event.ts
### No Issue
2025-10-24 11:57:05 +08:00
36dbfa3296
Integrasi API: Admin Event & Event user ui
...
Fix:
Metode konfirmasi pada event menggunakan QR Code
Perbaikan file pada:
- app/(application)/(user)/event/(tabs)/index.tsx
- app/(application)/(user)/event/[id]/confirmation.tsx
- app/(application)/(user)/event/[id]/publish.tsx
- app/(application)/admin/event/[id]/[status]/index.tsx
- app/(application)/admin/event/[id]/reject-input.tsx
- app/(application)/admin/event/[status]/status.tsx
- service/api-admin/api-admin-event.ts
- service/api-client/api-event.ts
### Issue: Belum menyertakan fungsi konfrimasu kehadiran
2025-10-23 17:47:36 +08:00
966e55597c
Integrasi API: Admin event & QR Code event
...
Add:
- app/(application)/(user)/event/[id]/confirmation.tsx
- screens/Admin/Event/
- service/api-admin/api-admin-event.ts
Fix:
- app.config.js : penambahan DEEP_LINK_URL untuk url QR Code
- app/(application)/(user)/event/create.tsx
- app/(application)/admin/event/[id]/[status]/index.tsx
- app/(application)/admin/event/[id]/reject-input.tsx
- app/(application)/admin/event/[status]/status.tsx
- app/(application)/admin/event/index.tsx
- app/(application)/admin/job/[id]/[status]/index.tsx
- screens/Admin/listPageAdmin.tsx
- service/api-config.ts
-
### No Issue
2025-10-22 15:45:58 +08:00
4da55a5a8a
Integrasi API: Voting admin
...
Add:
- app/(application)/admin/voting/[id]/[status]/reject-input.tsx
- app/(application)/admin/voting/history.tsx
- components/Box/ReportBox.tsx
- screens/Admin/Voting/
- utils/colorBadge.ts
Fix:
- app/(application)/(user)/job/[id]/[status]/detail.tsx
- app/(application)/(user)/voting/[id]/[status]/detail.tsx
- app/(application)/admin/job/[id]/[status]/index.tsx
- app/(application)/admin/job/[id]/[status]/reject-input.tsx
- app/(application)/admin/voting/[id]/[status]/index.tsx
- app/(application)/admin/voting/[id]/reject-input.tsx
- app/(application)/admin/voting/[status]/status.tsx
- components/Container/CircleContainer.tsx
- components/Text/TextCustom.tsx
- components/_ShareComponent/Admin/ButtonReview.tsx
- screens/Admin/Job/funUpdateStatus.ts
- screens/Admin/listPageAdmin.tsx
- service/api-admin/api-admin-voting.ts
### No Issue
2025-10-21 16:52:17 +08:00
faf0f36e53
UI Fix: Pada tampilan ios bagian button ada yang ta terlihat dan sudah di perbaiki
...
### No Issue
2025-10-21 11:17:37 +08:00
57285e5697
Integrasi API: Admin Voting
...
Add:
- service/api-admin/api-admin-voting.ts
Fix:
- app/(application)/admin/voting/[id]/[status]/index.tsx
- app/(application)/admin/voting/[status]/status.tsx
- app/(application)/admin/voting/index.tsx
### No Issue
2025-10-20 17:39:12 +08:00
1fd9694ebf
Integrasi API: Admin Forum
...
Fix:
app/(application)/admin/forum/[id]/index.tsx
app/(application)/admin/forum/[id]/list-comment.tsx
app/(application)/admin/forum/[id]/list-report-comment.tsx
app/(application)/admin/forum/[id]/list-report-posting.tsx
app/(application)/admin/forum/index.tsx
app/(application)/admin/forum/posting.tsx
app/(application)/admin/forum/report-comment.tsx
app/(application)/admin/forum/report-posting.tsx
screens/Admin/listPageAdmin.tsx
service/api-admin/api-admin-forum.ts
### No Issue
2025-10-20 16:34:38 +08:00
d31df8c390
Integrasi API: Admin forum
...
Add:
app/(application)/admin/forum/[id]/list-comment.tsx
components/_Icon/IconOpenTo.tsx
service/api-admin/api-admin-forum.ts
Fix:
app/(application)/admin/collaboration/index.tsx
app/(application)/admin/forum/[id]/index.tsx
app/(application)/admin/forum/[id]/list-report-comment.tsx
app/(application)/admin/forum/index.tsx
app/(application)/admin/forum/posting.tsx
### Issue: Report komentar masih belum berfungsi
2025-10-17 17:41:25 +08:00
90cfb042d8
Integrasi API: Admin Job
...
Add:
app/(application)/admin/job/[id]/[status]/reject-input.tsx
screens/Admin/Job/
Fix:
Tampilan ke UI sudah terintegrasi
### No Issue
2025-10-17 14:15:21 +08:00
b9f93ff46a
Menjalankan perintah: eas build --profile preview
...
### Issue: Harus ada SDK nya jika local
2025-10-17 10:24:04 +08:00
0770237fe5
Integrasi API: Admin Job
...
Add:
- service/api-admin/api-admin-job.ts
Fix:
modified: app/(application)/admin/job/[status]/status.tsx
modified: app/(application)/admin/job/index.tsx
modified: components/_ShareComponent/SearchInput.tsx
### No issue
2025-10-16 16:44:43 +08:00
6f4dd79568
Integrasi API: Admin Collaboration
...
Fix: Tampilan yang terintegrasi API
- app/(application)/(user)/collaboration/[id]/edit.tsx
- app/(application)/admin/collaboration/[id]/[status].tsx
- app/(application)/admin/collaboration/[id]/group.tsx
- app/(application)/admin/collaboration/[id]/reject-input.tsx
- app/(application)/admin/collaboration/group.tsx
- app/(application)/admin/collaboration/index.tsx
- app/(application)/admin/collaboration/publish.tsx
- app/(application)/admin/collaboration/reject.tsx
- components/_ShareComponent/Admin/TableValue.tsx
- screens/Collaboration/BoxPublishSection.tsx
- service/api-admin/api-admin-collaboration.ts
### No Issue
2025-10-16 14:48:31 +08:00
9faa0b0f64
Collaboration Mobile API
...
Add:
- /admin/collaboration/[id]/reject-input.tsx
- /api-admin/api-admin-collaboration.ts
Fix:
- Integrasi ke tampilan UI
app/(application)/admin/collaboration/[id]/[status].tsx
app/(application)/admin/collaboration/index.tsx
app/(application)/admin/collaboration/publish.tsx
components/_ShareComponent/Admin/TableTitle.tsx
components/_ShareComponent/Admin/TableValue.tsx
### No Issue
2025-10-15 17:30:25 +08:00
e05a7c8701
Portofolio
...
Fix:
(application)/(user)/portofolio/[id]/index.
Button hapus hanya muncul jika user login adalah author
### No Issue
2025-10-15 15:45:01 +08:00
f50c5099d8
Integrasi API: App Information & Maps
...
Add:
- service/api-admin/api-master-admin.ts
Fix:
app/(application)/admin/app-information/business-field/[id]/index.tsx
app/(application)/admin/app-information/business-field/create.tsx
app/(application)/admin/app-information/index.tsx
app/(application)/admin/app-information/information-bank/[id]/index.tsx
app/(application)/admin/app-information/information-bank/create.tsx
app/(application)/admin/maps.tsx
screens/Admin/App-Information/BusinessFieldSection.tsx
screens/Admin/App-Information/InformationBankSection.tsx
screens/Admin/App-Information/StickerSection.tsx
screens/Authentication/LoginView.tsx
service/api-client/api-master.ts
- Perbaikan berupa integrasi API
### No Issue
2025-10-15 15:09:18 +08:00
5f36620988
Integrasi Admin: User Acces & Super Admin
...
Add:
- admin/super-admin/
- admin/user-access/
- service/api-admin/
Fix:
- (user)/profile/[id]/index: penambahan useData dari useAuthuntuk merestart value masterRole
- integrasi pada tampilan admin
### No Issue
2025-10-14 17:28:40 +08:00
f750d158be
Integrasi Map Business
...
Add:
components/Map/MapSelected.tsx
components/_ShareComponent/GridTwoView.tsx
service/api-client/api-maps.ts
utils/openInDeviceMaps.ts
Fix:
modified: app/(application)/(user)/maps/[id]/edit.tsx
modified: app/(application)/(user)/maps/create.tsx
modified: app/(application)/(user)/maps/index.tsx
modified: app/(application)/(user)/portofolio/[id]/index.tsx
modified: components/Map/MapCustom.tsx
modified: screens/Portofolio/BusinessLocationSection.tsx
modified: screens/Portofolio/DataPortofolio.tsx
modified: screens/Portofolio/ListPage.tsx
### No issue
2025-10-13 17:46:47 +08:00
0e7b29bb15
Integrasi API Donation
...
Fix:
- (application)/(user)/donation/[id]/(news)/[news]/edit-news
- (application)/(user)/donation/[id]/(news)/[news]/index
- (application)/(user)/donation/[id]/(news)/add-news
- (application)/(user)/donation/[id]/(news)/list-of-news
- (application)/(user)/donation/[id]/(news)/recap-of-news
- (application)/(user)/donation/[id]/infromation-fundrising
- service/api-client/api-donation
### No Issue
2025-10-09 17:00:04 +08:00
b293310969
Donation:
...
Add:
- components/_ShareComponent/MoneyTransferAnimation.tsx
Fix:
- Invoice terintegrasi API
- Create dan list berita
### No Issue
2025-10-08 17:40:36 +08:00
a980397640
Donation
...
Add:
- (user)/donation/[id]/(transaction-flow)/[invoiceId]
Fix:
Integrasi dalam alur transaksi
- Buat invoice dan list transaksi
### No Issue
2025-10-07 17:40:54 +08:00
7c82e8b588
Donation:
...
Fix:
- Edit story & bank account
- List beranda dan detailnya
- Tampilan penggalang dana
### No Issue
2025-10-07 15:52:51 +08:00
53cdca21fc
Donasi
...
Fix:
- service/api-client/api-donation.ts: penambahan fetch update, hapus dan update status donasi
- /(application)/(user)/donation/[id]/edit.tsx: integrasi ke API
### No issue
2025-10-06 17:32:18 +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
a6389174d7
git add . && git commit -m
2025-10-03 14:09:31 +08:00
2be4afdcb1
Investment
...
Add:
- components/Button/CoyButton.tsx
- constants/local-storage-key.ts
Fix:
- Integrasi pada proses transaksi pmebelian investasi
### No Issue
2025-10-02 17:29:25 +08:00
aa85e05f79
Invesment
...
Fix: Integrasi API ke UI
- investment/[id]/(transaction-flow)/index.tsx
- investment/[id]/index.tsx
### Issue: input data untuk total lembar dan sisa lembar berisi . dianatra angkanya
2025-10-01 17:29:59 +08:00
c2acb97a37
Invesment
...
Fix:
- tampilan list data bada beranda dan detail data main
### No Issue
2025-10-01 16:45:23 +08:00
250b216a54
Invesment
...
Fix:
- tampilan dokumen dan file prospektus
- create & edit dokumen
- list rekap dokumen dan tampilan ( untuk non author )
### No Issue
2025-10-01 14:40:50 +08:00
5f05d1f7f0
Component
...
Fix: fix nama upload dan delete file service
Invesment:
Fix:
- Edit data dan edit prospektus
- View file dengan metode react-native-webview
### No issue
2025-09-30 17:30:07 +08:00
3d8d8568a3
Invesment
...
Fix: create & edit list master sudah terintegrasi ke API
### No Issue
2025-09-30 11:00:31 +08:00
ccdd7730b2
Investment
...
Add:
- utils/pickFile: pilih extention file sesuai kebutuhan
- utils/formatCurrencyDisplay.ts: tampillan uang 2.500
- api-client/api-investment.ts
- api-storage.ts: api strogre wibudev
Fix:
- Integrasi API pada: Create, Edit, Tampilan status & detail
- Button status dan hapus data juga sudah terintegrasi
### No Issue
2025-09-29 17:42:25 +08:00
a474aebb94
Forum:
...
Fix: link dari avatar ke forumku & penambahan tombol create di forumku jika id forum milik user yang sama seperti user login
### No issue
2025-09-29 10:28:53 +08:00
29b65aeebf
Forum
...
Fix:
- Integrasi API ke semua tampilan
### No Issue
2025-09-26 17:43:50 +08:00
18beb09b42
Forum
...
Fix:
- Tampilan beranda forum & bisa melakukan search dan sudah terintegrasi API
- Fitur hapus edit dan ubah status sudah terintegrasi API
- List komentar sudah bisa muncul dan bisa mengahpus
### No Issue
2025-09-26 14:46:29 +08:00
54af104f8a
Forum
...
Add:
- api-client/api-forum
Fix:
- Integrasi API: create dan beranda file
### No Issue
2025-09-24 17:30:06 +08:00
8c5602b809
Collaboration
...
Add:
- Collaboration/GroupChatSection.tsx : fitur room chat
Fix:
- Clear code: Hapus console pada beberapa file
### No Issue
2025-09-24 15:28:16 +08:00
99f058a92f
Collaboration
...
Add:
- (user)/collaboration/[id]/select-of-participants
Fix:
- Integrasi ke api di bagian beranda , partisipan dan group
### No Issue
2025-09-23 17:41:03 +08:00
821a211f58
Collaboration
...
Fix:
- Integrasi API: Beranda, create, list partisipan, check sudah berpartisipasi ?
### No Issue
2025-09-22 17:31:40 +08:00
333b1d2512
Voting
...
Fix: Semua tampilan sudah terintegrasi API
### No Issue
2025-09-19 17:51:08 +08:00
391430de46
Voting
...
Fix:
- Integrasi API pada (tabs) status & detail
- Integrasi API beranda & detail
- Integrasi API pada voting
### No Issue
2025-09-18 17:35:18 +08:00
ce79d7c240
Voting
...
Add:
- api-client/api-voting: kumpulan fetching api voting
Fix:
- UI create dan (tabs) status udah terintegrasi ke API
### No Isuue
2025-09-17 17:31:44 +08:00
d09a566903
Job
...
Add:
- add file: (user)/job/[id]/archive
Fix:
- Semua tampilan telah terintergrasi ke API Job
### No Issue
2025-09-17 14:26:10 +08:00
60b0befa60
API Job
...
Add:
- api-client/api-job: kumpulan fetch api
Fix:
- UI beranda , status sudah terintergrasi dengan API
- UI detail status, detail utama sudah terintergrasi dengan API
- Search pada beranda sudah terintegrasi
- Edit sudah terintergrasi
### No Issue
2025-09-16 17:27:58 +08:00
3287f4c287
Event
...
Fix:
- user)/event/(tabs)/contribution: tampilan creator yang di depan
- /Event/ButtonStatusSection: return message
### No Issuue
2025-09-16 11:17:36 +08:00
76fb14ed0c
Event
...
Fix: Intergrasi pada UI
- Beranda, Kontibusi & Riwayat
- Detail beranda, detail kontribusi & detail riwayat
- List partisipan
### No issue
2025-09-15 17:17:50 +08:00
1d2153b253
Event
...
Fix: Intergrasi tampilan ke API
Package.json
Fix: Pem baharuan SDK53 -> SDK54
### No Issue
2025-09-12 15:57:30 +08:00
005b798688
Event
...
Fix:
- UI: status, detail status, delete button, detail utama, tampilan utama
- Semua terintergrasi ke API mobile
### No Issue
2025-09-12 14:14:37 +08:00
b6d4c0e6a6
API Event
...
Add:
- api-client/api-event : fetch get one, update data, update status, create event
Fix:
- UI : create , detail dan status: untuk menyambungkan ke API
### No Issue
2025-09-11 17:34:08 +08:00
3854db9330
Event
...
Fix:
- Create event
- api master tipe event
## NO Issue
2025-09-10 17:43:01 +08:00
fc181bda7c
API
...
User search:
Fix:
- api get all user
- searching by username
Portofolio:
Fix:
- dot button hanya muncul jika user yang memiliki portofolio tersebut yang melihat
Profile:
Fix:
- dot button muncul hanya untuk user yang memiliki akunnya
### No Issue
2025-09-10 16:33:39 +08:00
fb822d20b6
Portofolio
...
Fix: API edit detail data
### No Issue
2025-09-10 12:12:11 +08:00
0e708dde0f
API Portofolio
...
Fix:
- edit select sub bidang
### NO Issue
2025-09-03 17:42:17 +08:00
9a915c55d2
Portofolio
...
Fix:
- Sub bidang bisnis
### No Issu
2025-09-02 18:29:28 +08:00
6887f85e6a
Poortofoloio
...
Fix:
- service/api-client/api-portofolio.ts : api edit detail. logo, medsos
### No Issue
2025-09-01 17:10:25 +08:00
bb95e8ccbd
API
...
Add:
- service/api-client/api-file.ts: upload & delete
Portofolio
Fix:
- user)/portofolio/[id]/create.tsx: Loading submit
- (user)/portofolio/[id]/index.tsx: Delete button recode
Profile
Fix:
- (user)/profile/[id]/update-photo && upload-backgroud: delete image yang kama
### No Issue
2025-09-01 12:11:21 +08:00
41a4a94255
Portofolio
...
Add:
- ervice/api-client/api-portofolio.ts
- creens/Portofolio/BoxPortofolioView.tsx
- screens/Portofolio/ButtonCreatePortofolio.tsx
- create dan show
### No Issue
2025-08-29 17:42:33 +08:00
88527d5bb6
Image : fix dummy user
...
### No Issue
2025-08-28 17:02:38 +08:00
40441c929f
API Upload Image
...
Profile:
- (user)/profile/[id]/update-background.tsx : perbaikan api
- app/(application)/(user)/profile/[id]/update-photo.tsx
Fix:
- service/upload-service.ts : ganti Toast menjadi throw untuk dapatkna error
### No Issue
2025-08-28 15:18:15 +08:00
d3c4f04e07
Profile
...
Add:
- Api upload background
- /api-client/api-validation.ts
### No Issue
2025-08-27 17:41:42 +08:00
4fc2c90702
Profile
...
Add:
- Api background profile
Asset
Add:
- assets/images/loading.gif: untuk loading
### No Issue
2025-08-27 14:38:37 +08:00
2227aaa99f
Profile
...
Fix:
- profile/[id]/edit.tsx: api upload
- profile/[id]/update-photo.tsx: api upload
- service/api-client/api-profile.ts: api profile bisa memilih kategori
Component
Add:
- components/Image/AvatarComp.tsx
### No Issue
2025-08-27 12:16:31 +08:00
7cddc7abe3
API upload image
...
Add:
- utils/pickImage.ts
- service/upload-service.ts
- constants/directory-id.ts
- constants/base-url-api-strorage.ts
### No Issue
2025-08-26 17:42:59 +08:00
59482ca712
API Profile:
...
Fix:
- api create, get , edit
Types
Add:
- Type-Profile
### No Issue
2025-08-25 17:59:07 +08:00
df5313a243
Fix: api config: clear code
...
### No Issue
2025-08-22 17:34:29 +08:00
ebcf16efba
API:
...
Add:
- service/api-client/ : api route setting
- service/api-config.ts : api base url
Profil & User
Fix:
- auth logic
- crate profile
### No Issue
2025-08-22 17:32:48 +08:00
014cf387fd
Fix: delete console di login page
2025-08-22 10:13:12 +08:00
21c6460220
API
...
Add:
- hooks/
- ios.build.device : untuk mendownload di ios
Fix:
- service/api.t : mengatur api
- context/AuthContext.tsx: Provider untuk access token
### No Issue
2025-08-21 15:22:14 +08:00
7a7bfd3ab9
Merge pull request 'Add:' ( #22 ) from auth/19-aug-25 into join
...
Reviewed-on: bip/hipmi-mobile#22
2025-08-19 17:43:18 +08:00
b823dc703f
Add:
...
- xcode.build.ios
- service/api.ts
### No issue
2025-08-19 17:42:05 +08:00
7b85627809
Merge pull request 'Set CocoaPods' ( #21 ) from ios-build/19-aug-25 into join
...
Reviewed-on: bip/hipmi-mobile#21
2025-08-19 17:02:40 +08:00
nabillah
9dbf49c217
Set CocoaPods
2025-08-19 17:00:59 +08:00
b0ddc8173b
Merge pull request 'Prebuild' ( #20 ) from auth/19-aug-25 into main
...
Reviewed-on: bip/hipmi-mobile#20
2025-08-19 15:37:51 +08:00
c474ecc809
Add:
...
- android & ios prebuild
### No Issue
2025-08-19 15:36:46 +08:00
e1039a5744
Add:
...
- context/
- hook/
- types/
### No Issue
2025-08-19 15:25:07 +08:00
1da4b00c2f
reinstall bun.lock
...
### No Issue
2025-08-19 11:44:18 +08:00
a4825343ba
API
...
Add: service api
- service/
- app.config.js
- app.json.backup
Package:
- react-native-dotenv
- expo-module-scripts
### No Issue
2025-08-19 11:07:42 +08:00
0b6c360500
API
...
Add: Screen root
2025-08-18 11:45:06 +08:00
cfef52f80a
Merge pull request 'API' ( #19 ) from api/15-aug-25 into main
...
Reviewed-on: bip/hipmi-mobile#19
2025-08-15 17:40:03 +08:00
6f5d04e73f
API
...
Add:
- lib/api.ts
### No Issue
2025-08-15 17:39:32 +08:00
ca7d89baa0
Merge pull request 'checkpoint-1/15-aug-25' ( #18 ) from checkpoint-1/15-aug-25 into main
...
Reviewed-on: bip/hipmi-mobile#18
2025-08-15 14:18:51 +08:00
4f4d9b2f05
Assets
...
Fix:
- icon.png menjadi logo hipmi
## No Issue
2025-08-15 14:11:43 +08:00
f2ba8fd4b1
Assets
...
Add:
- assets/images/logo.png
- assets/images/old-icon.png
### No Issue : Icon pada spalash android masih ada border shadow nya
2025-08-15 10:35:13 +08:00
70a6de6cc0
clear code login"
2025-08-14 14:56:51 +08:00
3662e8d7bb
Merge pull request 'Donation & Investment' ( #16 ) from admin/13-aug-25 into main
...
Reviewed-on: bip/hipmi-mobile#16
2025-08-13 16:39:42 +08:00
0fa6d54dbe
Admin Donation
...
Fix:
- dmin/donation/[id]/[status]/index
Add:
- screens/Admin/Donation/
### No Issue
2025-08-13 16:33:31 +08:00
40cb0bfc47
Admin Investment
...
Add:
- admin/investment/[id]
- admin/investment/[status]
Fix:
- delete: publish, reject, review
### No Issue
2025-08-13 15:38:03 +08:00
52c16b25b7
Admin Component
...
Add:
- GridViewCustomSpan
- GridView_4_4_4
Fix:
- BackButtonAntTitle: penambahan new component
- SelectCustom: penambahan container style
Admin Donasi
Add:
- admin/donation/[id]
Fix:
- admin/donation/[status]/status
Admin Fix: perubahan nama halaman sesuai fitur
### No Issue
2025-08-13 14:18:30 +08:00
56cec7ce6a
Merge pull request 'Admin Donasi' ( #15 ) from admin/12-aug-25 into main
...
Reviewed-on: bip/hipmi-mobile#15
2025-08-12 17:32:56 +08:00
6f3cc03fa5
Admin Donation
...
Add:
- (application)/admin/donation/
Component Admin
Add:
- _ShareComponent/GridView_3_3_6.tsx
### No Issue
2025-08-12 17:32:07 +08:00
c2f18948bf
Admin Job
...
Add:
- admin/job/[id]/reject-input
Fix:
- admin/job/[id]/[status]/index
Admin Event
Fix:
- admin/event/[id]/[status]/index
### No Issue
2025-08-12 16:42:47 +08:00
25884b64e7
Admin Event
...
Add:
- admin/event: Tambah halaman detail dan status
Component Admin
Add:
- ShareComponent/Admin/ActionIconPlus
Package:
Install: react-native-qrcode-svg && react-native-svg
### No Issue
2025-08-12 15:29:13 +08:00
21f89aeec5
Admin Voting
...
Add:
- admin/voting: tambah [id] dan [status]
Component Admin
Add:
- components/_ShareComponent/Admin/ButtonReject
- components/_ShareComponent/Admin/ButtonReview
### No Issue
2025-08-12 11:27:17 +08:00
e287c4a264
Merge pull request 'Admin Forum' ( #14 ) from admin/11-aug-25 into main
...
Reviewed-on: bip/hipmi-mobile#14
2025-08-11 17:18:59 +08:00
72f760c6a9
Admin Forum
...
Add:
- admin/forum/report-posting
- admin/forum/report-comment
- admin/forum/posting
- admin/forum/[id]
Component
Fix:
- screens/Admin/listPageAdmin
- app/(application)/admin/_layout
- Admin/TitlePage
- Admin/BackButtonAntTitle
- Admin/BoxTitlePage
Package Install
Add:
- react-native-toast-message: untuk menampilkan toast
### No Issue
2025-08-11 17:18:14 +08:00
8750660fc7
Admin Forum
...
Add:
- admin/forum/
Admin Job
Fix: Delete page & fix delete
- admin/_layout.
- admin/job : publish, reject, review
### No Issue
2025-08-11 10:47:20 +08:00
d344020963
Merge pull request 'Admi Job' ( #13 ) from admin/8-aug-25 into main
...
Reviewed-on: bip/hipmi-mobile#13
2025-08-08 17:43:39 +08:00
d0b64f8109
Admin Job:
...
Add:
- admin/job/[status]/
- dmin/job/[id]/
### No issue
2025-08-08 17:42:44 +08:00
25f600e8c2
Admin Collaboration
...
Add:
- collaboration/[id]
Fix: tampilan UI
- admin/collaboration: publish, group, reject
### No Issue
2025-08-08 14:21:37 +08:00
6da1c24ab6
Merge pull request 'Admin: App Information & User Access' ( #12 ) from admin/7-aug-25 into main
...
Reviewed-on: bip/hipmi-mobile#12
2025-08-07 17:15:59 +08:00
72e8d7aabd
Admin User Access
...
Add:
- admin/user-access.tsx
### No Issue
2025-08-07 17:15:02 +08:00
29377c0bb0
Admin App Infromation
...
Add:
- admin/app-information/sticker/
#### No Issue
2025-08-07 15:44:22 +08:00
88cf3321e1
Admin App Information
...
Add:
- app-information/information-bank
### No Issue
2025-08-07 14:09:56 +08:00
9ad1ccfd5f
Admin App Information
...
Add:
- app-information/information-bank/
Component
Fix:
- constans-value: Icon size re name
### No Issue
2025-08-07 12:05:16 +08:00
5868294143
Merge pull request 'admin/6-aug-25' ( #11 ) from admin/6-aug-25 into main
...
Reviewed-on: bip/hipmi-mobile#11
2025-08-06 17:39:58 +08:00
d47fff469b
Admin
...
App-Information
Add:
- screens/Admin/App-Information
- _ShareComponent/Admin
- app/(application)/admin/app-information
### No Issue
2025-08-06 17:35:30 +08:00
bcc0e02581
Admin
...
Add:
- screens/Admin/
- admin/notification/
Component
Add:
- components/_ShareComponent/GridSectionView.tsx
### No Issue
2025-08-06 15:02:47 +08:00
caf250c5ca
Admin
...
Add:
- Menambahkan folder : /admin/collaboration , /admin/investmen
- NavbarMenu
### No Issue
2025-08-06 11:53:33 +08:00
e26373133a
Merge pull request 'Admin' ( #10 ) from admin/5-aug-25 into main
...
Reviewed-on: bip/hipmi-mobile#10
2025-08-05 17:41:41 +08:00
c4c16f19c1
Admin
...
Add:"
- app/(application)/admin/
## NO Issue
2025-08-05 17:40:46 +08:00
48c34aa26c
Admin
...
Add:
- app/(application)/(admin)/
## No Issue
2025-08-05 12:11:25 +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
6ded308b8f
Merge pull request 'Donation' ( #9 ) from donation/4-aug-25 into main
...
Reviewed-on: bip/hipmi-mobile#9
2025-08-04 17:45:33 +08:00
ca48dd2c6c
Donation
...
Add:
- donation/[id]/(transaction-flow)
### No Issue
2025-08-04 17:44:20 +08:00
b858c7d297
Donation
...
Add:
- donation/[id]/fund-disbursement.tsx
- donation/[id]/(news)/list-of-news.tsx
Fix:
screens/Donation/ProgressSection.tsx
### No Issue
2025-08-04 16:59:21 +08:00
f9b9211a5c
Donation
...
Add:
- list-of-donatur.tsx
- donation/[id]/(news)
Fix:
- /donation/[id]/index.tsx
## No Issue
2025-08-04 15:14:17 +08:00
3bcadbf643
Donation
...
Add:
- ProgressSection.tsx
- ComponentInfoFundrising.tsx
- donation/[id]/infromation-fundrising.tsx
- donation/[id]/detail-story.tsx
Fix:
- Donation/ComponentStoryFunrising.tsx
- Donation/ComponentBoxDetailData.tsx
## No Issue
2025-08-04 14:06:40 +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
102774909e
Merge pull request 'Investasi & Donasi' ( #8 ) from donation/1-aug-25 into main
...
Reviewed-on: bip/hipmi-mobile#8
2025-08-01 17:32:51 +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
0eebe64647
Invesment
...
Fix:
- ComponentBoxOnBottomDetail: file route > /(file)/[id].tsx
Feature:
- app/(application)/(file)/
## No Issue
2025-08-01 15:09:20 +08:00
db0f4246b6
Invesment
...
Add:
- /investment/[id]/(my-holding)/
Fix:
- screens/Invesment/DetailDataPublishSection.tsx: tipe data prop ?
## No Issue
2025-08-01 12:01:40 +08:00
16462c4214
Invesment
...
Add
- _master/status-transaction.ts
- investment/[id]/(transaction-flow)/success.tsx
- investment/[id]/(transaction-flow)/failed.tsx
Fix:
- lib/dummy-data/_master/status.tsx
Component:
- components/Badge/BadgeCustom.tsx: Penambahan custom color
## No Issue
2025-08-01 11:35:39 +08:00
3a42d2e987
Merge pull request 'Invesment' ( #7 ) from invesment/31-jul-25 into main
...
Reviewed-on: bip/hipmi-mobile#7
2025-07-31 17:48:56 +08:00
8e31df660a
Invesment
...
Add :
- lib/dummy-data/_master/bank.ts
- investment/[id]/(transaction-flow)/select-bank.tsx
- /investment/[id]/(transaction-flow)/process.tsx
- investment/[id]/(transaction-flow)/invoice.tsx
## No Issue
2025-07-31 17:47:46 +08:00
cc35bc6907
Invesment
...
Add:
- app/(application)/(user)/investment/[id]/(document)/
## No Issue
2025-07-31 16:38:28 +08:00
2931f6ba55
Investment
...
Add:
- screens/Invesment/DetailDataPublishSection.tsx
- screens/Invesment/BoxProgressSection.tsx
- app/(application)/(user)/investment/[id]/(transaction-flow)
## No Issue
2025-07-31 15:45:07 +08:00
7205cb0736
Invesment
...
Add:
- screens/Invesment/ComponentBoxOnBottomDetail.tsx
- screens/Invesment/ButtonInvestasiSection.tsx
- app/(application)/(user)/investment/[id]/investor.tsx
- app/(application)/(user)/investment/[id]/(news)/list-of-news.tsx
Fix:
- screens/Invesment/BoxDetailDataSection.tsx
- app/(application)/(user)/investment/[id]/[status]/detail.tsx
- app/(application)/(user)/_layout.tsx
## No Issue
2025-07-31 14:47:40 +08:00
54fc2a3d02
Invesment
...
Add:
- app/(application)/(user)/investment/[id]/(news)/
Fix:
- app/(application)/(user)/investment/[id]/[status]/detail.tsx
- screens/Invesment/BoxDetailDataSection.tsx
Component
Add:
- Tambah icon : IconDocument, IconNews, IconPlus, IconProspectus, IconTrash
## No Issue
2025-07-31 12:03:59 +08:00
56d074260e
Invesment
...
Add:
- dummy-data-not-publish
- BoxDetailDataSection
Fix:
- investment/[id]/[status]/detail: fix basic ui
## No Issue
2025-07-31 10:41:16 +08:00
b3be6a7f53
Invesment
...
Add:
- app/(application)/(user)/investment/[id]/[file]/
- app/(application)/(user)/investment/[id]/add-document.tsx
- app/(application)/(user)/investment/[id]/edit-document.tsx
- app/(application)/(user)/investment/[id]/edit-prospectus.tsx
- app/(application)/(user)/investment/[id]/recap-of-document.tsx
Fix:
- app/(application)/(user)/investment/[id]/list-of-document.tsx
- app/(application)/(user)/investment/[id]/edit.tsx
- app/(application)/(user)/investment/[id]/[status]/detail.tsx
## No Issue
2025-07-30 16:55:37 +08:00
c863c04fb4
Invesment
...
Add :
- screens/Invesment/
- app/(application)/(user)/investment/[id]/
Fix:
- index & portofolio: basic UI
## No Issue
2025-07-30 14:31:39 +08:00
a43ddaa9d6
Invesment
...
Fix:
- styles/global-styles.ts : tambah alignSelfFlexEnd
- my-holding: basic ui
- portofolio.: basic ui
- transaction: basic ui
## No Issue
2025-07-30 11:15:57 +08:00
927db87749
Component
...
Add:
- upload button : masih percobaan
Utils:
Add:
- file validasi untuk upload file
Pakage
Add:
- expo-document-picker
- expo-file-system
## No Issue
2025-07-30 10:39:54 +08:00
8a514d2670
Investasi
...
Add:
- lib/dummy-data/investment : list master
- app/(application)/(user)/investment/(tabs)
Main Layout:
Fix:
- app/(application)/(user)/investment/create.tsx
Component
Add:
- Progress
## No Issue
2025-07-29 17:22:11 +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
5db83a4e25
Merge pull request 'Voting' ( #6 ) from voting/29-jul-25 into main
...
Reviewed-on: bip/hipmi-mobile#6
2025-07-29 10:51:42 +08:00
befbd1a47d
Voting:
...
Add:
- ComponentDetailDataSection : Tampilan judul, deskripsi, batas waktu
- BoxDetailHistorySection
- (user)/voting/[id]/history
Fix:
Perbaikan component detail data pada:
- screens/Voting/BoxDetailSection.tsx
- screens/Voting/BoxDetailPublishSection.tsx
- screens/Voting/BoxDetailContribution.tsx
# No Issue
2025-07-29 10:50:24 +08:00
03e6581c15
Merge pull request 'Fix Voting' ( #5 ) from voting/28-jul-25 into main
...
Reviewed-on: bip/hipmi-mobile#5
2025-07-28 17:32:04 +08:00
c9a1ac1db5
Voting
...
Add:
- BoxDetailContribution
- app/(application)/(user)/voting/[id]/contribution.tsx
Fix:
- app/(application)/(user)/voting/(tabs)/contribution.tsx
- app/(application)/(user)/voting/[id]/[status]/detail.tsx
- app/(application)/(user)/voting/[id]/list-of-contributor.tsx
- app/(application)/(user)/voting/[id]/index.tsx
# No Issue
2025-07-28 17:29:52 +08:00
4bcfcb5f5a
Icon:
...
Add:
- IconArchive
Voting
Add:
- detail voting
- BoxDetailHasilVotingSection
- BoxDetailPublishSection
- BoxDetailSection
- ButtonStatusSection
Fix:
- BoxPublishSection
- ReportListSection: Hapus import useless
# No Issue
2025-07-28 16:43:54 +08:00
f21ff744d3
Component
...
Add:
- TabsTwoHeaderCustom
Voting
Fix:
- history
# Np Issue
2025-07-28 14:51:41 +08:00
b18044f53f
Component
...
Add:
- Badge
- Container
Voting
Add:
- screens/Voting
Fix:
- (tabs)/ index, contribution, status
# No Issue
2025-07-28 12:24:35 +08:00
20258d1fe5
Component
...
Icon:
- IconContribution
- IconHistory
Voting
Add:
- voting (tabs)
- (user)/_layout : penambahan layout voting
# No Issue
2025-07-25 16:58:06 +08:00
612346ecb2
Merge pull request 'Feature Job' ( #4 ) from job/25-jul-25 into main
...
Reviewed-on: bip/hipmi-mobile#4
2025-07-25 15:35:44 +08:00
51d696128e
Component:
...
Add: components/_ShareComponent/DummyLandscapeImage.
Job
Add:
- edit & status per id
- BoxDetailSectio
- ButtonStatusSection
Fix:
- index, status, archive: penyesuaian ui
# No Issue
2025-07-25 15:32:10 +08:00
1b1732c7d8
Job
...
Add : app/(application)/(user)/job/[id]/
Fix:
- app/(application)/(user)/job/(tabs)/archive.tsx
- app/(application)/(user)/job/(tabs)/index.tsx
- app/(application)/(user)/job/(tabs)/status.tsx
- app/(application)/(user)/job/create.tsx
Package:
Add: expo-clipboard
# No Issue
2025-07-25 14:19:57 +08:00
7528c449eb
Component
...
Add:
- components/_ShareComponent/SearchInput.tsx
Job
Add:
- screens/Job/
- app/(application)/(user)/job/(tabs)/index.tsx
Forum:
Fix:
- app/(application)/(user)/job/(tabs)/index: Component search input terpusat
# No Issue
2025-07-25 11:19:11 +08:00
ed87d4a3f3
Job:
...
Add:
- app/(application)/(user)/job/
Event:
Fix:
- app/(application)/(user)/event/(tabs)/_layout.tsx : penggunaan icon terpusat
Collaboration:
Fix:
- app/(application)/(user)/collaboration/(tabs)/_layout.tsx : penggunaan icon terpusat
Home
Fix:
- Penambahan onPres ke job
Component
Add:
- Icon: home, status
# No Issue
2025-07-25 10:53:31 +08:00
d7da3c9512
Merge pull request 'Feature: Collaboration' ( #3 ) from collaboration/24-jun-25 into main
...
Reviewed-on: bip/hipmi-mobile#3
2025-07-24 17:55:56 +08:00
603003865b
Collaboration
...
Add:
- (user)/collaboration/[id]/[detail]/
Fix:
- collaboration/(tabs)/group
# No Issue
2025-07-24 17:42:16 +08:00
e02ae8e35d
Component
...
Add :
- CheckboxGroup
- components/_Icon/
Fix:
- CheckboxCustom: penambahan fitur untuk checkbox group
Feature:
Collaboration
Add :
- ProjectMainSelectedSection
Fix :
- detail-participant
- detail-project-main
# No Issue
2025-07-24 16:47:16 +08:00
4f8ae2d7e0
Component
...
Add :
- Checkbox
Fix :
- Drawer: tinggi bisa auto
- AvataraAndOtherHeaderComponent : View pembungkus di hapus
Feature : Collaboration
Fix:
- detail-participant
- detail-project-main
(fix tampilan)
# No Issue
2025-07-24 15:00:35 +08:00
360ac5807c
Component
...
Add:
- Contoh Flatlist untuk tampilan yang membutuhkan load data
# No Issue
2025-07-24 11:53:47 +08:00
8cb0054580
fix
...
Feature:
Add :
- Collaboration/BoxDetailSection
- detail-participant
-
/detail-project-main
Fix:
- participant
# No Issue
2025-07-24 10:25:33 +08:00
64d5a4308c
Component
...
Add:
- Divider
Collaboration
Fix:
- index
Add:
- list pf participants
# No Issue
2025-07-23 16:40:04 +08:00
30d61c84aa
Feature:
...
Add:
- Component alert system
- Page collaboration Id
Fix:
- Box base
- Menu drawer dibuatkan interface
# No Issue '
2025-07-23 15:40:53 +08:00
70e324e76e
Fix:
...
- nama page > participant
Component
Fix:
- Base bos > clean code
# No Issue
2025-07-23 12:09:38 +08:00
4474b46ff3
Collacoration
...
Add :
- collaboration page
- collaboration component
Component
Fix:
- Base box : tambah props background
# No Issue
2025-07-23 11:31:58 +08:00
aa4ea9fb0c
deskripsi:
...
Fix: ProfileSection & /dummy-user ( image )
Event: box publisj
# No Issue"
2025-07-23 10:25:40 +08:00
a370666e3f
Merge pull request 'Fix event' ( #2 ) from event/22-jul-25 into main
...
Reviewed-on: bip/hipmi-mobile#2
2025-07-22 15:22:30 +08:00
81d86885f4
Deskripsi
...
Event:
Add app/(application)/(user)/event/[id]/history
# No Issue"
2025-07-22 15:20:53 +08:00
814f261881
Deskripsi:
...
Event:
Add history detail
Fix : - nama variabel pada [id]/
Component
Fix:
- Spacing : tipe data num | str
- ScrollView : tambah background
# No Issue "
2025-07-22 14:56:29 +08:00
7889d25a44
Deskripsi:
...
Event:
Add app/(application)/(user)/event/(tabs)/contribution.tsx
app/(application)/(user)/event/(tabs)/history.tsx
Fix modified: app/(application)/(user)/event/(tabs)/_layout.tsx
deleted: app/(application)/(user)/event/(tabs)/kontribusi.tsx
deleted: app/(application)/(user)/event/(tabs)/riwayat.tsx
modified: app/(application)/(user)/event/[id]/publish.tsx
# No Issue
2025-07-22 12:14:08 +08:00
ce0e82e627
Deskripsi:
...
Event:
Add file:
- contibution with id
- list of participan
- publish
- BoxDetailPublishSection
- BoxPublishSection
- menuDrawerPublish
Fix:
Event:
- layout dan index\
# No Issue
2025-07-22 12:06:54 +08:00
8f877137a3
Merge pull request 'Event beranda & kontribusi' ( #1 ) from event/22-jul-25 into main
...
Reviewed-on: bip/hipmi-mobile#1
2025-07-22 10:37:35 +08:00
08dfd62bfd
Deskripsi:
...
Event:
Add menu drawer draft
Fix event layoutk, index (beranda) , kontribusi
Comp
Add share avatar-username
# No Issue
2025-07-22 10:35:47 +08:00
c8cc0f0232
deskripsi
...
Fix: page event/id/deteil menjadi event/id/status
Feature:
Add screens/Event/AlertButtonStatusSection
Add app/(application)/(user)/event/[id]/[status]/
# No Issue"
2025-07-21 17:39:37 +08:00
b844a8151d
deskripsi:
...
Fix event: layout dan event deatil
Feature: Button dot, edit screen
# No Issue
2025-07-21 15:23:18 +08:00
f9e96aa077
Deskripsi:
...
Fix: event beranda dan status > tampilan
Feature: create event dan halaman detail status
Fix: Basebox: Hide safearea kalau ada tabs
Fix: TextCustom: Tambah size xlarge
Fix: ScrollCustom penambhan props value
# No Issue
2025-07-18 16:30:56 +08:00
b8b1efc71e
Deskripsi:
...
- New component: Datetime custom, datetime android, datetime ios
- Fix: event create input datetime
# No Issue
2025-07-18 11:48:24 +08:00
eaf0ebfb0a
feature
...
Deskripsi:
try component: Date input
2025-07-17 17:21:31 +08:00
e68d366d49
Deskripsi:
...
Fix: ViewWrapper tinggi footer
Style: Constan value untuk tinggi footer per OS
# No Issue
2025-07-15 15:30:11 +08:00
9999f78ed4
deskripsi:
...
Feat: event create
Fix: tabs event
# No Issue
2025-07-15 15:21:41 +08:00
2be5afe5ca
Fix: register text input
2025-07-15 14:15:33 +08:00
24913a9f97
deskripsi:
...
Fix: portofolio: alert hapus porto
Fix: profile create hapus text input alamat & edit ganti select jenis kelamin
Fix: menu forum
Fix: button porto
# No Issue
2025-07-15 14:13:08 +08:00
3376336c55
Deskripsi:
...
- new comp : Radio
- fix comp : Text area > placeholder diatas
- fix page : report forum sudah pakai radio
# No Issue
2025-07-15 12:01:28 +08:00
a0dad5618a
feature
...
Desskripsi:
- new page: other-report-commentar, other-report-posting, report-commentar, report-posting
# No Issue
2025-07-15 11:24:57 +08:00
cce27c26f6
feature & fix
...
deskripsi:
feature :
- Forum : beranda, edit, detail, create
# No Issue
2025-07-14 17:37:43 +08:00
3211404397
fix
...
deskripsi:
- forum & forumku
2025-07-14 16:30:32 +08:00
fbde2fd031
feature & fix
...
deskripsi:
feature :
- forumku
fix :
- forum index
- Back button : bisa custom icon
- Button custom : di tambah href
# No Issue
2025-07-14 14:12:01 +08:00
ac9dae7c5b
feature & fix
...
deskripsi:
feature:
- floating button
- Forum create
fix:
- Base box
- Avatar : penambahan onPres & href
- Text custom : penambahan warna props green
- Text Area : penambhaan hight
- ViewWrapper : penambahan props floating
# No Issue "
2025-07-14 11:56:44 +08:00
5183769a7c
feature & fix
...
deskripsi:
- new component : Scroll
- fix : notifikasi, use search, portofolio item drawer
- new constats : padding value
- fix component :
Text custom : tambah warna gray di props
Text Input: tambah props container Style
# No Issue
2025-07-11 17:34:04 +08:00
3301cf3d7a
fix
...
deskripsi:
- fix page: user search
- fix global-style
- fix component Text Input dan ViewWrapper ( sekarang bisa menambahkan header )
# No Issue
2025-07-10 17:37:54 +08:00
6913e9e4b5
fix
...
deskripsi:
- fix page maps
- fix ViewWrapper : props styles di tambah
# No Issue
2025-07-10 16:57:49 +08:00
c5798b3127
feature & fix
...
deskripsi:
- new component Clickable
- new folder (image) untuk take picture dan imaga preview
- fix klik gambar
# No Issue
2025-07-10 16:47:02 +08:00
2c94638e27
fix
...
deskripsi:
- fix component : Menu drawer
- fix feature : list menui drawer pada portofolio & profile
# No Issue
2025-07-10 15:21:40 +08:00
b8ed577fea
feature & fix
...
deskripsi:
- new component : Center
- fix component : Button > disable props
- feture : fix portofolio > edit, edit logo, edit sosmed
- fix feature : maps > edit map, custom-pin
- fix featue : profile > update photo
# No Issue
2025-07-10 15:03:52 +08:00
e68a18bb89
feature
...
deskripsi:
- komponen Map
# No Issue
2025-07-10 14:03:01 +08:00
862af44c03
feature
...
deskripsi:
- portofolio: detail bisnis, maps, media social
- new component divide
# No Issue
2025-07-10 11:58:23 +08:00
71ea0ca5f2
feature & fix
...
deskripsi:
- perubahan komponen drawer
- penambahan list page drawer portofolio
- new file portofolio: edit, edit logo, edit sosmed
- new file maps: edit, custom-pin
#No Issue
2025-07-10 10:27:30 +08:00
ee7efaef6a
fix & featur
...
deskripsi:
- fix component stack dan drawer
- new page list path profile
2025-07-09 17:22:43 +08:00
bfb029058c
feature
...
deskripsi:
- new page daftar portofolio
2025-07-09 15:29:04 +08:00
b7e774a556
fix
...
deskripsi:
- perubahan pada component: ButtonCustom, TextArea, TextInput
- fix style global
- tambhan color pada palet
2025-07-09 15:03:41 +08:00
2901d19db0
fix
...
deksripsi:
- fix Text input exported
2025-07-09 11:52:38 +08:00
5c4dadbe7c
fix
...
dekripsi:
- fix styles Select
2025-07-09 11:40:22 +08:00
6ac122c631
styles
...
deskripsi:
- fix styles Text input & Text area
2025-07-09 10:58:47 +08:00
16559b94fe
feature & fix
...
deskripsi:
- fix Text input
- feature Box footer & button center
2025-07-09 10:19:02 +08:00
0698e14d36
fix route
...
deskripsi:
- perbaiki route tujuan pada create profile
2025-07-08 14:18:50 +08:00
3d9672154c
fix folder
...
deskripsi:
- fix folder profile ke (user)
2025-07-08 12:22:15 +08:00
55b4b1fa8d
fix folder
...
deskripsi:
- pindah folder portofolio ke (user)
2025-07-08 12:11:35 +08:00
b80968999e
fix
...
-deskripsi:
- fix folder: map, marketplace, forum ke (user)
2025-07-08 12:04:51 +08:00
6bac89c536
fix folder
...
deskripsi:
- pindah folder event ke (user)
2025-07-08 11:58:32 +08:00
b9af7e0ca7
fix folder
...
deksripsi:
- pindah folder user search & notifikasi ke (user)
2025-07-08 11:47:32 +08:00
8abf23fd13
fix
...
deskripsi:
- fix ViewWrapper : flexibel terhadap keypad
- saat keypad keluar tidak ada lagi space di atas navighation bar
No Issue
2025-07-08 10:46:45 +08:00
1a16b16f47
feature & fix
...
deksripsi:
feature:
- Information Box
- Create profile
fix:
component: Alet, Avatar, Select
# No Issue
2025-07-04 17:42:22 +08:00
0b1fd05eec
feature
...
deskripsi:
- folder take-picture
2025-07-04 16:32:44 +08:00
b54693caa7
feature
...
deskripsi:
- new component camera
2025-07-04 15:36:09 +08:00
17e6208aae
feature
...
deskripsi:
- new component select
- fix styles login dan verifikasi
2025-07-03 17:43:52 +08:00
f5cf9e1549
fix component
...
- buttom radius valuenya constans
- perbaikan bottom pada auth file
2025-07-03 17:05:53 +08:00
7b58e3315f
feature
...
deskripsi:
- tampilan edit profile
- resourcing stack
- fix text input & buttom
2025-07-03 16:35:39 +08:00
101c9053d8
feature
...
deskripsi:
- new component stack
2025-07-03 14:54:05 +08:00
4a92385d6d
fix nama komponen profile
2025-07-03 14:24:10 +08:00
7e39133c2f
feature components
...
deskripsi:
- BaseBox, TextCustom
- Perbaikan home & profile
2025-07-03 11:29:51 +08:00
e2744f0344
fix styles dan feature component text
2025-07-02 14:55:12 +08:00
9667065bb3
fix folder component
2025-07-02 12:20:42 +08:00
23ae416f42
fix component drawer
2025-07-02 11:56:04 +08:00
8fb37db0db
feature
...
deksripsi:
- merapikan folder profile
- Issu: Drawer
2025-07-02 11:43:22 +08:00
258e20751e
feature profile
...
deskripsi:
- drawer & alert
- screen baru: edit profile, update photo, update background, create portofolio
2025-07-01 17:47:51 +08:00
564ea68d29
feature
...
deksripsi:
- resourcing drawer dan alert
2025-07-01 11:58:54 +08:00
4701fce07c
feature profile
...
deskripsi
- resaourcing drawer
2025-06-30 17:44:00 +08:00
d58304a146
feature event
...
deskripsi:
- resourcing component event
2025-06-30 16:41:17 +08:00
5577ef5d1e
fix custom tabs
...
deskripsi:
- penambahan style untuk tabs
2025-06-30 12:09:52 +08:00
c1bee77629
new featur
...
deskripsi:
- search user
- notifications
2025-06-30 10:39:04 +08:00
3849e03a1a
feature home
...
deskripsi:
- tampilan home
2025-06-26 17:43:47 +08:00
f0e0ef4b8b
fix folder
2025-06-26 14:33:41 +08:00
cd35201e30
penambahan folder screens, styles dan navigation
2025-06-26 12:14:55 +08:00
bff2a89903
fix folder component
2025-06-26 10:29:22 +08:00