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
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
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
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
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