Skip to content
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

Replace the Get Support button with Open Trader Chat until trade period is over #4099

Merged
merged 1 commit into from Apr 10, 2020
Merged

Commits on Apr 5, 2020

  1. Replace the Get Support with Open Trader Chat until trade period is over

    Showing an `Open Trader Chat` button until the trade period is over will
    reduce the number of unnecessary support tickets and encourage
    trader-to-trader dialogue.  If the trade timer expires without
    completing the button changes (as before) to open a mediation ticket.
    
    Implementation of this feature requires the button in TradeStepView to
    notify its parent TradeSubView which in turn notify its parent
    PendingTradesView that trader chat is to be opened.  Basically a
    callback interface is passed two levels down the GUI hierarchy.
    
    Fixes #3801
    jmacxx committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    0139a51 View commit details
    Browse the repository at this point in the history