added regweets and media, but with error / bugs
Showing
- .env.example 4 additions, 0 deletions.env.example
- app/(content)/(user)/[userid]/status/[id]/page.tsx 1 addition, 1 deletionapp/(content)/(user)/[userid]/status/[id]/page.tsx
- app/api/gweets/[id]/route.ts 37 additions, 1 deletionapp/api/gweets/[id]/route.ts
- app/api/gweets/likes/route.ts 5 additions, 36 deletionsapp/api/gweets/likes/route.ts
- app/api/gweets/regweets/route.ts 56 additions, 0 deletionsapp/api/gweets/regweets/route.ts
- app/api/gweets/route.ts 16 additions, 6 deletionsapp/api/gweets/route.ts
- components.json 14 additions, 0 deletionscomponents.json
- components/create-gweet/api/post-gweet.ts 10 additions, 5 deletionscomponents/create-gweet/api/post-gweet.ts
- components/create-gweet/api/post-media.ts 60 additions, 0 deletionscomponents/create-gweet/api/post-media.ts
- components/create-gweet/components/create-gweet-wrapper.tsx 1 addition, 4 deletionscomponents/create-gweet/components/create-gweet-wrapper.tsx
- components/create-gweet/components/create-gweet.tsx 80 additions, 9 deletionscomponents/create-gweet/components/create-gweet.tsx
- components/create-gweet/hooks/use-create-gweet.ts 7 additions, 3 deletionscomponents/create-gweet/hooks/use-create-gweet.ts
- components/create-gweet/index.ts 1 addition, 0 deletionscomponents/create-gweet/index.ts
- components/create-gweet/types/index.ts 5 additions, 0 deletionscomponents/create-gweet/types/index.ts
- components/following-button.tsx 0 additions, 55 deletionscomponents/following-button.tsx
- components/following-users.tsx 0 additions, 47 deletionscomponents/following-users.tsx
- components/gweets/api/delete-media.ts 29 additions, 0 deletionscomponents/gweets/api/delete-media.ts
- components/gweets/api/handle-regweet.ts 15 additions, 0 deletionscomponents/gweets/api/handle-regweet.ts
- components/gweets/components/actions/like-button.tsx 1 addition, 1 deletioncomponents/gweets/components/actions/like-button.tsx
- components/gweets/components/actions/regweet-button.tsx 41 additions, 0 deletionscomponents/gweets/components/actions/regweet-button.tsx
app/api/gweets/regweets/route.ts
0 → 100644
components.json
0 → 100644
components/create-gweet/api/post-media.ts
0 → 100644
components/following-button.tsx
deleted
100644 → 0
components/following-users.tsx
deleted
100644 → 0
components/gweets/api/delete-media.ts
0 → 100644
components/gweets/api/handle-regweet.ts
0 → 100644
Please register or sign in to comment