summaryrefslogtreecommitdiffstats
path: root/client/components/cards/cardDate.js
Commit message (Collapse)AuthorAgeFilesLines
* Prettier & eslint project style updateJustin Reynolds2019-06-281-91/+95
|
* Fix lint errorsAndrés Manelli2018-08-111-3/+3
|
* Fix rebase errorsAndrés Manelli2018-08-111-18/+4
|
* Add two way binding of card/board timesAndrés Manelli2018-08-111-21/+35
|
* Fix flagging of dates (i.e. due date only flagged when before end date)RJevnikar2018-07-311-28/+32
|
* - Fix lint warning: EditCardDate is assigned a value but never used ↵Lauri Ojansivu2018-07-031-1/+1
| | | | | | no-unused-vars Thanks to xet7 !
* Prevent errors due to missing date fieldsNicu Tofan2018-06-271-21/+36
|
* Fix lint errorsRJevnikar2018-06-131-5/+5
|
* Fix data colour changes on cards.RJevnikar2018-06-131-8/+12
| | | | Addressing both #1685 and #1693
* Adjust classes given to due date to take into account end dateRJevnikar2018-06-081-3/+6
|
* Extend editCardReceivedDatePopup and editCardEndDatePopup from DatePicker to ↵Daniel Kreuter2018-05-251-3/+2
| | | | fix #1654
* resolving merge conflictsIgnatzHome2018-05-171-2/+2
|\
| * number + date fieldsPouyan Savoli2017-10-141-89/+2
| |
* | Add additional dates (received & end), default title of checklists to ↵RJevnikar2018-03-261-2/+124
| | | | | | | | | | | | | | | | 'Checklist' Remove translations Add additional dates (received & end), default name checklists to Checklist
* | different icons for start and due dateMatthias Marschall2018-01-041-6/+8
|/
* comment only working, naive implementation completeRyan Helsing2017-03-181-0/+6
|
* Fix "can't set timers inside simulations error" when moving cards with ↵shoetten2016-11-221-1/+1
| | | | start/due dates.
* Refactor code based on eslint guidelines.shoetten2016-11-221-27/+31
|
* Update translations and title of date badges.shoetten2016-11-221-4/+8
|
* Color highlight start and due dates with correct timezone handling.shoetten2016-11-221-13/+28
|
* Display start and due dates in minicards.shoetten2016-11-221-6/+18
|
* Add basic start and due dates for cards.shoetten2016-11-211-0/+193