-
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
Prevent overlap of task title and checkbox, set min length of task panel #197
Prevent overlap of task title and checkbox, set min length of task panel #197
Conversation
* 'master' of https://github.com/AY2122S1-CS2103-F09-2/tp: (31 commits) Fix PR issues Change ... to … Fix grammar Fix grammar Improve command parsing and error handling Fix AY2122S1-CS2103-F09-2#134, AY2122S1-CS2103-F09-2#135, AY2122S1-CS2103-F09-2#136, AY2122S1-CS2103-F09-2#143 Fix AY2122S1-CS2103-F09-2#158 Fix AY2122S1-CS2103-F09-2#151 Fix AY2122S1-CS2103-F09-2#125, AY2122S1-CS2103-F09-2#139 Fix AY2122S1-CS2103-F09-2#128 Fix AY2122S1-CS2103-F09-2#112, AY2122S1-CS2103-F09-2#110 Fix clear undo Update Model javadoc Fix KeywordTaskFilter hasConflictWith method Change execute and undo methods Fix ListTaskCommand Deconflict task filters Add test cases for `commons.util.StringUtil.limitString()` Bug fix: DoneTaskCommand undo/redo Remove unused import in DoneTaskFilter ...
* 'master' of https://github.com/AY2122S1-CS2103-F09-2/tp: (29 commits) Fix test cases Add isDone to EditTaskDescriptor Fix set task command feat: Add starting tasks on init Fix checkstyle again Add various tests, redo test Add SetTaskCommand undo test Fix checkstyle Add tests Add EOF to Fonts.css Absorb enter in EditTaskDialog Update help window Remove duplicate line in ModelManager Remove trailing whitespace Fix task filter bugs Update model docs Fix GUI task editing not being undoable Refactor Command to UndoableCommand Update default button css Remove command input border ...
Codecov Report
@@ Coverage Diff @@
## master #197 +/- ##
============================================
- Coverage 61.74% 61.70% -0.05%
Complexity 693 693
============================================
Files 123 123
Lines 2766 2768 +2
Branches 266 266
============================================
Hits 1708 1708
- Misses 964 966 +2
Partials 94 94
Continue to review full report at Codecov.
|
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.
2021-11-06.21-08-38.mp4
Odd slider behavior when dragging about the middle resize bar. TaskCard
expands when the TaskList is expanded, but it does not shrink when the TaskList is shrunk.
Above issue needs to be fixed.
* 'master' of https://github.com/AY2122S1-CS2103-F09-2/tp: (28 commits) Fix trailing whitespace at EOF Fix trailing whitespaces Fix stuff Add PPP Fix checkstyle Skeleton for PPP Changes the UG Remove whitespaces Add contacts DG Update UI png and minor edits to AboutUs and index Update error message Add Contacts in UCP use cases Grammar fix Fix broken links Update EditTaskCommand Docs Pull from upstream Update use cases docs: Update PPP for yeppog Add monospace to PR link Update PPP Jeff Sieu ...
# Conflicts: # src/main/java/seedu/address/ui/TaskCard.java
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.
looks good!
No description provided.