fix: missing market maker buttons and overflowing withdraw address#3219
fix: missing market maker buttons and overflowing withdraw address#3219
Conversation
|
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 ✨ 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 |
|
Visit the preview URL for this PR (updated for commit 7f2be52): https://walletrc--pull-3219-merge-4qkxoi22.web.app (expires Thu, 30 Oct 2025 11:15:06 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: f66a4ff03faa546f12f0ae5a841bd9eff2714dcc |
There was a problem hiding this comment.
Pull Request Overview
This PR fixes missing market maker bot controls on mobile devices and resolves text overflow issues in withdraw addresses. The changes add start/stop buttons with status indicators to the mobile view and improve text wrapping behavior in copied text components.
- Adds market maker bot controls (start/stop button and status indicator) to mobile header
- Implements responsive status indicator that hides text below width threshold
- Fixes text overflow in
CopiedTextV2by wrapping address container inFlexiblewidget
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| lib/views/market_maker_bot/market_maker_bot_tab_content_wrapper.dart | Adds bot control widgets to mobile header and reformats code |
| lib/views/market_maker_bot/market_maker_bot_order_list.dart | Code formatting changes to method calls |
| lib/views/market_maker_bot/animated_bot_status_indicator.dart | Adds responsive layout with configurable width threshold for hiding status text |
| lib/views/dex/dex_list_filter/mobile/dex_list_header_mobile.dart | Adds centerWidget parameter to support custom header content and reformats code |
| lib/shared/widgets/copied_text.dart | Wraps address container in Flexible to fix overflow, removes unused variable, and modernizes key handling |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Uh oh!
There was an error while loading. Please reload this page.