[bisq-network/bisq-desktop] Ack messages for all trade, offer- and dispute messages (#1586)

sqrrm notifications at github.com
Tue Jun 26 16:11:01 UTC 2018


sqrrm commented on this pull request.



>                                  setGraphic(null);
                             }
                         }
 
-                      /*  private void showNotArrivedIcon() {
-                            statusIcon.setVisible(true);
-                            AwesomeDude.setIcon(statusIcon, AwesomeIcon.WARNING_SIGN, "14");
-                            Tooltip.install(statusIcon, new Tooltip("Message did not arrive. Please try to send again."));
-                            statusIcon.setTextFill(Paint.valueOf("#dd0000"));
-                        }*/
-
-                        private void showMailboxIcon() {
-                            statusIcon.setVisible(true);
-                            AwesomeDude.setIcon(statusIcon, AwesomeIcon.ENVELOPE_ALT, "14");
-                            statusIcon.setTooltip(new Tooltip(Res.get("support.savedInMailbox")));
+                        private void updateMsgState(DisputeCommunicationMessage message) {
+                            boolean visible;
+                            AwesomeIcon icon = null;
+                            String text = null;
                             statusIcon.setTextFill(Paint.valueOf("#0f87c3"));

These values should probably go in some css file eventually

-- 
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-desktop/pull/1586#pullrequestreview-131971328
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20180626/1358eb4a/attachment.html>


More information about the bisq-github mailing list