mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Created Drag Drop (markdown)
parent
9224a35959
commit
38e12537b0
1 changed files with 31 additions and 0 deletions
31
Drag-Drop.md
Normal file
31
Drag-Drop.md
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
## Mobile Drag Drop
|
||||
|
||||
1. Click `Drag Handle Enabled/Disabled` button to enable drag handles
|
||||
|
||||
2. Use drag handles to move Board Icons, Swimlanes, MiniCards, Lists, Checklists, Checklist Items.
|
||||
|
||||
3. Use non-drag-handle area to to view other parts of board, by dragging board up/down/left/right, without moving any icons etc.
|
||||
|
||||
<img src="https://wekan.github.io/dragdrop/mobile-drag-drop.png" width="60%" alt="Wekan logo" />
|
||||
|
||||
## 2 or more external screens of desktop or mobile
|
||||
|
||||
For each screen, you can enable or disable drag handles, because that setting is stored in browser localstorage, not to database. https://github.com/wekan/wekan/issues/4715
|
||||
|
||||
Because this feature was added, `Drag Handle Enabled/Disabled` was moved to current place shown in above screenshot. https://github.com/wekan/wekan/issues/4734
|
||||
|
||||
## All Boards page
|
||||
|
||||
Reorder with drag drop:
|
||||
- Board Icons
|
||||
|
||||
## One Board page
|
||||
|
||||
Reorder with drag drop:
|
||||
|
||||
- Swimlanes
|
||||
- Lists
|
||||
- MiniCards (MiniCard is card, that is not click opened to view card contents)
|
||||
- Checklists
|
||||
- Checklist Items
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue