Commit Graph

190 Commits (daeae8b74e6e4da058665de479fd4f03f598da99)

Author SHA1 Message Date
yflory b881b459c0 Pull dragula from bower and lint compliance for our jkanban
yflory 5e8fc41b06 Fix item deletion in kanban
yflory 7c17d34d12 Fix errors
yflory adae4b690b outer.css cache busting
yflory 175ee492a5 Merge branch 'staging' into lightbox
yflory d12fad3420 Fix kanban edit modal not locked on disconnect
yflory 75e5d3cc42 Move the mediatag and avatar code outsite of common-ui-elements
yflory 0074824a0a Fix XXX in jKanban
yflory abc27295ab Fix XXX in kanban
yflory 747657a559 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory 15925f625d Fix keyboard shortcuts in kanban edit modal
ansuz b5560c279b label some issues to fix before the release
ansuz 5d59b55799 lint compliance
David Benqué ed4de6a007 remove // XXX related to translation keys
yflory d53e9cff02 Fix 'clear filter' button
yflory a5aac22374 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory 729a167e59 Confirm button in kanban edit modal
David Benqué 5bbfb4c71f Merge branch 'kanban_UI_fixes' into staging
David Benqué f6f499ee31 add padding to kanban container
David Benqué f8b8f09a74 highlight trash on drag
David Benqué fcb67d5b50 add alt text to edit card/board buttons
David Benqué 7bb0263f8f make tag input 100% width
David Benqué e17544d168 add code block width
David Benqué a442f77851 style code blocks
David Benqué cd5c9739ad move temp translation key
David Benqué a5767d8b68 fix hover color of markdown toolbar buttons
David Benqué f38caa0af5 move tag filter clear and add text
yflory 2f80a32e15 Fix cursor not removed when another user leaves the kanban
yflory 1e877e1980 Keyboard shortcut to close kanban edit modal
yflory 62a12e8825 Cache an throttle the markdown rendering in kanban
yflory 77894b5336 Fix relative links in kanban
David Benqué 291a84723f display cursors inline in modal notification.
David Benqué 928fe6c3dc change trash color
David Benqué 1d0e9f7392 adjustments to card body rendered markdown
David Benqué 6347b6193b align edit button to the top
yflory a0ab44c82d Use codemirror settings in kanban
yflory 17be91f640 Fix flash of previous content in kanban codemirror
yflory 441b31969c Preserve horizontal scroll in kanban
David Benqué 5cc0161e45 fade [+] button in column footers
David Benqué 7d0d701942 loop for column colors
yflory 21c3abde6f Fix kanban tags autocomplete
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 c178d5b54e Don't remember tag filter and view mode
yflory 342f0f741b Fix type error
yflory e9e65ae23b Fix minimum size of a column
yflory 84e3ed84a6 Resize vertical on edit modla codemirror
yflory 01ce4bcb95 Fix new item removed on remote change
yflory bf02f1f97e Fix outline in kanban
yflory 31c994ae2f Fix blur
yflory f478c313c8 Fix palette for default color
yflory f2b3a711eb Fix uppercase tags in kanban
yflory 4690392cd9 Display other users' cursor
yflory 56f5a75532 Drag and scroll inside boards
yflory b768ac5a4a Remove debug logs
yflory 1402dc7170 Fix kanban edit modal issues
yflory 6d0154fb4d Use jscolor contrast values
yflory 03f65438fd Fix UI issues
yflory bc6a329f06 lint compliance
yflory 7d19b9a205 Kanban migration to new format
yflory e139d46b26 Enable migration to new format
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 b31d024851 Horizontal scrollbar layout
yflory ea154e9ecc Add item button
yflory 9b54659e86 Fix default colors
yflory c220a7ecf4 Add colors to kanban
yflory 8c342862e7 Fix removing a board in kanban
yflory 05708f6166 Make quick edit realtime too
yflory fd5e3b0fd5 lint compliance
yflory c42a7bff6f Make kanban edit modal realtime
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 9ee9e46087 Receiving a burn after reading URL
yflory 5f0244beb3 Fix kanban UI issues
yflory b558d6e354 Fix null item in kanban
yflory 0b0ce98fc7 Kanban UI
yflory 870607c338 Preserve kanban title edition when receiving remote changes
yflory 63ea882545 Preserve cursor with remote changes in kanban
yflory 6b81bba3a5 Press enter to add a new item in kanban
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
ClemDee 3e918ec1cf Fix issues of no file extension for pad export
yflory 2c661310c7 Merge branch 'staging' into foldersColor
ClemDee 21300bb030 Add temporary folder custom color in drive