summaryrefslogtreecommitdiffstats
path: root/client/components/main/editor.js
Commit message (Collapse)AuthorAgeFilesLines
* Autosize the rich editor (for card description and comments)Maxime Quandalle2015-06-061-0/+2
|
* Implement multi-selectionMaxime Quandalle2015-05-301-2/+2
| | | | | | The UI and the internal APIs are still rough around the edges but the feature is basically working. You can now select multiple cards and move them together or (un|)assign them a label.
* Prioritize escape actions with a label hierarchy instead of an integerMaxime Quandalle2015-05-271-1/+1
|
* Implement a new system to handle "escape actions"Maxime Quandalle2015-05-261-0/+66
The new EscapeActions object decide what to do when the user press the Escape key (such as closing a opened popup or inlined form). This commit also re-introduced the sidebar current view as a sidebar component local state.