Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat(Navigation): move "permanently delete" checkbox to footer of confirmation modal [YTFRONT-4245] #843

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Daniil-Pabolkov
Copy link
Collaborator

@Daniil-Pabolkov Daniil-Pabolkov commented Nov 1, 2024

@Daniil-Pabolkov Daniil-Pabolkov changed the title feat(Navigation) "permanently delete" checkbox moved into footer of confirmation modal [YTFRONT-4245] feat(Navigation): Move "permanently delete" checkbox to footer of confirmation modal [YTFRONT-4245] Nov 1, 2024
@Daniil-Pabolkov Daniil-Pabolkov changed the title feat(Navigation): Move "permanently delete" checkbox to footer of confirmation modal [YTFRONT-4245] feat(Navigation): move "permanently delete" checkbox to footer of confirmation modal [YTFRONT-4245] Nov 1, 2024
@Daniil-Pabolkov Daniil-Pabolkov marked this pull request as ready for review November 2, 2024 09:04
@Daniil-Pabolkov Daniil-Pabolkov force-pushed the YTFRONT-4245 branch 3 times, most recently from f167688 to 70598ef Compare November 5, 2024 17:04
const {onFocus} = this.props;
const {path} = this.state;

key.setScope('path-editor');
this.setState({inputFocus: true});
onFocus?.(e, {path});
onFocus?.(e, {newPath: path});
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we really need to replace path with newPath here?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants