Add expandable tasks view for friends to show all tasks instead of "+N more"#6
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Agent-Logs-Url: https://github.com/shobhit2603/Momentum/sessions/34d772bf-35f8-4fdb-8143-ee9c4f3f4974 Co-authored-by: shobhit2603 <149822769+shobhit2603@users.noreply.github.com>
…sues Co-authored-by: shobhit2603 <149822769+shobhit2603@users.noreply.github.com>
…x styling inconsistency Co-authored-by: shobhit2603 <149822769+shobhit2603@users.noreply.github.com>
Co-authored-by: shobhit2603 <149822769+shobhit2603@users.noreply.github.com>
Co-authored-by: shobhit2603 <149822769+shobhit2603@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add option to see all tasks of friends
Add expandable tasks view for friends to show all tasks instead of "+N more"
May 22, 2026
shobhit2603
approved these changes
May 22, 2026
shobhit2603
left a comment
Owner
There was a problem hiding this comment.
I have reviewed the code and i think everything looks fine.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses poor UX where users could only view the first 3 of their friends' tasks, with remaining tasks hidden behind "+N more" indicators. Users can now expand any friend's tasks section to view all items.
Changes
UI Improvements
Code Quality
lib/taskRenderer.js) to eliminate duplicationtruncateclass usage)Example
Before: User sees "+2 more" and cannot access those tasks
After: User can expand to see all tasks
All task status indicators (completed, in progress, not started) are preserved with consistent visual treatment across both pages.