Commit Graph

58 Commits (69e18a48da62cb2efe1646603235825b6bde8133)

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