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(my-history): add modal to confirm disable history queries #148

Merged

Conversation

ajperezbau
Copy link
Contributor

@ajperezbau ajperezbau requested a review from a team as a code owner July 15, 2022 10:30
Copy link
Contributor

@luismmdev luismmdev 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! 👏🏿 👏🏿

@@ -5,7 +5,7 @@
<DeviceDetector @DeviceProvided="$setLocaleDevice" :breakpoints="breakpoints" />
<Tagging />
<UrlHandler env="env" />
<XModal v-if="isOpen" :openEvents="openEvents" />
<XModal v-if="isOpen" :openEvents="openEvents" :closeEvents="closeEvents" />
Copy link
Contributor

Choose a reason for hiding this comment

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

With this change we can't close the XModal now, as the Close button is emitting UserClickedCloseEventsModal instead of the newly configured UserClickedCloseX event.

Modify desktop.vue line 35:

<Close closingEvent="UserClickedCloseX" class="x-button--ghost x-padding--right-00">

Modify mobile.vue line 16:

<Close
          closingEvent="UserClickedCloseX"

Copy link
Contributor

@mnavarroespinosa mnavarroespinosa 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!

Copy link
Contributor

@luismmdev luismmdev 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!

@mnavarroespinosa mnavarroespinosa merged commit 05ad777 into main Jul 19, 2022
@mnavarroespinosa mnavarroespinosa deleted the feature/EX-6517-confirm-dialog-to-disable-history-queries branch July 19, 2022 08:08
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