added error handling on delete and last posted media to profile
Showing
- app/(apidocs)/apidocs/page.tsx 1 addition, 0 deletionsapp/(apidocs)/apidocs/page.tsx
- app/(content)/(user)/[username]/(profile)/layout.tsx 3 additions, 2 deletionsapp/(content)/(user)/[username]/(profile)/layout.tsx
- app/api/users/[username]/route.ts 10 additions, 0 deletionsapp/api/users/[username]/route.ts
- components/create-gweet/hooks/use-create-gweet.ts 1 addition, 1 deletioncomponents/create-gweet/hooks/use-create-gweet.ts
- components/gweets/api/get-gweet.ts 5 additions, 2 deletionscomponents/gweets/api/get-gweet.ts
- components/gweets/api/get-gweets.ts 5 additions, 2 deletionscomponents/gweets/api/get-gweets.ts
- components/gweets/components/delete-gweet-modal.tsx 15 additions, 2 deletionscomponents/gweets/components/delete-gweet-modal.tsx
- components/gweets/components/gweet-details.tsx 0 additions, 4 deletionscomponents/gweets/components/gweet-details.tsx
- components/gweets/components/gweet.tsx 1 addition, 0 deletionscomponents/gweets/components/gweet.tsx
- components/gweets/hooks/use-delete-gweet.ts 1 addition, 1 deletioncomponents/gweets/hooks/use-delete-gweet.ts
- components/gweets/hooks/use-like.ts 2 additions, 2 deletionscomponents/gweets/hooks/use-like.ts
- components/gweets/hooks/use-regweet.ts 2 additions, 4 deletionscomponents/gweets/hooks/use-regweet.ts
- components/profile/api/get-follows.ts 4 additions, 2 deletionscomponents/profile/api/get-follows.ts
- components/profile/api/get-users.ts 4 additions, 2 deletionscomponents/profile/api/get-users.ts
- components/profile/api/update-profile.ts 1 addition, 1 deletioncomponents/profile/api/update-profile.ts
- components/profile/components/profile-side-content.tsx 25 additions, 12 deletionscomponents/profile/components/profile-side-content.tsx
- components/profile/hooks/use-follow.ts 3 additions, 3 deletionscomponents/profile/hooks/use-follow.ts
- components/profile/hooks/use-update-profile.ts 2 additions, 2 deletionscomponents/profile/hooks/use-update-profile.ts
- components/trends/api/get-hashtags.ts 6 additions, 2 deletionscomponents/trends/api/get-hashtags.ts
- components/try-again.tsx 5 additions, 5 deletionscomponents/try-again.tsx
Loading
Please register or sign in to comment