Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

feat(mobile): Popup on the Settings and Edit Wheel screen when user leaves the page without saving bb-544 #612

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Shcracoziabra
Copy link
Collaborator

Overview

Popup on the Settings and Edit Wheel screen when user leaves the page without saving

Summary

Added OnLeaveModal

Screenshots

unsaged changes popup

@Shcracoziabra Shcracoziabra self-assigned this Sep 27, 2024
@github-actions github-actions bot added the root label Sep 27, 2024
@Shcracoziabra Shcracoziabra added this to the bebalance-release-6 milestone Sep 27, 2024
isVisible: boolean;
onBackdropPress: () => void;
};

const ICON_SIZE = 70;

const SignOutModal: FC<Properties> = ({
const OnLeaveModal: FC<Properties> = ({
Copy link
Collaborator

Choose a reason for hiding this comment

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

and file name as well

Suggested change
const OnLeaveModal: FC<Properties> = ({
const ConfirmationModal: FC<Properties> = ({

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants