-
Notifications
You must be signed in to change notification settings - Fork 81
[UX] Responsive Enhancements for Dashboard and Data Tables #510
Copy link
Copy link
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programcomplexity:mediumenhancementNew feature or requestNew feature or requestfrontendux
Description
Description
The dashboard layout currently has visibility issues on small screens (mobile/tablet). Tables and charts are becoming truncated or unreadable.
Requirements and context
- Implement horizontal scrolling or stacking layouts for
RecentPaymentstable on mobile. - Ensure
ApiUsageChartscales properly and maintains readability of axes on small screens. - Fix overflow issues in
AnalyticsCards.
Suggested execution
- Audit
RecentPayments.tsxand wrap table components in overflow containers. - Update Recharts properties in
ApiUsageChart.tsxfor better responsiveness. - Use Tailwind's responsive grid utilities for
AnalyticsCards.tsx.
Test and commit
- Test on various viewport sizes (320px, 768px, 1024px).
- Ensure no horizontal scroll of the main viewport.
- Verify charts are legible on mobile.
Guidelines
- Ensure accessibility for touch targets.
- PR description must include: Closes #[issue_id]
Complexity: Medium (150 points)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programcomplexity:mediumenhancementNew feature or requestNew feature or requestfrontendux