-
Notifications
You must be signed in to change notification settings - Fork 26
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
Color Picker content not centered #15
Comments
Hey, thanks for looking at the project and jumping in to help with issues! The directory is just a local node server. Looks like the problem is that you already have something running on the localhost port the directory uses by default (8080). The simplest solution would be to shut down what you already have running on 8080, otherwise, it is relatively simple to change the local directory port. The port is defined in |
I can. but I was hoping you could help me get a view of some sort so that I can be able to see how my changes reflect in the UI(like the first screenshot of the issue) not a JSON response. |
The directory only provides data to the UI. The UI lives entirely in the Electron part of the project. To see that, run |
just tested with a clean set up.
You should see this launch: Note, it is a standalone electron app, not in a browser. If you have not worked with electron before, it may be useful to first try a more simple 'hello world' for electron. As this project is a bit more complicated than the average electron app. |
Hey, I couldn't get it to work, but thanks for trying to help. I even tried to launch the quick-start electron project from the electron website and kept getting nowhere. I think it has something to do with my machine, I tried it on my current wsl setup and my windows setup with no luck. |
Understood. Some of these things are non-obvious. The upside is that you identified a different issue (no response from the app directory on the ‘/‘ route)! Feel free to come back to this anytime . |
fixed |
There is an uneven amount of whitespace around the color channel squares - resulting in the picker looking a bit off. Spacing should be even all around. Looks like the amount of spacing on the top and left is correct.
The text was updated successfully, but these errors were encountered: