Skip to content

Remove points from posting detail UI - #450

Draft
abhikaboy with Copilot wants to merge 2 commits into
mainfrom
copilot/remove-points-from-posting-screen
Draft

Remove points from posting detail UI#450
abhikaboy with Copilot wants to merge 2 commits into
mainfrom
copilot/remove-points-from-posting-screen

Conversation

Copilot AI commented Aug 12, 2026

Copy link
Copy Markdown

The posting flow still exposed a points value on the post detail screen, despite that value being deprecated from this surface. This updates the posting screen path to stop wiring points into post rendering.

  • Posting UI surface

    • Removed the points prop from the PostCard render in frontend/app/(logged-in)/posting/[id].tsx.
    • Kept all other post metadata and interactions unchanged (task/category, reactions, comments, kudos, media, etc.).
  • Scope / behavior

    • Change is limited to the posting detail flow UI path.
    • Backend/user stat handling is unchanged; this PR only removes visibility wiring on the posting screen.
<PostCard
  // ...
  priority="low"
  timeTaken={0}
  category={post.task?.category?.name}
  taskName={post.task?.content}
/>

Copilot AI linked an issue Aug 12, 2026 that may be closed by this pull request
Co-authored-by: abhikaboy <25967423+abhikaboy@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove points from posting screen Remove points from posting detail UI Aug 12, 2026
Copilot AI requested a review from abhikaboy August 12, 2026 03:54
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.

Remove "points" from posting screen

2 participants