Global search is not implemented yet?
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 :)
Hi, it is implemented, but indices are updated once per 10 minutes. This may be a reason why it may not work.
ReplyDeleteOh, once per 10 minutes? This is very long time and so its unusable. If it's synced manually (swipe down for reloading) it should instantly update the indices.
ReplyDelete