I'm enjoying your app but wondering - is there a way to add a new list in the mobile site?
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 :)
Hello Robin! This is not currently possible - but planned - right after implementing Due view and search/filter. Please vote here https://checkvist.uservoice.com/forums/239385-checkvist-mobile/suggestions/7137519-create-a-new-list
ReplyDelete