• Steven's avatar
    fix: nested task list display and checkbox interaction (#5575) · b4fea8c6
    Steven authored
    - Fix nested task lists not showing proper indentation
    - Use simple CSS cascade with [&_ul.contains-task-list]:ml-6
    - Fix checkbox clicks toggling wrong tasks in nested lists
    - Search from memo root container for global task indexing
    - Remove complex selectors in favor of standard approach
    - Match behavior of GitHub, Notion, and other platforms
    
    Closes #5575
    b4fea8c6
Name
Last commit
Last update
..
components Loading commit data...
contexts Loading commit data...
helpers Loading commit data...
hooks Loading commit data...
layouts Loading commit data...
lib Loading commit data...
locales Loading commit data...
pages Loading commit data...
router Loading commit data...
themes Loading commit data...
types Loading commit data...
utils Loading commit data...
App.tsx Loading commit data...
auth-state.ts Loading commit data...
connect.ts Loading commit data...
i18n.ts Loading commit data...
index.css Loading commit data...
instance-config.ts Loading commit data...
main.tsx Loading commit data...