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

Fix Trader Chat row selection and unread message count #4195

Merged
merged 1 commit into from Jun 4, 2020
Merged

Fix Trader Chat row selection and unread message count #4195

merged 1 commit into from Jun 4, 2020

Conversation

ghost
Copy link

@ghost ghost commented Apr 25, 2020

Clicking on the trader chat icon of a trade that is not selected should select that row in the trade list. It does not. This causes confusion as it gives misleading cues as to which trader you are
communicating with. Issue a call to select the row of the button when clicked.

The trader chat view can be opened either by clicking on the chat icon of a trade in the list, or clicking on "OPEN TRADER CHAT" button for the currently displayed trade. In the latter case, the count of new messages displayed on the chat icon was not cleared even though trader chat was shown. The solution is to move the scope of the routine that updates trader chat message count from within the table cell handler to the PendingTradesView class so that it can be called whenever
onChat() is invoked (i.e. when the Trader Chat screen is shown).

Fixes #4172

…operly

The trader chat view can be opened either by clicking on the chat icon
of a trade in the list, or clicking on "OPEN TRADER CHAT" button for the
currently displayed trade.  In the latter case, the count of new messages
displayed on the chat icon was not cleared even though trader chat
was shown.  The solution is to move the scope of the routine that
updates trader chat message count from within the table cell handler
to the PendingTradesView class so that it can be called whenever
onChat() is invoked (i.e. when the Trader Chat screen is shown).

Clicking on the trader chat icon of a trade that is not selected
should select that row in the trade list. It does not. This causes
confusion as it gives misleading cues as to which trader you are
communicating with.
Issue a call to select the row of the button when clicked.
Fixes #4172
@ghost ghost mentioned this pull request May 12, 2020
@stale
Copy link

stale bot commented May 25, 2020

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the was:dropped label May 25, 2020
@ghost
Copy link
Author

ghost commented May 25, 2020

Still relevant.

@stale stale bot removed the was:dropped label May 25, 2020
Copy link
Member

@sqrrm sqrrm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@sqrrm sqrrm merged commit bd39f05 into bisq-network:master Jun 4, 2020
@sqrrm sqrrm added the in:gui label Jun 4, 2020
@sqrrm sqrrm added this to the v1.3.5 milestone Jun 4, 2020
@ghost ghost mentioned this pull request Jun 11, 2020
@ghost ghost deleted the fix_getsupport_traderchat branch June 29, 2020 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clicking on the trader chat icon should select the trade
1 participant