added (post)comment button, comment api, actual name to Posts
Showing
- app/(content)/(home)/home/[postid]/page.tsx 109 additions, 0 deletionsapp/(content)/(home)/home/[postid]/page.tsx
- app/(content)/(home)/home/page.tsx 12 additions, 47 deletionsapp/(content)/(home)/home/page.tsx
- app/api/comments/route.ts 64 additions, 0 deletionsapp/api/comments/route.ts
- components/comment-button.tsx 28 additions, 0 deletionscomponents/comment-button.tsx
- components/like-button.tsx 6 additions, 4 deletionscomponents/like-button.tsx
- components/post-comment.tsx 64 additions, 0 deletionscomponents/post-comment.tsx
- components/post-item.tsx 48 additions, 0 deletionscomponents/post-item.tsx
app/(content)/(home)/home/[postid]/page.tsx
0 → 100644
app/api/comments/route.ts
0 → 100644
components/comment-button.tsx
0 → 100644
components/post-comment.tsx
0 → 100644
components/post-item.tsx
0 → 100644
Please register or sign in to comment