-
Notifications
You must be signed in to change notification settings - Fork 0
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
Increase config window size #43
Conversation
Pull Request Test Coverage Report for Build 219
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this PR fulfills what you wanted to achieve. When #44 is merged we could add some tests as you said and refactor some parts, maybe we could avoid using let
?
Not sure if we can avoid using let since we want to re-assign the variable (to null) when the window closes, but I can have a look. |
As a user of mob timer
In order to have a better experience
I want the timer window to be a bit higher and not have scroll by default
As a developer
In order to optimize for deletion and to have higher cohesion
I want the knowledge about config window creation to be in the
config
folderWhat
new BrowserWindow
call and other config window relate things intoconfig/initialize.js