Is it possible to see if data has been saved to checkvist server? how? thanks
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 :)
Usually data change is saved almost immediately. If there is a delay, you'll see a corresponding indicator at the top left corner with a short delay after start of the operation.
ReplyDeleteFor newly added list items, they are rendered in gray color until they are saved to the server.
thanks!
ReplyDelete