-
- Downloads
Merge branch 'profile' into 'main'
Profile See merge request !38
Showing
- components/profile/api/get-user.ts 25 additions, 0 deletionscomponents/profile/api/get-user.ts
- components/profile/api/get-users.ts 10 additions, 0 deletionscomponents/profile/api/get-users.ts
- components/profile/api/unfollow-user.ts 12 additions, 0 deletionscomponents/profile/api/unfollow-user.ts
- components/profile/api/update-profile.ts 42 additions, 0 deletionscomponents/profile/api/update-profile.ts
- components/profile/components/edit-profile-modal.tsx 359 additions, 0 deletionscomponents/profile/components/edit-profile-modal.tsx
- components/profile/components/profile-navbar.tsx 40 additions, 0 deletionscomponents/profile/components/profile-navbar.tsx
- components/profile/components/profile-side-content.tsx 17 additions, 0 deletionscomponents/profile/components/profile-side-content.tsx
- components/profile/components/profile-user-info.tsx 95 additions, 0 deletionscomponents/profile/components/profile-user-info.tsx
- components/profile/components/user-games.tsx 100 additions, 0 deletionscomponents/profile/components/user-games.tsx
- components/profile/components/user-gweets.tsx 69 additions, 0 deletionscomponents/profile/components/user-gweets.tsx
- components/profile/components/user-join-date.tsx 19 additions, 0 deletionscomponents/profile/components/user-join-date.tsx
- components/profile/hooks/use-follow.ts 35 additions, 0 deletionscomponents/profile/hooks/use-follow.ts
- components/profile/hooks/use-get-follows.ts 22 additions, 0 deletionscomponents/profile/hooks/use-get-follows.ts
- components/profile/hooks/use-update-profile.ts 34 additions, 0 deletionscomponents/profile/hooks/use-update-profile.ts
- components/profile/hooks/use-user-likes.ts 17 additions, 0 deletionscomponents/profile/hooks/use-user-likes.ts
- components/profile/hooks/use-user.ts 20 additions, 0 deletionscomponents/profile/hooks/use-user.ts
- components/profile/hooks/use-users.ts 23 additions, 0 deletionscomponents/profile/hooks/use-users.ts
- components/profile/types/index.ts 9 additions, 9 deletionscomponents/profile/types/index.ts
- components/profile/utils/following.ts 11 additions, 0 deletionscomponents/profile/utils/following.ts
- components/user-auth-form.tsx 2 additions, 0 deletionscomponents/user-auth-form.tsx
components/profile/api/get-user.ts
0 → 100644
components/profile/api/get-users.ts
0 → 100644
components/profile/api/unfollow-user.ts
0 → 100644
components/profile/api/update-profile.ts
0 → 100644
components/profile/components/user-games.tsx
0 → 100644
components/profile/hooks/use-follow.ts
0 → 100644
components/profile/hooks/use-get-follows.ts
0 → 100644
components/profile/hooks/use-user-likes.ts
0 → 100644
components/profile/hooks/use-user.ts
0 → 100644
components/profile/hooks/use-users.ts
0 → 100644
components/profile/utils/following.ts
0 → 100644
Please register or sign in to comment