Merge branch 'main' into 'fixTweeting'
# Conflicts: # types/next-auth.d.ts
Showing
- app/(auth)/login/page.tsx 1 addition, 1 deletionapp/(auth)/login/page.tsx
- app/(auth)/signup/page.tsx 1 addition, 1 deletionapp/(auth)/signup/page.tsx
- app/(content)/(user)/[userid]/page.tsx 36 additions, 4 deletionsapp/(content)/(user)/[userid]/page.tsx
- app/(content)/(user)/followers/page.tsx 0 additions, 7 deletionsapp/(content)/(user)/followers/page.tsx
- app/(content)/followers/page.tsx 18 additions, 0 deletionsapp/(content)/followers/page.tsx
- app/(content)/layout.tsx 1 addition, 0 deletionsapp/(content)/layout.tsx
- app/(content)/notifications/page.tsx 0 additions, 0 deletionsapp/(content)/notifications/page.tsx
- app/api/user/[userid].ts 28 additions, 0 deletionsapp/api/user/[userid].ts
- app/api/user/index.ts 22 additions, 0 deletionsapp/api/user/index.ts
- components/following-button.tsx 54 additions, 0 deletionscomponents/following-button.tsx
- components/following-users.tsx 46 additions, 0 deletionscomponents/following-users.tsx
- components/user-item.tsx 23 additions, 0 deletionscomponents/user-item.tsx
- prisma/schema.prisma 17 additions, 3 deletionsprisma/schema.prisma
app/(content)/followers/page.tsx
0 → 100644
File moved
app/api/user/[userid].ts
0 → 100644
app/api/user/index.ts
0 → 100644
components/following-button.tsx
0 → 100644
components/following-users.tsx
0 → 100644
components/user-item.tsx
0 → 100644
Please register or sign in to comment