MythEclipse
41e67423b8
chore(services): update components based on recent changes
Changes:
services/frontend/src/features/dashboard/components/ChannelProfileDetail.tsx | 258 +++++++++++-----------------------------------------------------------------
services/frontend/src/features/dashboard/components/ChannelSummaryList.tsx | 171 ++++++++-------------------------------------------
services/frontend/src/features/dashboard/components/DashboardStats.tsx | 8 ++-
services/frontend/src/features/dashboard/components/UserProfileDetail.tsx | 297 +++++++++++++---------------------------------------------------------------------------
services/frontend/src/features/dashboard/components/UserSummaryList.tsx | 204 +++++++++++-------------------------------------------------
services/frontend/src/features/dashboard/hooks/useDashboard.ts | 203 +++++++++++++++---------------------------------------------
services/frontend/src/features/messages/components/MessageCard.tsx | 10 +--
services/frontend/src/shared/api/client.ts | 87 +++++++++++++++++++-------
services/frontend/src/shared/hooks/useItemDetail.ts | 58 +++++++++++++++++
services/frontend/src/shared/hooks/usePaginatedList.ts | 105 +++++++++++++++++++++++++++++++
2026-06-14 15:16:18 +07:00
..
2026-06-01 21:44:29 +07:00
2026-06-14 15:16:18 +07:00
2026-06-01 21:44:29 +07:00
2026-06-13 11:54:20 +07:00
2026-06-12 23:00:52 +07:00
2026-06-02 19:04:49 +07:00
2026-06-09 13:07:01 +07:00
2026-06-01 21:44:29 +07:00
2026-06-14 15:16:18 +07:00
2026-06-01 21:44:29 +07:00
2026-06-09 10:16:04 +07:00