-
-
Notifications
You must be signed in to change notification settings - Fork 153
Add thread view tabs to Bluesky thread viewer #117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking "Sign up for GitHub", you agree to our terms of service and privacy statement. We'll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add thread view tabs to Bluesky thread viewer #117
Conversation
Add tabs to toggle between Thread View and Most Recent First:
- Thread View shows posts nested by reply structure (original behavior)
- Most Recent First shows all posts sorted chronologically with newest at top
- Switching tabs reorders existing posts without making new API calls
- In chronological view, replies show "in reply to username" link
- Clicking reply link scrolls to parent post with highlight animation
Add tabs at the top of the Bluesky thread viewer for toggling between thread order and most recent first
The toggle should not make another API call, it should just change the display of what has already been loaded
In most recent first, the most recent post are at the very top, ordered chronologically from there down
Any that is a reply as a little "in reply to username" blank, which, when clicked, will jump down the page to the thing it is replying to using a fragment #link
- Thread View shows posts nested by reply structure (original behavior)
- Most Recent First shows all posts sorted chronologically with newest at top
- Switching tabs reorders existing posts without making new API calls
- In chronological view, replies show "in reply to username" link
- Clicking reply link scrolls to parent post with highlight animation
|
Claude finished @simonw's task ---- View job PR Review: Thread View Tabs FeatureReview Tasks:
Overall AssessmentThis is a well-implemented feature that adds valuable functionality to the Bluesky thread viewer. The code is clean, follows good practices, and successfully implements the dual-view requirement without breaking existing functionality. Code Quality & Best PracticesStrengths:
Minor Suggestions:
Potential IssuesMedium Priority:
Low Priority:
Performance ConsiderationsGood:
Potential Optimizations:
Security ConsiderationsSecure:
No security concerns identified. Test CoverageCurrent State:
Recommendations:
Implementation QualityExcellent implementation of requirements:
Code locations:
Final RecommendationAPPROVE - This is a solid implementation that successfully delivers the requested feature with good code quality and user experience. The minor suggestions above are for future enhancement rather than blocking issues. |
Deploying tools with Cloudflare Pages
|
|
Works great in preview. |