Skip to content

solution w no problems:)#1262

Open
tvoypervy wants to merge 2 commits intomate-academy:masterfrom
tvoypervy:develop
Open

solution w no problems:)#1262
tvoypervy wants to merge 2 commits intomate-academy:masterfrom
tvoypervy:develop

Conversation

@tvoypervy
Copy link

@tvoypervy tvoypervy changed the title solution w problems solution w no problems:) Jan 26, 2026
Copy link

@brespect brespect left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Almost done, try to fix the styles of main input on focus effect

Comment on lines +22 to +31
case 'addTodo':
return [...state, action.payload];

case 'deleteTodo':
return state.filter(todo => todo.id !== action.payload);

case 'deleteCompleted':
return state.filter(todo => todo.completed === false);

case 'change':

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better to add this values to enums

@tvoypervy tvoypervy requested a review from brespect January 27, 2026 20:02
Copy link

@etojeDenys etojeDenys left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good job

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants