summaryrefslogtreecommitdiffstats
path: root/client/components/cards
Commit message (Expand)AuthorAgeFilesLines
* 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 animationendDavid Renshaw2016-11-231-0/+3
* | Fix "can't set timers inside simulations error" when moving cards with start/...shoetten2016-11-221-1/+1
* | 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
* Merge PR #593 into develMaxime Quandalle2016-07-194-12/+11
|\
| * UI: Put every attachment action on its own lineAlexander Sulfrian2016-05-191-1/+1
| * UI: Scale the attachemnt thumbnailsAlexander Sulfrian2016-05-191-2/+2
| * UI: Center add-attachment linkAlexander Sulfrian2016-05-192-1/+6
| * UI: Fix scaling of cover images (Fixes: #548)Alexander Sulfrian2016-04-252-8/+2
* | Fix move to topAlexander Sulfrian2016-07-181-2/+2
* | Models: Replace before.insert with autoValuesAlexander Sulfrian2016-06-031-3/+1
|/
* cardDetails: allow to move cards to top / bottomFriedrich von Never2016-03-192-0/+14
* Fix a bug with the inheritance modelMaxime Quandalle2016-02-101-1/+1
* Add notification, allow watch boards / lists / cardsLiming Xie2016-01-053-0/+28
* Remove unnecessary template name declarationMaxime Quandalle2016-01-032-8/+0
* Fix card infinite scrolling on card activitiesMaxime Quandalle2016-01-031-2/+6
* Fix layout on Apple devicesMaxime Quandalle2016-01-022-0/+4
* change edit card title input to textarea for editing larger titlesalayek2016-01-012-4/+21
* Forbid trailing spacesMaxime Quandalle2015-12-301-1/+1
* add: support compact mode for mobile web, auto adapt to small screen/windowLiming Xie2015-12-174-2/+28
* Dynamically resize the new card form if the title is too longMaxime Quandalle2015-12-091-1/+2
* bugfix: only care active members, also optimize some codefloatinghotpot2015-12-081-1/+1
* Enphasize keyboard shortcuts with a dedicated styleMaxime Quandalle2015-11-251-1/+1
* Merge GitHub PR #387Maxime Quandalle2015-11-153-2/+100
|\
| * add preview attached image, allow upload image from clipboard and drag & drpfloatinghotpot2015-11-133-2/+100
* | Finish the minicard editor auto-completion featureMaxime Quandalle2015-11-081-1/+1
|/
* Upgrade Meteor to 1.2.1-rc4Maxime Quandalle2015-10-231-3/+3
* Prefer ES5 methods over underscore utilitiesMaxime Quandalle2015-10-222-3/+4
* Upgrade peerlibrary:blaze-components to v0.14Maxime Quandalle2015-10-211-7/+7
* Re-implement label deletionMaxime Quandalle2015-10-201-1/+1
* Prevent dublicated empty labels of the same colorMaxime Quandalle2015-10-141-1/+1
* Fix a typo in a function call introduced in a78debcMaxime Quandalle2015-10-131-1/+1
* Support app deployment under a path prefixMaxime Quandalle2015-10-082-2/+2
* Fix Popup.afterCommitAlexander Sulfrian2015-09-202-3/+3
* Merge branch 'master' into develMaxime Quandalle2015-09-101-0/+3
|\
| * Fix the draft saving feature on card switchingMaxime Quandalle2015-09-101-0/+3
* | Centralize all mutations at the model levelMaxime Quandalle2015-09-083-65/+15
|/
* Hide some disabled forms for anonymous board viewersMaxime Quandalle2015-09-062-16/+20
* Fix member permission modificationMaxime Quandalle2015-09-051-1/+1
* Enforce a consistent ES6 coding styleMaxime Quandalle2015-09-034-122/+122