feat: major UI/UX overhaul + user management + ticket detail refactor

- 5-tab navigation (Home/Clients/Collect/Tickets/Profile)
- Inline styles throughout (17px min font, SafeAreaView)
- Dashboard fixed to match real API shape
- Ticket detail: 2 tabs (Details + Comments), always-visible comment input
- Installation confirmation: GPS coordinate capture + client location update
- User management screens (Admin only): list, create, detail + role/active toggle
- Tasks folder replaces tickets folder
- Remittance detail: inline styles
- Record payment: prefill from client, live button text
- Icon component with SVG icons
- Color system: primary #0891B2
This commit is contained in:
Nemo
2026-03-24 10:37:57 +08:00
parent baed6dc8d5
commit 4644a3194d
38 changed files with 4967 additions and 2984 deletions

View File

@@ -9,33 +9,34 @@
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-async-storage/async-storage": "2.2.0",
"@tanstack/react-query": "^5.95.0",
"axios": "^1.13.6",
"expo": "~55.0.8",
"expo-camera": "^55.0.10",
"expo-constants": "^55.0.9",
"expo-image-picker": "^55.0.13",
"expo-linking": "^55.0.8",
"expo-location": "^55.1.4",
"expo-notifications": "^55.0.13",
"expo-router": "^55.0.7",
"expo-secure-store": "^55.0.9",
"expo-status-bar": "~55.0.4",
"expo-updates": "~55.0.15",
"hermes-parser": "0.32.0",
"expo": "~54.0.33",
"expo-camera": "~17.0.10",
"expo-constants": "~18.0.13",
"expo-dev-client": "^55.0.18",
"expo-image-picker": "~17.0.10",
"expo-linking": "~8.0.11",
"expo-location": "~19.0.8",
"expo-notifications": "~0.32.16",
"expo-router": "~6.0.23",
"expo-secure-store": "~15.0.8",
"expo-status-bar": "~3.0.9",
"expo-updates": "~29.0.16",
"nativewind": "^4.1.23",
"react": "19.2.0",
"react-native": "0.83.2",
"react-native-reanimated": "4.2.1",
"react-native-safe-area-context": "^5.6.2",
"react-native-screens": "^4.23.0",
"react-native-worklets": "0.7.2",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "^15.15.4",
"react-native-worklets": "^0.8.1",
"zustand": "^5.0.12"
},
"devDependencies": {
"@expo/ngrok": "^4.1.3",
"@types/react": "~19.2.2",
"@types/react": "~19.1.10",
"tailwindcss": "^3.4.19",
"typescript": "~5.9.2"
},