Commit Graph

23 Commits (708ad7a10d1b92d9dfd43ef2b8249c53022f4d1f)

Author SHA1 Message Date
yflory fa08304514 Merge branch 'add-board-bottom-left' of git://github.com/lkiesow/cryptpad into lkiesow-add-board-bottom-left 2019-10-28 11:58:06 +01:00
yflory 8f27389f6c Fix kanban issue 2019-10-28 11:57:11 +01:00
Lars Kiesow ef5a56954d
Kanban: Move “Add Item” to Header
This patch moves the button to add new items to kanban boards to the
column headers.

The reasoning behind this change is that on larger boards the buttons at
the bottom may be pushed far away from the actual content, causing users
to constantly scroll up and down over the whole page just to add new
items.

This also helps on mobile devices since you may not see all of the
columns there due to the limited screen space. This means that you have
to remember which column you are working on to not accidentally add
items to the wrong column. This patch makes it clear to which  column
users add items since the button now resides next to the column title.
2019-10-09 22:04:31 +02:00
Lars Kiesow c5e8f3d50c
Kanban: Move “Add Column” to Bottom
This patch moves the button for adding new columns to kanban boards from
the top-right to the bottom-left. The reasoning behind this is that it's
not very often used (often only at the beginning when setting up the
board) but it is constantly taking space away from the columns. This is
annoying especially on mobile devices where it even moves all of the
columns to the left, leaving a larger border on the right.
2019-10-09 21:50:29 +02:00
yflory 4d799a8552 Fix kanban items issues 2019-09-25 14:52:24 +02:00
yflory a0049b360a Break long words in kanban items 2019-02-05 14:42:01 +01:00
yflory e3b89a5e59 Fix kanban color picker preventing items drag&drop #277 2018-10-23 18:25:48 +02:00
MTRNord 8b384d6bb3
fix jscolor picker for new kanban items and fix the code according to CI 2018-09-13 16:20:42 +02:00
MTRNord e7a1433a30
fix loading of the item color from saved state 2018-09-13 16:15:11 +02:00
MTRNord 2ef397a483
improve item color picker logic and UX 2018-09-13 16:08:27 +02:00
MTRNord 3c2417b479
fix more whitespace in jkanban.js 2018-09-13 14:46:41 +02:00
MTRNord 57ed2636ac
jkanban.js fix whitespace changes 2018-09-13 14:39:49 +02:00
MTRNord 343e63f41b
Fix drag bug 2018-07-31 20:27:29 +02:00
MTRNord 1bf1253963
Add color picker to items 2018-07-31 20:08:06 +02:00
MTRNord 8df1dc19f2
Add Color picker for board title and let it have less space between boards. (Default colors are still working) 2018-07-31 19:27:13 +02:00
yflory fe202a92b4 Fix UI issues in kanban 2018-05-30 15:15:50 +02:00
yflory 6b98fef679 Remove ES6 code in kanban 2018-05-23 12:01:03 +02:00
yflory 07502775f5 Add support for readonly and locked modes in kanban 2018-05-23 11:48:30 +02:00
yflory f0512bbb1d Fix UI and realtime issues with kanban 2018-05-22 18:24:40 +02:00
yflory 73183a69fd Improve kanban UI 2018-05-16 19:28:30 +02:00
yflory 087e346685 Remove translatable text and blocking 'confirm' dialog from jkanban.js 2018-05-16 16:18:44 +02:00
Ludovic Dubost 035a56fdab Kanban application using the cryptpad framework 2018-04-02 20:27:52 +02:00
Ludovic Dubost 4b83f2991a Kanban prototype on cryptpad 2018-04-01 18:52:21 +02:00