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

Bugfix/minimized help window #152

Conversation

stanleytangzh
Copy link

close #116

* master:
  fix tip no show bug
  Updated the README and index
  Update AboutUs.md
  fix command summary title bug
  fix bugs of the UserGuide
  Update AboutUs.md
  Remove desiredRole Command and its Test cases
  Fix the trailing white space
  Remove Note Command and its Test cases
  Update User Guide
  Fix regex for test cases and add more test cases
  Fix skills field to accept space, hashtag and colon
  Fix duplicate help button bug
@stanleytangzh stanleytangzh added bug Something isn't working type.Bug A bug severity.Low A flaw that is unlikely to affect normal operations of the product alpha-bug labels Nov 5, 2024
Copy link

codecov bot commented Nov 5, 2024

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/main/java/seedu/address/ui/MainWindowNew.java 0.00% 4 Missing ⚠️
Files with missing lines Coverage Δ Complexity Δ
.../seedu/address/logic/parser/AddressBookParser.java 88.00% <ø> (+2.81%) 13.00 <0.00> (-1.00) ⬆️
...c/main/java/seedu/address/model/person/Skills.java 85.71% <ø> (ø) 6.00 <0.00> (ø)
src/main/java/seedu/address/ui/MainWindowNew.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)

@Darren-Tung
Copy link

LGTM

@Darren-Tung Darren-Tung merged commit 447ae6c into AY2425S1-CS2103T-T09-2:master Nov 5, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alpha-bug bug Something isn't working severity.Low A flaw that is unlikely to affect normal operations of the product type.Bug A bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Help window restore issue
2 participants