[bisq-network/bisq] Improve UI/UX for account aging column in 'Offers' section of GUI (#4814)

James Cox notifications at github.com
Mon Nov 16 23:23:20 CET 2020


@jmacxx commented on this pull request.



> @@ -1115,6 +1115,8 @@ public static String getBsqInUsd(Price bsqPrice,
     }
 
     public static MaterialDesignIcon getIconForSignState(AccountAgeWitnessService.SignState state) {
+        if (state.equals(AccountAgeWitnessService.SignState.PEER_INITIAL))
+            return MaterialDesignIcon.CLOCK;

thanks for the reminder, I've been warned before about my `if` statements!  :smiley: 

-- 
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/4814#discussion_r524674733
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201116/95b4db79/attachment.html>


More information about the bisq-github mailing list