[bisq-network/bisq] Add support/help links on the UI (PR #5985)

Christoph Atteneder notifications at github.com
Tue Feb 1 13:45:06 CET 2022


@ripcurlx approved this pull request.

ACK - Tested it on Regtest

I did make some changes in the UI to make the question icon less prominent and improve readability of the informational text to make it not too hard to read.

![Bildschirmfoto 2022-02-01 um 13 30 04](https://user-images.githubusercontent.com/170962/151970405-06d704d1-f3e0-44db-9c73-98c0fc672532.png)
![Bildschirmfoto 2022-02-01 um 13 41 26](https://user-images.githubusercontent.com/170962/151970414-7b588008-ce85-4c93-afcb-6edf3a863f34.png)

I'm still waiting for @m52go to review the text with the `here` link I'm not too much a fan of as you don't know what to expect when clicking on here.

> +    -fx-text-fill: #dadada;
+    -fx-fill: #dadada;

```suggestion
    -fx-text-fill: -bs-text-color;
    -fx-fill: -bs-text-color;
```

> +            AwesomeDude.setIcon(helpIcon, AwesomeIcon.QUESTION_SIGN, "1.2em");
+            helpIcon.getStyleClass().add("show-hand");

As I wanted to get rid of the AwesomeIcon Font at some point of time I rather move it into the FormBuilder to make it easier for refactoring.

> +portfolio.pending.support.text.getHelp=Take a look at the trade process \
+  [here](https://docs.bisq.network/getting-started.html#4-send-payment)\
+  \n\nIf you have any problems you can try to contact the trade peer in the trade chat.

@m52go Could you please review this paragraph? Thanks!

-- 
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/5985#pullrequestreview-869040860
You are receiving this because you are subscribed to this thread.

Message ID: <bisq-network/bisq/pull/5985/review/869040860 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20220201/f7276c4f/attachment-0001.htm>


More information about the bisq-github mailing list