Although the release branch for 0.9.0 is still work in progress I start this issue to collect all open todos. Feel free to leave comments on UI glitches so we don't miss anything.
Views that are not done yet:
Disconnecting from (all?/only) btc node makes UI get stuck for several minutes: https://github.com/bisq-network/bisq/issues/1823
A few small screens we must not forget:
Other remarks:
@ManfredKarrer Thanks - I've updated the open tasks list.
Small issues whith bracket and colon in titles (IBAN...). See

Ah - I only fixed this in CashDeposit and missed it in the BankForm. Will fix it tomorrow.
@ManfredKarrer What do you mean with
btc node change triggers popups
btc node change triggers popups
If you change from provided btc nodes to public nodes in settings/network. There are some popups there...
Small thing to not forget: The logo at splash screen is too small (prob 50% of the intended size)
We need also another tor icon, it hurts the eye as it is now ;-). maybe we just make an abstract green one. their purple will never fit (nowhere ;-)).
@ManfredKarrer These are the btc node popups. Do we really need a custom styling for them?


I think it would be better to have the fields in the bottom be full width and qr code right aligned

Similar on send funds screen
Fields in row are not centered.

At preferences screen the buttons have no hand cursor
Textarea has green line as well. I think here it better without line.

That popup exceeds height of app window. Should be more condensed.
Seperator lines have too high distance. Button no hand cursor and Textarea comes with line as well.
Default (green) button should be not delete tor files. Not sure whats now and whats best...

I think account should also fill whole width.
Distance between comboboxes is smaller as between text fields. Better to have it smaller to not lose so much space.

Font in some tables are monospace in otheres normal font. Here they are mixed.

For me it looks a bit strange that the label text left is grey and not black.

Not sure if dottel line is good here. Maybe just no line?

I think distance between header and first is to small but the sistance between the text fields is perfect IMO. We should use that at other non input fields as well.

Not sure if green as color for links is so good. It gets quite fulled up in some screens with green, losing the CI color weight IMO.

Yes, I'm also not so sure if we should switch the blue link color with the new green everywhere.
Yes, lets maybe ask @pedromvpg what he suggests. Looks not with screens filled with real data different than with blank screens...
I assume the blue here is not intended...

Atm it is, as it is the volume. Not sure if using green would be confusing regarding loss/win, especially if you have the other chart displayed above it.
With cmd+j the wallet info popup gets opened. It has column issues atm.
When sending a dispute msg and the peer is offline there is a spinner short time and that is not centered with % text in there
I assume the blue here is not intended...
Not sure what color would be best for volume bars instead.
Maybe green is better here? But not sure either...
In disputes its system msg green and then blue/grey. maybe better green/grey and diff. color for system msg?
I could use the blue for the system message 馃槈
Some colons still

Avatar icon tags (circle with num trades, info msg) are still blue.
Some tables have lines between rows others not (market vs trades).
Some tables have lines between rows others not (market vs trades).
Yes, I took it from the design templates right now, which have it different. Maybe we should make them more consistent.
Currency list exceed my screen. Prob. max entries need to be lower as rows are higher now.
Sepa account has last 2 entries too much space when viewing account (prob not when creating it)
Green border prob not intended

Sepa account has last 2 entries too much space
I gave the limitation and salt extra space and only compressed the payment account specific fields. But I guess it didn't help readability. I'll decrease the line space there as well.
Textarea has green line as well. I think here it better without line.
I fixed the positioning of the textarea focus line, but I think it should stay to be consistent with other input fields.
Avatar icon tags (circle with num trades, info msg) are still blue.
@pedromvpg I think we would need an alternative color or keep the blue.
Having both circles green makes it harder to grasp.

Hi, I have installed Bisq-0.9.0-2018-11-21.dmg from dropbox and tried set up notification by pairing with my iPhone.

I love the new design, it looks more modern and professional.
@joachimneumann I think the content for this combobox wasn't bound to the "live" data. It is populated when you open it for the first time after an app start. I'll fix it.
@joachimneumann Fixed it - the pairing worked for me instantly.
The notification popups are right aligned but not top aligned (5-10 px distance). I think would be better to have both without space or with the same space.
Buttons are sometimes not in the full color. I think its an artefact fromt he animations that the color/alpha animation does not continue to the end. It happens for instance at create offer at the confirm popup at the end. when canceling that the main screen button is also not full color.


Seems if you click somewhere the animation finishes. Maybe some focus issue?
Spinner use a lot of CPU. When spinner is animated CPU is about 20% otherwise its 1-3 %.
Thats the old problem with the JavaFX progress indicator. I optimized in the old version those classes to use less CPU (is about 10%). No need to fix it for that release but we should either try to find an alternative or fix the CPU issue in follow up releases. Shame on Oracle that they are unable to build such a simple animation with performacne in mind.

At create offer there is short time something visible when next button is clicked. I cannot see it what it is as it is too short, but you can see that the layout of the funding screen gets re-layouted after 200 ms or so...
Scrolling through offers shows some fields blank. Prob. a incorrect cell update.

https://github.com/bisq-network/bisq/pull/1973 addresses all issues (except the render bug)
Most popups have the info style. They come now with the i icon which might be confusing as a user would expect a rollover or the like. Many such popups like password input does not even have any text for info... I would suggest to not show the i icon.

Red icons are a bit too low:

When you are in the fund screen in create offer and switch tabs and come back the focus is set to amount field. Should be no focus set if in funding screen.

At edit offer the spinner is animated but not clear what it means. As its a CPU killer maybe best to remove it.

Confirmation icon in fund screen is too big.

Dispute detail window labels are too short and headline need more space.

Emergency window title has too much space:

When you are in the fund screen in create offer and switch tabs and come back the focus is set to amount field. Should be no focus set if in funding screen.
That's kind of weird. I'm not even able to select/focus this field as it is set to MouseTransparent=true and FocusTraversable=false. Can you reproduce this every time?
At edit offer the spinner is animated but not clear what it means. As its a CPU killer maybe best to remove it.
There was a bug that the progress indicator it wasn't stopped after your first edit. So it showed up on all edits afterwards already spinning.
Dispute detail window labels are too short and headline need more space.
Did you resize the window before you opened the dialoge? I don't see this issue, besides the needed padding for the title.

@ripcurlx do u want to keep that open?
I'll split the remaining tasks into separate issues and close this one afterwards.
Closing as complete. All open tasks have been moved into separate issues.