[bisq-network/bisq] Add dropdown autocomplete on Market, Buy, Sell tabs (#3139)

battleofwizards notifications at github.com
Sun Aug 25 21:04:31 UTC 2019


Basic autocomplete feature for all dropdowns on the major tabs:

* Market / Offer Book
* Market / Trades
* Buy BTC
* Sell BTC

Known limitations:

* Autocomplete still missing from Settings, Account, DAO tabs
* Minor UX glitches remain despite really lots of debugging and polishing

Note to reviewers: most changes are necessary reshuffling of the existing code. There is not that much new code to review. The new code is mostly around the SearchComboBox and StringConverters.
You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/3139

-- Commit Summary --

  * Add dropdown autocomplete on Market, Buy, Sell tabs

-- File Changes --

    M desktop/src/main/java/bisq/desktop/bisq.css (7)
    M desktop/src/main/java/bisq/desktop/components/SearchComboBox.java (118)
    M desktop/src/main/java/bisq/desktop/components/paymentmethods/AssetsForm.java (11)
    M desktop/src/main/java/bisq/desktop/main/market/offerbook/OfferBookChartView.java (48)
    M desktop/src/main/java/bisq/desktop/main/market/trades/TradesChartsView.java (58)
    M desktop/src/main/java/bisq/desktop/main/offer/offerbook/OfferBookView.java (159)
    M desktop/src/main/java/bisq/desktop/main/offer/offerbook/OfferBookViewModel.java (3)
    M desktop/src/main/java/bisq/desktop/util/CurrencyListItem.java (12)
    M desktop/src/main/java/bisq/desktop/util/FormBuilder.java (15)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/3139.patch
https://github.com/bisq-network/bisq/pull/3139.diff

-- 
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/3139
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190825/0f863975/attachment.html>


More information about the bisq-github mailing list