Is there a shortcut key for "move item to top of the list"?
A CSS hack which creates a Kanban-like board UI in a specified list:
A CSS hack which creates a Kanban-like board UI in a specified list: #list_481388 ul.topLevel { display: flex; } #list_481388 ul.topLevel > li { flex: 1 1 auto; } #list_481388 ul.topLevel > li > .frame{ display: none; } #parentTask_0 div.coreDiv { margin-right: 20px; } May be, will be useful to someone :)
https://lh3.googleusercontent.com/z0flf7UDqMhfnX_Jz0y2SpMLlOexCQY-ZX-zXJQ79JzVl86S65OcQtSnemQ3CG9hCA99Z3iVcTV0cFhORrlcx0AuAaxxh3pP254=s0
ReplyDeleteCTRL+Home but it doesn't work for subtasks (goes to top of the list, as a parent)
ReplyDelete