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

Stan notifications at github.com
Mon Nov 16 21:38:57 CET 2020


@ghubstan 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;

We (and the compiler) know, but there should(?) be a white space after the one line inner block of the if statement.

-- 
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#pullrequestreview-531739494
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201116/8ea1d06f/attachment.html>


More information about the bisq-github mailing list