expo-popcore-app/app/(tabs)
imeepos a344410374 fix: change type parameter from array to single value for API compatibility
SDK API only accepts single MessageType value, not array. Updated to use client-side filtering for Tab-based message type filtering (all/notice/other) instead of server-side filtering.

Changes:
- hooks/use-messages.ts: Changed type parameter from array to single value
- app/(tabs)/message.tsx: Replaced getMessageTypeByTab with filterMessagesByTab for client-side filtering
- Removed useEffect dependency on activeTab to prevent unnecessary refetches

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 15:15:47 +08:00
..
_layout.tsx Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
index.tsx feat: integrate UI components into Home tab 2026-01-21 12:03:44 +08:00
message.tsx fix: change type parameter from array to single value for API compatibility 2026-01-21 15:15:47 +08:00
my.tsx refactor: 优化代码和添加类型检查脚本 2026-01-16 12:34:27 +08:00
video.test.tsx feat: integrate UI components into Video tab 2026-01-21 12:06:46 +08:00
video.tsx feat: integrate UI components into Video tab 2026-01-21 12:06:46 +08:00