[bisq-network/bisq] [WIP] Tooltip for unsigned accounts needs to provide more information (#5569)

Kai notifications at github.com
Sat Jun 12 09:24:56 CEST 2021


@KaiWitt commented on this pull request.

You can open draft pull requests for something that is work in progress

>          textIcon.setOnMouseExited(e -> popoverWrapper.hidePopOver());
 
         setGraphic(textIcon);
         setContentDisplay(contentDisplay);
     }
 
-    private PopOver createInfoPopOver(String info, double width) {
+    private PopOver createPopOver(String info, double width) {
+        Label infoLabel = new Label("Account limit: 0.01BTC");

display strings are in displayStrings.properties

> +        Label buyLabel = createDetailsItem("but BTC from a signed account", true, width);
+        Label waitLabel = createDetailsItem("wait a minimum of 30 days", false, width);

displayStrings.properties

-- 
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/5569#pullrequestreview-682304401
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210612/0a1024cc/attachment.htm>


More information about the bisq-github mailing list