Skip to content

Kleine fixs. Aber am wichtigsten FollowingFeed ist daaaaaaa aboooowww…#109

Merged
Julius257 merged 1 commit intodevfrom
feat/106-follower-feed
Feb 26, 2026
Merged

Kleine fixs. Aber am wichtigsten FollowingFeed ist daaaaaaa aboooowww…#109
Julius257 merged 1 commit intodevfrom
feat/106-follower-feed

Conversation

@SrJui
Copy link
Copy Markdown
Collaborator

@SrJui SrJui commented Feb 26, 2026

…ww!!!!

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request introduces a new "Following Feed" feature and refactors the timestamp field from createdAt to updatedAt across the post-related codebase. The PR adds a dedicated feed page for viewing posts from followed users, integrates it into the navigation system, and updates the Post type system to use update timestamps instead of creation timestamps.

Changes:

  • Added new FollowingFeed page with pagination and empty state handling
  • Changed Post timestamp field from createdAt to updatedAt across all components and types
  • Added navigation links for the new Following feed (desktop and mobile)
  • Modified Tailwind CSS classes in Navigation and CreatePostDialog components

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
src/types/post.ts Renamed Post interface field from createdAt to updatedAt
src/pages/FollowingFeed.tsx New page component for displaying posts from followed users with pagination
src/pages/Feed.tsx Updated to use updatedAt instead of createdAt
src/components/userProfile/ProfileFeed.tsx Updated to use updatedAt instead of createdAt
src/components/nav/Navigation.tsx Added "Freunde" (Friends) navigation links and modified CSS classes
src/components/PostCard.tsx Updated date display to use updatedAt field
src/components/CreatePostDialog.tsx Modified textarea min-height CSS class
src/api/postService.ts Added getFollowingPosts function and renamed Post interface field
src/main.tsx Added route for /following path

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Julius257 Julius257 merged commit 62209ee into dev Feb 26, 2026
5 checks passed
@Julius257 Julius257 deleted the feat/106-follower-feed branch February 26, 2026 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants