summaryrefslogtreecommitdiffstats
path: root/client/components/import/import.styl
Commit message (Collapse)AuthorAgeFilesLines
* Change the board import layout from a popup to a full pageMaxime Quandalle2016-01-311-6/+36
| | | | | | | | This commit also removes the “import a single Trello card” as we couldn’t figure out some reasonable use case. We also create a new publication on the server to provide the minimal user profile informations required to display an avatar.
* 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
* Import members: board importXavier Priour2015-11-141-3/+7
|
* Import members: UI flow okXavier Priour2015-11-131-0/+13