(SP: 1) [Frontend] Fix Q&A mobile tap lock, pagination scroll, and table text contrast#276
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
✅ Deploy Preview for develop-devlovers ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
📝 WalkthroughWalkthroughThis PR addresses Q&A usability issues by implementing text selection clearing to prevent mobile interaction lock, refactoring pagination scroll behavior to section-level with smooth animation, and improving table text contrast in dark mode. The scroll-to-top logic moves from automatic window scrolling to a managed ref-based approach triggered by page state changes. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Changes
frontend/components/q&a/QaSection.tsxfrontend/components/q&a/AccordionList.tsxfrontend/components/tests/q&a/use-qa-tabs.test.tsxTesting
Notes
Closes: #275
Summary by CodeRabbit
Improvements
Style