-
Notifications
You must be signed in to change notification settings - Fork 476
fix: Investments page mobile #654
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
fix: Investments page mobile #654
Conversation
📝 WalkthroughWalkthroughUpdated responsive design for holdings index and trade card templates. Adjusted container padding, introduced horizontal scrolling support for headers, and implemented responsive rendering of UI elements (checkboxes, icons, badges) based on viewport size using Tailwind breakpoints. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 📜 Recent review detailsConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🧰 Additional context used📓 Path-based instructions (15){app/**/*.{erb,html},app/javascript/**/*.js}📄 CodeRabbit inference engine (.github/copilot-instructions.md)
Files:
app/views/**/_*.html.erb📄 CodeRabbit inference engine (.github/copilot-instructions.md)
Files:
app/views/**/*.erb📄 CodeRabbit inference engine (.github/copilot-instructions.md)
Files:
**/*.{css,erb}📄 CodeRabbit inference engine (.github/copilot-instructions.md)
Files:
**/*.{rb,erb}📄 CodeRabbit inference engine (.cursor/rules/general-rules.mdc)
Files:
**/*.html.erb📄 CodeRabbit inference engine (.cursor/rules/project-conventions.mdc)
Files:
**/*.{rb,js,erb}📄 CodeRabbit inference engine (.cursor/rules/project-conventions.mdc)
Files:
**/*.{rb,html.erb}📄 CodeRabbit inference engine (.cursor/rules/project-conventions.mdc)
Files:
{app/views/**,app/helpers/**,app/javascript/controllers/**}📄 CodeRabbit inference engine (.cursor/rules/ui-ux-design-guidelines.mdc)
Files:
{app/views/**,app/helpers/**}📄 CodeRabbit inference engine (.cursor/rules/ui-ux-design-guidelines.mdc)
Files:
**/*.{erb,html.erb}📄 CodeRabbit inference engine (.cursor/rules/view_conventions.mdc)
Files:
**/*.erb📄 CodeRabbit inference engine (CLAUDE.md)
Files:
**/*.{erb,js,ts,tsx}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
**/*.{erb,rb}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
**/*.{js,ts,tsx,erb}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
🧠 Learnings (6)📚 Learning: 2026-01-10T19:11:44.566ZApplied to files:
📚 Learning: 2025-11-24T16:56:13.406ZApplied to files:
📚 Learning: 2025-11-24T16:56:13.406ZApplied to files:
📚 Learning: 2025-11-24T16:54:59.198ZApplied to files:
📚 Learning: 2026-01-10T19:11:44.566ZApplied to files:
📚 Learning: 2025-11-24T16:57:20.318ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (7)
✏️ Tip: You can disable this entire section by setting 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 |
This PR introduces some UI fixes for the investments and holdings page to match the layout of the transactions page.
For “Activities”, overlapping information has been adjusted to display correctly on mobile. The “Holdings” tab now features a scrollable table on mobile, preventing compressed data.
Activities:
Holdings:
Summary by CodeRabbit
Release Notes
✏️ Tip: You can customize this high-level summary in your review settings.