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
870607c338
Preserve kanban title edition when receiving remote changes
2019-11-19 15:20:39 +01:00
yflory
63ea882545
Preserve cursor with remote changes in kanban
2019-11-13 18:01:53 +01:00
yflory
6b81bba3a5
Press enter to add a new item in kanban
2019-11-13 16:52:54 +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
ClemDee
3e918ec1cf
Fix issues of no file extension for pad export
2019-07-29 16:30:48 +02:00
yflory
2c661310c7
Merge branch 'staging' into foldersColor
2019-06-18 15:36:22 +02:00
ClemDee
21300bb030
Add temporary folder custom color in drive
2019-06-11 17:44:36 +02:00
yflory
8e7858e6ae
New share modal in all the apps
2019-06-03 11:57:55 +02:00
yflory
a0049b360a
Break long words in kanban items
2019-02-05 14:42:01 +01:00
yflory
f381ca8cab
Fix wrong index when editing a kanban item
2019-02-05 14:41:00 +01:00
yflory
e3b89a5e59
Fix kanban color picker preventing items drag&drop #277
2018-10-23 18:25:48 +02:00
yflory
3e9e92dcac
Implement full CryptDrive export
2018-10-18 18:50:38 +02:00
ansuz
cb87f49b1f
Merge pull request #271 from Nordgedanken/fix-#254
...
[WIP] Partially Fix #254
2018-09-19 09:09:55 -04:00
yflory
35977a7ef0
Color consistency in kanban
2018-09-18 14:56:06 +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
7e686a065e
Merge remote-tracking branch 'origin/fix-#254' into fix-#254
2018-09-13 14:40:12 +02:00
MTRNord
57ed2636ac
jkanban.js fix whitespace changes
2018-09-13 14:39:49 +02:00
Marcel
886451393e
Merge branch 'master' into fix-#254
2018-08-28 17:11:20 +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
Caleb James DeLisle
0d5ac05866
refactoring of the less infrastructure
2018-07-14 15:15:23 +02:00
Caleb James DeLisle
a6d3dbf94f
Wrapped modal.less into a mixin which gets rid of the last file which emitted CSS
2018-07-12 19:13:04 +02:00
Caleb James DeLisle
4a352f2ed8
Use import (reference) whenever the less file supposedly emits no CSS
2018-07-12 18:43:17 +02:00
ansuz
3fb6cb3d00
lint compliance
2018-07-11 11:35:44 +02:00
ansuz
ca409e5eaa
support import/export in kanban
2018-07-11 10:50:42 +02:00
yflory
fe202a92b4
Fix UI issues in kanban
2018-05-30 15:15:50 +02:00
yflory
884f2b465d
Fix kanban creation
2018-05-25 11:49:47 +02:00
yflory
95218f0fa1
Remove use of space-evenly since it is not supported by all browsers
2018-05-24 16:09:33 +02:00
yflory
7800fa2dcd
Add confirm dialog when deleting a task in kanban + add colors
2018-05-23 17:13:41 +02:00
yflory
fe27c97879
Help + tooltips + fix colors in kanban
2018-05-23 14:24:23 +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
ea9384d6d0
Fix kanban inputs blocked when remote change
2018-05-18 11:00:47 +02:00
yflory
d224a2c1a4
Update size of the Add button in kanban
2018-05-17 10:27:41 +02:00
yflory
77c456a20e
Disable console logging in kanban
2018-05-17 10:27:16 +02:00
yflory
73183a69fd
Improve kanban UI
2018-05-16 19:28:30 +02:00
yflory
86be9abb62
Translations for kanban
2018-05-16 16:45:16 +02:00
yflory
087e346685
Remove translatable text and blocking 'confirm' dialog from jkanban.js
2018-05-16 16:18:44 +02:00
yflory
0ab27427bc
Lint compliance
2018-05-16 12:22:43 +02:00