Closed Presson-coder closed 3 weeks ago
Then I don't know @terrameijar could the profiles endpoint return more data in the in the following and followers object e.g profile picture and bio or some data because currently we only have url and username. Except its fine like that
"follows": [ { "username": "chitchat-test1", "url": "http://chitchat-api.vndprojects.com/api/profiles/12/" } ], "followers": [ { "username": "chitchat-test1", "url": "http://chitchat-api.vndprojects.com/api/profiles/12/" }
Pull Request Title: Add Detailed User Profile Page and Sidebar Information
Description:
This pull request introduces a new view profile page that provides detailed information about a specific user profile. The page includes sections for followers, following, posts, and likes. Additionally, similar information is displayed on the sidebar of the home page.
Changes Made:
View Profile Page:
Home Page Sidebar:
Testing:
Additional Notes:
Let me know if you need any further adjustments!