Open Issues Need Help
View All on GitHubAI Summary: Refactor the Noblocks dApp to fetch supported crypto tokens dynamically from the Paycrest aggregator API instead of using hardcoded values. This involves updating `app/utils.ts` and `app/mocks.ts` to fetch and cache tokens, handle API errors, and correctly map API data to the app's `Token` type. The UI should update reactively to reflect changes in the token list.
AI Summary: Fix a horizontal overflow bug on mobile devices with screen widths less than 350px in the Noblocks dApp. The issue is in the FAQ section, likely due to a non-wrapping flex container in the header. The solution involves modifying the FAQ header's flex container to allow text wrapping on smaller screens, potentially using responsive utility classes like Tailwind CSS to avoid affecting the desktop layout.