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
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
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
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
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
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
59482ca712
API Profile:
...
Fix:
- api create, get , edit
Types
Add:
- Type-Profile
### No Issue
2025-08-25 17:59:07 +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
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
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
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
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
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
72e8d7aabd
Admin User Access
...
Add:
- admin/user-access.tsx
### No Issue
2025-08-07 17:15:02 +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
c4c16f19c1
Admin
...
Add:"
- app/(application)/admin/
## NO Issue
2025-08-05 17:40:46 +08:00