Feedback
I tried it out and wanted to share some quick feedback. The app is really well done btw. Love the animations.
- [x] In the settings, the checkboxes/radiobuttons/star are blurry on retina screens.
- [x] Would be nice UX if it got the weather for my current location. You could use the Geolocation API.
- [x] The graph is super nice, but when I use it at the end, some of the info is cut off:
- [ ] The position of the window is wrong when the menubar is set to "Automatically and hide and show" in Preferences -> General:
- [x] Make the text unselectable like native apps, using the CSS prop:
user-select: none;. - [x] In the settings, the "Temperature scale" label is unaligned with the radio buttons:
Thank you by the way for your constructive feedback and the input. You're right, there are almost some bugs and opportunities for improvement, so it's still a long way to version v1.0.0.
But for now I almost solved all issues that you've found. Only the positioning problem is still on my list. I will keep that in mind.
Everything else is in v0.6.0. :)
@jackd248 If you are still actively developing this, I would like to contribute. I'm working on an app that lives in the tray as well, and I have it actively setting the window's bounds on click of the tray icon so that it updates the position no matter where the tray is located. I wouldn't mind throwing in a PR if you would like, once I have the algorithm properly fleshed out.
Amazing work.