[bisq-network/bisq] Add "Buy BSQ" button next to trade fee selector (#5055)

chimp1984 notifications at github.com
Fri Nov 5 01:44:51 CET 2021


I think the "BSQ is colored coin..." can be removed then the truncating with smaller width is not happening.

<img width="1200" alt="Screenshot 2021-11-05 at 01 36 06" src="https://user-images.githubusercontent.com/54558767/140439602-a5f5747c-710b-441a-a223-3992a1fd876e.png">

Those methods are a bit weird as they mix up buyer/seller sides (isBuyBsqOffer / !isBuyOffer):
```
public boolean isBuyBsqOffer() {
        return !isBuyOffer() && getOffer().getCurrencyCode().equals("BSQ");
    }
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/5055#issuecomment-961542235
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20211104/c729e4df/attachment.htm>


More information about the bisq-github mailing list