summaryrefslogtreecommitdiffstats
path: root/client/components/lists/listBody.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix #1885Andrés Manelli2018-09-121-4/+30
|
* Fix and improve linked cardsAndrés Manelli2018-08-211-6/+7
|
* Refactor imported -> linked in componentsAndrés Manelli2018-08-111-14/+14
|
* Fix lint errorsAndrés Manelli2018-08-111-1/+1
|
* Avoid reimport imported cardAndrés Manelli2018-08-111-1/+2
|
* Allow description and member two way bindingAndrés Manelli2018-08-101-3/+3
|
* Avoid importing imported cards or boardsAndrés Manelli2018-08-101-1/+2
|
* Link descriptionAndrés Manelli2018-08-101-1/+5
|
* Import card-as-card, board-as-card. Add styling. Missing details and linksAndrés Manelli2018-08-101-18/+101
|
* Avoid showing current boardAndrés Manelli2018-08-101-3/+9
|
* Add UI for importing card-as-card and board-as-cardAndrés Manelli2018-08-101-0/+106
|
* Merge branch 'devel' into nested-tasksNicu Tofan2018-06-281-7/+4
|\
| * Introducing third board view: calendar.Nicu Tofan2018-06-261-1/+1
| | | | | | | | A dependency to rzymek:fullcalendar has also been added.
* | implement getDefaultSwimline for boardsNicu Tofan2018-06-261-1/+1
|/
* linter correctionsIgnatz2018-05-181-3/+3
|
* resolving merge conflictsIgnatzHome2018-05-171-0/+7
|\
| * card model and card ui preparation for custom fieldsPouyan Savoli2017-09-221-0/+7
| |
* | Fix #1567Andrés Manelli2018-04-161-5/+5
| |
* | Add card on first swimlane foundAndrés Manelli2018-01-221-1/+8
| |
* | Allow toogle of lists and swimlanes viewsAndrés Manelli2018-01-221-0/+7
| |
* | Fix lint errorsAndrés Manelli2018-01-221-1/+1
| |
* | First swimlane draft, no functionalityAndrés Manelli2018-01-191-0/+2
| |
* | added soft wip limit feature, fixed wipLimit=0 bug (??)amadilsons2017-10-311-2/+1
| |
* | feature implemented, known bugs fixedamadilsons2017-10-051-1/+2
| |
* | most work concluded, code needs clean up, further testing requiredamadilsons2017-10-041-7/+9
|/
* Usernames should be able to include dots (.)Jonas Oberg2017-08-251-1/+1
|
* current progressRyan Helsing2017-03-181-0/+7
|
* Upgrade ESLint to v2Maxime Quandalle2016-03-171-1/+3
| | | | This commit also tweak the code style following backward-incompatible v2 rules.
* Remove unnecessary template name declarationMaxime Quandalle2016-01-031-8/+0
| | | | | | This code was duplicate with the name we use to `register` the component. A update of blaze-component removed the need to duplicate this declaration.
* Dynamically resize the new card form if the title is too longMaxime Quandalle2015-12-091-1/+6
|
* bugfix: only care active members, also optimize some codefloatinghotpot2015-12-081-1/+1
|
* Finish the minicard editor auto-completion featureMaxime Quandalle2015-11-081-85/+71
| | | | | | | | | | | This commit stands on the initial support implemented in #342. We now avoid error-prone parsing step by adding the member or the label directly to the card object. We also added support for `Tab` to completion on our textComplete component. Closes #342
* Merge branch 'devel' into minicard-editorMaxime Quandalle2015-10-311-5/+5
|\ | | | | | | | | Conflicts: client/components/lists/listBody.js
| * Upgrade Meteor to 1.2.1-rc4Maxime Quandalle2015-10-231-3/+3
| | | | | | | | | | | | This version includes a more complete selection of ES2015 polyfills that I started used across the code base, for instance by replacing `$.trim(str)` by `str.trim()`.
| * Upgrade peerlibrary:blaze-components to v0.14Maxime Quandalle2015-10-211-1/+1
| | | | | | | | | | This change includes method renames and others UI related packages updates.
| * Use a better API to retrieve the new card positionMaxime Quandalle2015-10-131-1/+1
| | | | | | | | Fixes #347
* | Made colours light grey in the labels dropdownKenton Hamaluik2015-10-101-1/+6
| |
* | Added coloured label badges in autocomplete listKenton Hamaluik2015-10-081-5/+14
| |
* | Pressing escape while autocomplete is open no longer closes the minicardKenton Hamaluik2015-10-081-0/+5
| |
* | Now cards with *only* metadata aren't created emptyKenton Hamaluik2015-10-081-27/+27
| |
* | Added space after if to conform to formattingKenton Hamaluik2015-10-081-3/+3
| |
* | Fixed issue with possible race condition, suggested by @mquandalleKenton Hamaluik2015-10-081-8/+4
| |
* | Fixed typo in template for quick-adding a user.Kenton Hamaluik2015-10-031-1/+1
| |
* | Made eslinter happy.Kenton Hamaluik2015-10-031-12/+12
| |
* | Conformed to the 80-character line length limit.Kenton Hamaluik2015-10-031-9/+11
| |
* | Initial support for @user and #label use in new cards.Kenton Hamaluik2015-10-031-1/+97
|/ | | | | | | | | | | | When creating a new [mini]card, typing `@` or `#` brings up an auto-complete box for board members and labels which will get applied to the card upon creation. These textual tags are removed from the card title before saving to maintain sanity. If a label doesn't have a name, it's colour is used (i.e. `red`, `purple`, etc). This was developed to ease the creation of new cards and allow users to rapidly create cards without having to click numerous times just to apply labels & members.
* Fix a recurrent English typoMaxime Quandalle2015-09-061-2/+2
|
* Enforce a consistent ES6 coding styleMaxime Quandalle2015-09-031-40/+40
| | | | | | | | | Replace the old (and broken) jshint + jscsrc by eslint and configure it to support some of the ES6 features. The command `eslint` currently has one error which is a bug that was discovered by its static analysis and should be fixed (usage of a dead object).
* Call me WekanMaxime Quandalle2015-08-281-1/+1
| | | | | | Thank you @neynah for the Wekan icons Closes #247
* More explicit file namesMaxime Quandalle2015-08-281-0/+143