Skip to content
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

Bug fixes for UI, autocomplete #219

Merged
merged 2 commits into from
Apr 9, 2023

Conversation

nicleejy
Copy link

@nicleejy nicleejy commented Apr 9, 2023

closes #192
closes #185
closes #158

@codecov
Copy link

codecov bot commented Apr 9, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.12 ⚠️

Comparison is base (de46f89) 47.58% compared to head (76d26c6) 47.46%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #219      +/-   ##
============================================
- Coverage     47.58%   47.46%   -0.12%     
  Complexity      493      493              
============================================
  Files           109      109              
  Lines          2482     2488       +6     
  Branches        265      266       +1     
============================================
  Hits           1181     1181              
- Misses         1195     1201       +6     
  Partials        106      106              
Impacted Files Coverage Δ
src/main/java/fasttrack/ui/CommandBox.java 0.00% <0.00%> (ø)
src/main/java/fasttrack/ui/SuggestionCard.java 0.00% <0.00%> (ø)
src/main/java/fasttrack/ui/UiManager.java 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Comment on lines +118 to +120
if (event.getCode() == KeyCode.ENTER && suggestionsList.isVisible()) {
suggestionsList.setVisible(false);
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good fix

Comment on lines +45 to +48
primaryStage.sizeToScene();
primaryStage.setHeight(700);
primaryStage.setMinWidth(1000);
primaryStage.setMinHeight(700);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah the minimum and maximum size complaints

@shirsho-12 shirsho-12 merged commit 47c5b2f into AY2223S2-CS2103T-W09-2:master Apr 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants