Commit graph

54 commits

Author SHA1 Message Date
yflory
77894b5336 Fix relative links in kanban 2020-03-11 18:13:45 +01:00
yflory
441b31969c Preserve horizontal scroll in kanban 2020-03-11 16:30:33 +01:00
yflory
e31ddda8f5 Show all cards when all the selected tags have been deleted 2020-03-11 12:02:55 +01:00
yflory
ab2337e2f6 Unselect tags that don't exist anymore on redraw 2020-03-10 18:00:07 +01:00
yflory
8bc8a6b08f Add link support 2020-03-10 17:38:49 +01:00
yflory
f316c6b85a Fix losing scroll position on remote changes 2020-03-10 17:29:40 +01:00
yflory
4690392cd9 Display other users' cursor 2020-03-09 18:50:38 +01:00
yflory
56f5a75532 Drag and scroll inside boards 2020-03-09 15:41:44 +01:00
yflory
b768ac5a4a Remove debug logs 2020-03-09 15:04:05 +01:00
yflory
6d0154fb4d Use jscolor contrast values 2020-03-09 14:33:12 +01:00
yflory
03f65438fd Fix UI issues 2020-03-09 14:27:33 +01:00
yflory
fdea16d601 Tag filter 2020-03-05 12:06:35 +01:00
yflory
411b125b0f Fix board height 2020-03-05 11:47:49 +01:00
yflory
bd7d9a93c2 Add tags filter 2020-03-04 18:50:17 +01:00
yflory
fbf4434fc4 Board color 2020-03-04 17:59:13 +01:00
yflory
0975f253ab Display body and tags 2020-03-04 17:48:20 +01:00
yflory
04bd69f2f5 Add board button 2020-03-04 15:34:36 +01:00
yflory
ea154e9ecc Add item button 2020-03-04 14:39:24 +01:00
yflory
c220a7ecf4 Add colors to kanban 2020-03-04 12:56:47 +01:00
yflory
8c342862e7 Fix removing a board in kanban 2020-03-04 12:17:12 +01:00
yflory
c8cca35073 Add edit modal in kanban 2020-03-03 16:20:45 +01:00
yflory
8cb6e3c1b4 Delete boards 2020-03-02 18:43:44 +01:00
yflory
0fc5a456df Fix drag&drop issues 2020-03-02 18:03:06 +01:00
yflory
a901905ae5 Better move function 2020-03-02 15:03:32 +01:00
yflory
1b2bb5b693 Fix concurrent move 2020-03-02 13:38:37 +01:00
yflory
889b18a1ff Drag to remove 2020-03-02 12:05:09 +01:00
yflory
0b5f76d471 Fix issues with the new structure and better restoreCursor 2020-02-28 18:32:15 +01:00
yflory
2e81605c95 New kanban structure with drag&drop support 2020-02-28 18:31:33 +01:00
yflory
5f0244beb3 Fix kanban UI issues 2019-12-12 16:09:07 +01:00
yflory
b558d6e354 Fix null item in kanban 2019-12-09 11:03:11 +01:00
yflory
0b0ce98fc7 Kanban UI 2019-12-04 11:18:25 +01:00
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