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>
This commit is contained in:
2026-04-17 11:24:02 +08:00
parent 19d3a9a6c7
commit f897f00c64
7 changed files with 212 additions and 92 deletions

View File

@@ -2,23 +2,23 @@ import {
AvatarComp,
ClickableCustom,
Grid,
NewWrapper,
OS_Wrapper,
StackCustom,
TextCustom,
TextInputCustom,
TextInputCustom
} from "@/components";
import { MainColor } from "@/constants/color-palet";
import {
ICON_SIZE_SMALL,
PADDING_INLINE,
PAGINATION_DEFAULT_TAKE,
} from "@/constants/constans-value";
import { createPaginationComponents } from "@/helpers/paginationHelpers";
import { usePagination } from "@/hooks/use-pagination";
import { apiAllUser } from "@/service/api-client/api-user";
import { Ionicons } from "@expo/vector-icons";
import { router, useFocusEffect } from "expo-router";
import _ from "lodash";
import { useCallback, useRef, useState } from "react";
import { router } from "expo-router";
import { useRef, useState } from "react";
import { RefreshControl, View } from "react-native";
const PAGE_SIZE = PAGINATION_DEFAULT_TAKE;
@@ -140,7 +140,8 @@ export default function UserSearchMainView_V2() {
});
return (
<NewWrapper
<OS_Wrapper
contentPadding={PADDING_INLINE}
headerComponent={renderHeader(search, setSearch)}
listData={pagination.listData}
renderItem={renderItem}