summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardsList.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary template name declarationMaxime Quandalle2016-01-031-4/+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.
* add: invite user via email, invited user can accept or decline, allow member ↵floatinghotpot2015-12-071-0/+18
| | | | to quit
* Enforce a consistent ES6 coding styleMaxime Quandalle2015-09-031-11/+11
| | | | | | | | | 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).
* More explicit file namesMaxime Quandalle2015-08-281-0/+30