Skip to content
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

Window "Trading wallet is sufficiently funded" appears for too short a time #1704

Closed
arunasurya opened this issue Sep 20, 2018 · 4 comments
Closed
Assignees

Comments

@arunasurya
Copy link
Contributor

When transferring funds from a Bisq wallet during a trade setup, the window which states that "Trading wallet is sufficiently funded" appears for a few seconds and closes on its own. It is hard for a first time user to see this small window on the upper right corner and to react to it.

Suggestion: either keep it for a longer period of time or allow the user to close it him/herself since there is already a "Close" button available in the window itself.

@ManfredKarrer
Copy link
Contributor

Those popups in the right top corner are simulation notifications (real OS based notifications are unfortunately not easy in Java as its cross platform and each OS has their diff. API/systems). So most are not meant to be sticky and should rather display extra info without disturbing too much.
In the UI the button gets active and the funds text gets green, which should signal that the user can go on. At least that is the intention ;-).

I would delegate it to the UI dev @ripcurlx and the dsigner @pedromvpg for suggestions to improve that. Atm they are busy with redesign but maybe they have some idea and we can collect it here...

@arunasurya
Copy link
Contributor Author

I think it is easiest to just keep the window for a few seconds longer.

@ManfredKarrer
Copy link
Contributor

I will increase from 4 sec to 6 sec.

@ManfredKarrer
Copy link
Contributor

ManfredKarrer commented Sep 23, 2018

Implemented in commit 6e9b71f at PR #1711

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants