summaryrefslogtreecommitdiffstats
path: root/client/components/cards
Commit message (Collapse)AuthorAgeFilesLines
* Added swipebox package and added it to attachement imagesBrooks Becton2017-10-282-5/+2
| | | | Also removed '.js-open-viewer' and it's styling stub
* Added media queries to resize attatchmentsBrooks Becton2017-10-281-0/+21
| | | | media queries match other break points and break from a 3 column to 2 to 1
* Add check to see if permission is available (with isBoardMember)nztqa2017-10-041-7/+8
|
* Use Meteor.subscribe instead of DOM manipulation for Hide system messagesnztqa2017-10-032-2/+2
|
* Remove console lognztqa2017-10-031-1/+0
|
* Merge branch 'fix-create_label' of https://github.com/nztqa/wekan into ↵Lauri Ojansivu2017-10-011-1/+2
|\ | | | | | | nztqa-fix-create_label
| * Add check to see if permissionnztqa2017-09-291-1/+2
| |
* | Merge branch 'improve-activities' of https://github.com/nztqa/wekan into ↵Lauri Ojansivu2017-10-012-1/+17
|\ \ | | | | | | | | | nztqa-improve-activities
| * | Disable button when "Hide system messages" in user profile setting is validnztqa2017-09-252-1/+9
| | |
| * | Add comments only in activity feednztqa2017-09-252-1/+9
| |/
* | Merge branch 'fix-copy-card' of https://github.com/nztqa/wekan into ↵Lauri Ojansivu2017-10-011-0/+1
|\ \ | | | | | | | | | nztqa-fix-copy-card
| * | Remove cover idnztqa2017-09-251-0/+1
| |/
* | Restore spacing.Lauri Ojansivu2017-09-301-1/+1
| |
* | fixed linting erroramadilsons2017-09-291-1/+1
| |
* | removed unnecessary deleteDialog helper, delete dialog now uses tap-i18namadilsons2017-09-293-11/+8
| |
* | removed linting errorsamadilsons2017-09-271-1/+1
| |
* | code clean upamadilsons2017-09-271-11/+0
| |
* | Merge branch 'master' of https://github.com/wekan/wekan into issue881amadilsons2017-09-272-12/+14
|\|
| * Update Checklists clientGhassen Rjab2017-09-242-12/+14
| | | | | | Use new methods added in Checklist model
* | sugested fix for issue #881amadilsons2017-09-273-20/+132
|/
* Merge branch 'issue-1213' of https://github.com/frmwrk123/wekan into ↵Lauri Ojansivu2017-09-131-0/+1
|\ | | | | | | frmwrk123-issue-1213
| * Existing title of card is pre-filled in copy dialogJim Martens2017-09-121-0/+1
| |
* | Implemented checklist item sorting across checklistsJim Martens2017-09-121-0/+67
| |
* | Prepared template for sortable checklist itemsJim Martens2017-09-121-4/+3
|/
* Added copy card functionalityJim Martens2017-09-051-0/+45
|
* Added copy card to templateJim Martens2017-09-051-0/+7
|
* Assign user to attachment before insertingGhassen Rjab2017-08-311-1/+2
|
* Copy card link to clipboard. Thanks to xet7 ! Closes #1188Lauri Ojansivu2017-08-262-16/+45
|
* Fix flex property width of first columnnztqa2017-08-101-1/+1
|
* Improve UI Design (checklists item)nztqa2017-07-031-0/+3
| | | | | 1. Change background color on mouseover and remove it after mouseout 2. Increase the clickable area of title
* Add check to see if input is emptynztqa2017-07-012-9/+16
|
* Improve input of checklistnztqa2017-06-302-1/+8
| | | | When finished input of checklist item title, open new checklist item.
* Merge branch 'fix-link-card' of https://github.com/nztqa/wekan into ↵Lauri Ojansivu2017-06-271-1/+1
|\ | | | | | | nztqa-fix-link-card
| * Fix link to cardnztqa2017-06-271-1/+1
| |
* | Fix: incorrect attachment link with subfolder in the urlnztqa2017-06-272-3/+3
|/
* comment only working, naive implementation completeRyan Helsing2017-03-186-10/+41
|
* current progressRyan Helsing2017-03-184-27/+37
|
* Make Due Date layout nicer on minicard. Thanks to whittssg2!Lauri Ojansivu2017-02-112-21/+20
|
* Add remaining of checklist feature codeLauri Ojansivu2017-02-032-2/+17
|
* Add checklist featurelksime2017-01-206-1/+229
|
* Merge pull request #30 from dwrensha/show-card-commentsLauri Ojansivu2016-11-291-0/+3
|\ | | | | set isLoaded to true on both transitionend and animationend
| * set isLoaded to true on both transitionend and animationendDavid Renshaw2016-11-231-0/+3
| |
* | 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-222-28/+32
| |
* | Update translations and title of date badges.shoetten2016-11-223-9/+13
| |
* | Color highlight start and due dates with correct timezone handling.shoetten2016-11-223-16/+39
| |
* | Display start and due dates in minicards.shoetten2016-11-223-7/+28
| |
* | Add basic start and due dates for cards.shoetten2016-11-216-1/+284
|/
* Fix an event name from animationend to transitionendMaxime Quandalle2016-07-191-1/+1
| | | | Closes #646
* Merge PR #593 into develMaxime Quandalle2016-07-194-12/+11
|\