Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the board import layout from a popup to a full page | Maxime Quandalle | 2016-01-31 | 1 | -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 devices | Maxime Quandalle | 2016-01-02 | 1 | -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 import | Xavier Priour | 2015-11-14 | 1 | -3/+7 |
| | |||||
* | Import members: UI flow ok | Xavier Priour | 2015-11-13 | 1 | -0/+13 |