58a1a20f5b
Replace the boolean isChild flag with a numeric depth counter. Each depth level adds 16px left padding via inline style on the wrapper div, so sub-tasks of sub-tasks (and deeper) are indented proportionally rather than all aligning at the same level. Co-Authored-By: Paperclip <noreply@paperclip.ing>