-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Context
This issue tracks the potential rollback from the popup-based thread display implementation to the previous thread blog article components and logic.
Background
PR #500 introduced significant changes to thread display:
- Replaced
BrowseThreadBlogwithUserThreadListin popup style - Changed from inline thread display to popup-based thread list
- Updated thread fetching logic with conditional authentication
- Wrapped thread list component in React Suspense
Current Decision
Product design decisions favor going full with pop-ups in the web app for thread display.
Rationale for Tracking
While the current popup approach is the chosen direction, this issue serves as a reference point in case we decide to revert to a different user experience closer to the thread blog article components and logic in the future.
Components/Files Affected
apps/masterbots.ai/app/u/[userSlug]/t/[category]/[domain]/[chatbot]/[threadSlug]/page.tsxapps/masterbots.ai/app/b/[botSlug]/[threadSlug]/page.tsx- Related thread display and fetching logic
References
- Original PR: Use pop-up on profile & bot page for thread display(both on page reload) #500
- Request comment: Use pop-up on profile & bot page for thread display(both on page reload) #500 (comment)
Action Items
- Monitor user feedback on popup-based thread display
- Evaluate user experience metrics
- Document rollback strategy if needed
- Preserve knowledge of previous blog article implementation
Metadata
Metadata
Assignees
Labels
No labels