bounswe / bounswe2024group8

6 stars 1 forks source link

Frontend - Fix Feed and Post UIs #303

Closed deniz6221 closed 2 days ago

deniz6221 commented 1 week ago

Issue Description

Currently each post in the feed is clickable, yet clicking and navigating is off. The post menus are not compatible with post pages and annotation is not possible in feed. Make the post menu appear on only post pages, make the post body and header selectable instead of clickable. Add transition effects when hovering on a post.

Issue Due Date

19/10/2024 23:59

Reviewer

@deniz6221

Revision Due Date

19/10/2024 23:59

deniz6221 commented 1 week ago

Created two components for each post, made the post page unclickable. Made the vertical menu appear only on post page. Added transition effects. The changes are on branch 3design_frontend_uifix. Creating a pull request.

deniz6221 commented 2 days ago

Pull request merged, closing