-
Notifications
You must be signed in to change notification settings - Fork 5
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
Buy/Sell: Provide a way to create offer from this tab as well #114
Comments
not in the designs but there is no way to access create offer from the buy/sell trading screen |
Yes. I will do this. |
We have already this only once the user has selected the market. Since we already have everything to do it, ideally we should also have one ( + ) button directly in the buy/sell tab and in this case it will take you to the select currencies screen. Do you see this easily done @nostrbuddha ? |
Yes. It's simple. Will do.
|
correct, so to put it in very simple plain words
makes sense? Thanks Buddha! |
* - My Trades UI (#132), Trading UI Dialogs (#131) * - Create offer FAB button in Offer list screen (#114) * - showSnackBar() in BasePresenter. Tested in androidNode, androidClient. Having some other resource loading issue with iOS, not able to test. * - Copy, Paste, Scan QR (Tested in android) * - Code refactor: CloseIcon * Removed QR Code Scanner for this PR * Fix: Missing Icon imports * Offer card layout - Experimenting * - file refactorings: Removed duplicate OfferListPresenter in 'offers'; moved all files from 'offers' to 'offer' and from 'trades' to 'trade' * - [fix] Create Offer nav issue * - Remove Take offer nav stack, when Take offer flow is confirmed and TradeFlow nav happens; Snackbar warnings in PaymentMethod screen, when payment method is not selected * - removed qr related code; removed dead code; Snackbar color - Dark text over white BG * Take offer UI Improvements - AmountScreen - Amount selector - Placed vertically center; - PaymentMethodScreen - Make use of PaymentMethodCard as done in Createoffer flow; - ReviewScreen - BisqUIConstants; Misc UI Improvements - CreateOfferPaymentMethodScreen - Adjust spacing; - BisqAmount select - Comment on usage * - Fixed compile time issues * [Fix] Back navigation * - added potential implementation for ios BackHAndler commented for now as explained in the TODO --------- Co-authored-by: Rodrigo Varela <[email protected]>
Yes. Done and pushing this as part of Chat UI |
well done @nostrbuddha . on the polishing stage before release we might round the button a bit and make the "+" thicker to make it more noticeable (or use an image) |
Noted |
The most natural since the user is browsing offers in this tab would be a circular (+) icon maybe at the bottom right of the screen as many messaging apps use
The text was updated successfully, but these errors were encountered: