You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By sorting using css order, I lose access to the last child selector for the todo separator. It's also not very flexible if I later want to add different ways to sort the todos. Implement the sorting in the TodoCategory component instead.
The text was updated successfully, but these errors were encountered:
CostasAK
changed the title
refactor(checklist): sort the todos in js instead of css
refactor: sort the todos in js instead of css
Aug 3, 2024
By sorting using css order, I lose access to the last child selector for the todo separator. It's also not very flexible if I later want to add different ways to sort the todos. Implement the sorting in the TodoCategory component instead.
The text was updated successfully, but these errors were encountered: