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
Improved List Rendering Performance: Fixed issue where the entire todo list was being re-rendered when checking or unchecking a single item. The card now only updates the specific item that changed, leaving all other items untouched in the DOM. This results in better performance, smoother animations, and improved compatibility with custom CSS effects. (closes #16)