gitdataai/src/app/user
ZhenYi 80e2201b8b feat(user): add Activity, Following, Stars, Security tabs to profile page
- Backend: user_activity service (user_activity_log + project_activity)
- Backend: stars service (repo_star + project_follow)
- Backend: user_get_following_list (with is_following_me mutual check)
- Frontend: Tab navigation on /user/{username} with Overview/Activity/Following/Stars/Security
- Frontend: UserActivity timeline, FollowingList grid, StarsList, SecurityTab (SSH keys + PATs)
2026-04-22 22:39:14 +08:00
..
user-activity.tsx feat(user): add Activity, Following, Stars, Security tabs to profile page 2026-04-22 22:39:14 +08:00
user-following.tsx feat(user): add Activity, Following, Stars, Security tabs to profile page 2026-04-22 22:39:14 +08:00
user-security.tsx feat(user): add Activity, Following, Stars, Security tabs to profile page 2026-04-22 22:39:14 +08:00
user-stars.tsx feat(user): add Activity, Following, Stars, Security tabs to profile page 2026-04-22 22:39:14 +08:00
user.tsx feat(user): add Activity, Following, Stars, Security tabs to profile page 2026-04-22 22:39:14 +08:00
utils.ts feat(user): add Activity, Following, Stars, Security tabs to profile page 2026-04-22 22:39:14 +08:00