Closed Kalashnikkov closed 4 years ago
Is there any way to left align that due date @Kalashnikkov ? Also I dunno how i feel about that red among all black. Makes it seem like an error
@PreetPatel I couldn't find an elegant solution to left-aligning the text, as the styling is a bit different - so I just opted for centering the text instead.
Ideally, it would fit in with the 3:30 - 4:30 PM date in terms of style. I agree with preet about the red / centering.
merging as no action was taken on changing style..
Resolves issue #273 (Small typo on branch name).
Updates the CalenderComponent's modal to also display the Due date for a given task, as it's information is not used inside of Doto, an automatic scheduling app.
Current Behaviour:
Proposed Behaviour:
Extra:
There seems to be another bug where:
dueDate
field with aDate
object.dueDate
is then updated to aString
.This however, does not affect this PR as functionality is not broken - but worth investigating.