58 Commits (0757993dd8ff1a9de2657665e1b3b6039fd418dc)

Author SHA1 Message Date
yflory 0074824a0a Fix XXX in jKanban 5 years ago
David Benqué 5bbfb4c71f Merge branch 'kanban_UI_fixes' into staging 5 years ago
David Benqué f8b8f09a74 highlight trash on drag 5 years ago
yflory 62a12e8825 Cache an throttle the markdown rendering in kanban 5 years ago
yflory 77894b5336 Fix relative links in kanban 5 years ago
yflory 441b31969c Preserve horizontal scroll in kanban 5 years ago
yflory e31ddda8f5 Show all cards when all the selected tags have been deleted 5 years ago
yflory ab2337e2f6 Unselect tags that don't exist anymore on redraw 5 years ago
yflory 8bc8a6b08f Add link support 5 years ago
yflory f316c6b85a Fix losing scroll position on remote changes 5 years ago
yflory 4690392cd9 Display other users' cursor 5 years ago
yflory 56f5a75532 Drag and scroll inside boards 5 years ago
yflory b768ac5a4a Remove debug logs 5 years ago
yflory 6d0154fb4d Use jscolor contrast values 5 years ago
yflory 03f65438fd Fix UI issues 5 years ago
yflory fdea16d601 Tag filter 5 years ago
yflory 411b125b0f Fix board height 5 years ago
yflory bd7d9a93c2 Add tags filter 5 years ago
yflory fbf4434fc4 Board color 5 years ago
yflory 0975f253ab Display body and tags 5 years ago
yflory 04bd69f2f5 Add board button 5 years ago
yflory ea154e9ecc Add item button 5 years ago
yflory c220a7ecf4 Add colors to kanban 5 years ago
yflory 8c342862e7 Fix removing a board in kanban 5 years ago
yflory c8cca35073 Add edit modal in kanban 5 years ago
yflory 8cb6e3c1b4 Delete boards 5 years ago
yflory 0fc5a456df Fix drag&drop issues 5 years ago
yflory a901905ae5 Better move function 5 years ago
yflory 1b2bb5b693 Fix concurrent move 5 years ago
yflory 889b18a1ff Drag to remove 5 years ago
yflory 0b5f76d471 Fix issues with the new structure and better restoreCursor 5 years ago
yflory 2e81605c95 New kanban structure with drag&drop support 5 years ago
yflory 5f0244beb3 Fix kanban UI issues 5 years ago
yflory b558d6e354 Fix null item in kanban 5 years ago
yflory 0b0ce98fc7 Kanban UI 5 years ago
yflory fa08304514 Merge branch 'add-board-bottom-left' of git://github.com/lkiesow/cryptpad into lkiesow-add-board-bottom-left 5 years ago
yflory 8f27389f6c Fix kanban issue 5 years ago
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.
5 years ago
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.
5 years ago
yflory 4d799a8552 Fix kanban items issues 5 years ago
yflory a0049b360a Break long words in kanban items 6 years ago
yflory e3b89a5e59 Fix kanban color picker preventing items drag&drop #277 6 years ago
MTRNord 8b384d6bb3
fix jscolor picker for new kanban items and fix the code according to CI 6 years ago
MTRNord e7a1433a30
fix loading of the item color from saved state 6 years ago
MTRNord 2ef397a483
improve item color picker logic and UX 6 years ago
MTRNord 3c2417b479
fix more whitespace in jkanban.js 6 years ago
MTRNord 57ed2636ac
jkanban.js fix whitespace changes 6 years ago
MTRNord 343e63f41b
Fix drag bug 6 years ago
MTRNord 1bf1253963
Add color picker to items 6 years ago
MTRNord 8df1dc19f2
Add Color picker for board title and let it have less space between boards. (Default colors are still working) 6 years ago