summaryrefslogtreecommitdiffstats
path: root/client/components/import
Commit message (Collapse)AuthorAgeFilesLines
* Fix layout on Apple devicesMaxime Quandalle2016-01-021-0/+2
| | | | | | | | | | | | | | | The layout issue was related to the lack of autoprexing for CSS properties. c69f993 did improve the reload time significantly but for that I had to replace `mquandalle:stylus` by the core `stylus` package. Unfortunatly it is currently difficult to run an autoprefixer with the core CSS compilers (as reported in https://github.com/meteor/meteor/issues/5219). So instead we rely on `nib` which transparently define some mixins for autoprefixing, the only restrictions being that we have to manually `@import 'nib'` on top of stylus files. Fixes #461
* Fix eslintXavier Priour2015-11-171-1/+1
|
* code review fixesXavier Priour2015-11-171-46/+63
|
* Fix buildXavier Priour2015-11-141-1/+1
|
* Import members: board importXavier Priour2015-11-143-8/+12
|
* Import members: working on card importXavier Priour2015-11-132-39/+65
|
* Import members: UI flow okXavier Priour2015-11-133-51/+219
|
* Import members: added UIXavier Priour2015-10-232-10/+40
|
* Provide a default date for lists and cards creation dateMaxime Quandalle2015-10-202-16/+17
| | | | | | | | See https://github.com/wekan/wekan/pull/362#issuecomment-149645497 for motivation. This commit also contains cosmetic changes to the import Popup and on the code style to be more consistent with the code base.
* Import board: import comments and log activitiesXavier Priour2015-10-191-1/+1
|
* Import board: now proper createdAt datesXavier Priour2015-10-171-1/+9
|
* Import board: added UIXavier Priour2015-10-172-0/+88