-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support/help links on the UI #5985
Conversation
@xyzmaker123 Could you please adapt the links to point to matrix instead? See #5972 (comment) |
@ripcurlx Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
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.
desktop/src/main/java/bisq/desktop/components/TitledGroupBg.java
Outdated
Show resolved
Hide resolved
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@m52go Could you please review this paragraph? Thanks!
🤔 After reading through #5972 I'm having second thoughts on my changes above. Maybe we shouldn't use opacity in that case to make it a little bit more different to the help overlays in the columns. |
Maybe we should also add the link icon to the text links we use everywhere for text that links to an external website. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Primary aims of my suggested changes:
- Re-order text blocks to (1) encourage trader chat, (2) seek help on Matrix, and (3) read docs
- Replace docs link with wiki links
- Link to trade rules and dispute resolution instead of instructions on how to make a payment
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. | |
portfolio.pending.support.text.getHelp=Many issues can be resolved by simply chatting with your trading peer. |
It would be great if there was an empty line under the "Need help?" heading.
portfolio.pending.stillNotResolved=If your issue still is not resolved ask the Bisq community or request support \ | ||
from a mediator using the link below: \n[https://bisq.chat](https://bisq.chat) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
portfolio.pending.stillNotResolved=If your issue still is not resolved ask the Bisq community or request support \ | |
from a mediator using the link below: \n[https://bisq.chat](https://bisq.chat) | |
portfolio.pending.stillNotResolved=If your issue remains unsolved, you can request \ | |
support from support agents, mediators, and the Bisq community in our \ | |
[Matrix chatroom](https://bisq.chat). \ | |
\n\nFor reference, make sure to check \ | |
out Bisq's [trading rules](https://bisq.wiki/Trading_rules) and \ | |
[dispute resolution](https://bisq.wiki/Dispute_resolution). |
@@ -108,7 +108,6 @@ private void buildViews() { | |||
SimpleMarkdownLabel label = addSimpleMarkdownLabel(leftGridPane, ++leftGridPaneRowIndex); | |||
AutoTooltipButton button = (AutoTooltipButton) addButtonAfterGroup(leftGridPane, ++leftGridPaneRowIndex, ""); | |||
SimpleMarkdownLabel footerLabel = addSimpleMarkdownLabel(leftGridPane, ++leftGridPaneRowIndex, Res.get("portfolio.pending.stillNotResolved"), 10); | |||
footerLabel.getStyleClass().add("small-text"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm afraid there is not enough space for making this text bigger. This change cause that there is no space between Need help?
heading and paragraph (#5985 (comment))
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ripcurlx I see a few conversations are open on this pull request. Let me know if you'd like something from me regarding them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please apply the last remarks from @m52go ? Thanks! I'll review it afterwards again and have a look at the Thanks! |
@m52go What about other states? They doesn't looks good at the moment, f.e.: |
Co-authored-by: m52go <735155+m52go@users.noreply.github.com>
Co-authored-by: m52go <735155+m52go@users.noreply.github.com>
I'll have a look if we could slightly reduce the font size for the sub-text (something between regular and small-text) so we gain more space, but still can read it. I'll have a look at this PR today. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
Tested this and it works well |
Fixes #5972
Screenshots: