summaryrefslogtreecommitdiffstats
path: root/client/components/main/layouts.styl
Commit message (Collapse)AuthorAgeFilesLines
* Change the board import layout from a popup to a full pageMaxime Quandalle2016-01-311-2/+6
| | | | | | | | 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.
* Bugfix, and optimize icon for notificationfloatinghotpot2016-01-081-3/+3
|
* Add notification, allow watch boards / lists / cardsLiming Xie2016-01-051-1/+4
|
* add: support compact mode for mobile web, auto adapt to small screen/windowLiming Xie2015-12-171-0/+12
|
* Allow the header bar customizationMaxime Quandalle2015-12-091-0/+3
| | | | | This commit also provide a way to escape the Shorcuts page on Sandstorm.
* Enphasize keyboard shortcuts with a dedicated styleMaxime Quandalle2015-11-251-0/+9
| | | | | | Also add release notes related to the #387 merge. -- Fluctuat nec mergitur
* Fix markdown rendering in the message viewerMaxime Quandalle2015-09-061-0/+7
| | | | Fixes #284
* Fix member permission modificationMaxime Quandalle2015-09-051-2/+5
| | | | Fixes #280
* Add an horizontal scrollbar on code snippetsMaxime Quandalle2015-09-021-0/+5
| | | | Fixes #260
* Display keyboard shortcuts on a modalMaxime Quandalle2015-08-281-1/+4
| | | | Fixes #241
* Fix the layout on IE11Maxime Quandalle2015-08-271-2/+2
| | | | | | | | | | | | | | The new user interface uses the flexbox box model has it's primary way to organize the layout. Unfortunately IE have a non-negligible amount of subtitle and tricky bugs with its flexbox implementation. This one was about a `flex-grow: 1` element not growing in a container which size is defined with `min-height`. See the bug in Microsoft bug tracker for more details: https://connect.microsoft.com/IE/feedback/details/802625/ Fixes #225
* Implement board archive and restorationMaxime Quandalle2015-08-261-1/+5
|
* Implement a modal systemMaxime Quandalle2015-08-261-2/+24
| | | | | | | | | | | | | | I decided to create my own and not to use a community package, because 1. it's straightforward 2. it's better integrated with our others libs such as EscapeActions 3. monitoring third-party packages evolutions (eg, CSS changes) is a lot of work. This is basically the same rationale than for our other generic UI components such as the Popup/Popover. This commit also slightly modify the general layout to remove unnecessary wrapper DOM nodes.
* Implement list restorationMaxime Quandalle2015-08-221-0/+4
|
* Warn if the user try to restore a card in an archived listMaxime Quandalle2015-08-201-0/+3
|
* Switch the font to robotoMaxime Quandalle2015-08-201-4/+4
|
* a links specifies line breaking rules hotfix.Yasar icli2015-07-161-0/+1
|
* Merge, move, and rename the main stylus fileMaxime Quandalle2015-06-161-0/+293
Also fixes #185