-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update CommandBar UI, ResultDisplay UI & default window size #124
Update CommandBar UI, ResultDisplay UI & default window size #124
Conversation
…fine-command-bar-ui
…fine-command-bar-ui
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.
LGTM. Great job on the UI and the neat code.
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.
Overall LGTM! Thanks for all the hardwork in restructuring the CSS files and the UI Changes!
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.
Thanks for the hardwork in extracting out the files for easier maintainability!
if (commandTextArea.getStyleClass().contains(ERROR_STYLE_CLASS)) { | ||
return; | ||
} | ||
commandTextArea.setStyle("-fx-text-fill: grey;"); | ||
} |
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.
Good use of abstraction and alignment to the pre-existing setStyleToDefault method!
Command bar selected (Default):
Command bar unselected:
Command Error:
Do you guys think I should remove the prompt text `Enter command here...' when the command bar is selected? Currently the behaviour only changes the icon and prompt text to be lighter.
Closes #101.