Skip to content

add task solution#2121

Open
ValentynaITCh wants to merge 5 commits intomate-academy:masterfrom
ValentynaITCh:develop
Open

add task solution#2121
ValentynaITCh wants to merge 5 commits intomate-academy:masterfrom
ValentynaITCh:develop

Conversation

@ValentynaITCh
Copy link

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.

almost done

after pressing 'toggle all', the loader should only appear on todos that will change status. In your solution, it appears on every todo

Image

Copy link

@Denys-Kravchuk9988 Denys-Kravchuk9988 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!

It seems that previous comment wasn't fixed. The loading state for all todos (completed/uncompleted) is still reproducable. Please check if last changes were deployed.
Image

value={newTitle}
onChange={e => setNewTitle(e.target.value)}
onBlur={() => handleUpdateTodo(todo.id, newTitle)}
onKeyDown={e => {

Choose a reason for hiding this comment

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

I would recommend to extract this code into a separate callback

Copy link

@Denys-Kravchuk9988 Denys-Kravchuk9988 left a comment

Choose a reason for hiding this comment

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

Good progress!

The last comment is still unresolved
image

Copy link

@Anton-Kuchmasov Anton-Kuchmasov left a comment

Choose a reason for hiding this comment

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

Please resolve an issue from last mentor' review:

Image

No changes from last review

@ValentynaITCh
Copy link
Author

ValentynaITCh commented Feb 22, 2026

Please resolve an issue from last mentor' review:

Image No changes from last review

Подивіться, будь ласка, коміт added callback and deployed the app. Я просто закомітила до останнього рев"ю і не запушила випадково, а запушила вже після рев"ю

@Anton-Kuchmasov
Copy link

Anton-Kuchmasov commented Feb 22, 2026

Please resolve an issue from last mentor' review:
Image
No changes from last review

Подивіться, будь ласка, коміт added callback and deployed the app. Я просто закомітила до останнього рев"ю і не запушила випадково, а запушила вже після рев"ю

@ValentynaITCh
Зроби зараз:

git add .
git commit -m 'solution' --no-verify
git push origin develop

має пройти новий коміт та підтягнутись зміни

Copy link

@Anton-Kuchmasov Anton-Kuchmasov left a comment

Choose a reason for hiding this comment

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

Finally fixed!

Approved!

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.

4 participants