-
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
Implement add task GUI #86
Implement add task GUI #86
Conversation
Oi never compile |
Tasks can be added using the "New" button and edited by double-clicking or pressing enter on a selected task.
f05a155
to
d203527
Compare
Codecov Report
@@ Coverage Diff @@
## master #86 +/- ##
============================================
- Coverage 62.03% 58.66% -3.37%
Complexity 535 535
============================================
Files 107 108 +1
Lines 2057 2175 +118
Branches 198 203 +5
============================================
Hits 1276 1276
- Misses 714 832 +118
Partials 67 67
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.
Generally looks good but some small styling issues to be fixed
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.
ok looks good
Tasks can be added using the "New" button and edited by double-clicking or pressing enter on a selected task.