joinmarket-webui/jam

ui: Improve readablity of balances in light mode on dark backgrounds

theborakompanioni opened this issue · 17 comments

Balances do not look very nice in light mode on dark backgrounds, e.g. in tooltips.
They should be made more readable and easy on the eyes.

Screenshot from 2024-05-28 23-09-32

Originally posted by @barrytra in #766 (comment)

@theborakompanioni is this issue still open ?

@barrytra Can I take up this issue

Lets discuss it here @SnehalSrivastava27
Can u show me what error do u get on running npm run regtest:rebuild and npm run regtest:up

This is what I get on npm run regtest:rebuild
image

and This is what I get on npm run regtest:up
image

I am almost ready with solving the issue but facing problem in running backend

Are you inside the cloned Jam directory when you make these commands?

@theborakompanioni Can you have a look at the errors?

@theborakompanioni Can you have a look at the errors?

@SnehalSrivastava27 The first error is while building a docker image and could be related to network issues, so it might be temporary. Can you re-run the command?

Regarding the second error: Since it seems you are using some version of Windows, I am afraid I cannot reproduce the issue. I would have thought there is some kind of posix subsystem to make it work ("Windows Services for Linux", WSL?) or something.. (but I am not familiar with it and hence unable to help).

So.. if you care about it enough.. use your favourite search engine to search for that or–and this is a personal opinion, please don't get it the wrong way–use a proper operating system for your development work. 😉

Regarding the second error: Since it seems you are using some version of Windows, I am afraid I cannot reproduce the issue. I would have thought there is some kind of posix subsystem to make it work ("Windows Services for Linux", WSL?) or something.. (but I am not familiar with it and hence unable to help).

WSL2 is the way to go for Windows nowadays. It allows to run Ubuntu or whatever Linux distro you want under Windows 10/11.

P.S. "Windows Subsystem for Linux" (not "Services"). :)

@theborakompanioni in the first issue I have run the command several times
will try to run few more times

Hi everyone
I am unable to locally setup the project tried more than 15 times therefore I apologize that I cannot contribute into this issue looking forward to contribute in future when I may face good device

Hi everyone I am unable to locally setup the project tried more than 15 times therefore I apologize that I cannot contribute into this issue looking forward to contribute in future when I may face good device

Hey @SnehalSrivastava27 that is very unfortunate. I apologize that it is not working for you and that it does not seem to work or still needs effort to run the dev setup on Microsoft Windows™ Operating System.

I'll take a look at this when I'll have time.