feat(wallet): redesign assets page for improved ux#2771
feat(wallet): redesign assets page for improved ux#2771CharlVS merged 1 commit intorelease/hot-fix-trezor-loginfrom
Conversation
…d UX - Restructure wallet page with tab-based navigation (Assets, Portfolio Growth, Profit & Loss) - Replace single scroll view with NestedScrollView for better tab content management - Move portfolio charts from overlay to dedicated tabs for clearer organization - Enhance mobile coin list items with dedicated balance/24h change layout - Add statistics carousel for mobile wallet overview replacing wrap layout - Integrate 24h price tracking across coin items and portfolio calculations - Update wallet overview with real-time balance and copy functionality - Improve responsive design with platform-specific padding and layouts - Refactor CoinListView into separate widget for cleaner code structure - Change "Currency" header to "Portfolio" and update action button text BREAKING CHANGE: PortfolioGrowthChartLoadSuccess state now requires totalBalance, totalChange24h, and percentageChange24h parameters
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Visit the preview URL for this PR (updated for commit d823536): https://walletrc--pull-2771-merge-gc9nwwwi.web.app (expires Thu, 19 Jun 2025 16:52:10 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: f66a4ff03faa546f12f0ae5a841bd9eff2714dcc |
|
For negative values, it seems the plot line hugs the bottom border. Can we extend the y axis range a little in this case to list it some? Related issue: #2762 (same numbers in img above, though they calmed down shortly after) |


Summary
This PR introduces a comprehensive redesign of the wallet assets page, implementing a tab-based navigation system and significantly improving the mobile user experience. The portfolio charts are now integrated as dedicated tabs alongside the assets list, providing a cleaner and more intuitive interface.
Changes
🎨 UI/UX Improvements
📊 Real-time Data Integration
PortfolioGrowthBlocto calculate and expose:🏗️ Technical Improvements
NestedScrollViewfor better scroll behavior with tabsCoinListViewinto a separate widget for cleaner codeCexPriceto use SDK types for better compatibilityBreaking Changes
PortfolioGrowthChartLoadSuccessstate now requires additional parameters:totalBalancetotalChange24hpercentageChange24hScreenshots
Testing