Merge pull request #2398 from Safelite/CASH-403-update-menu-modal-show-hide

CASH-403 update menu modal show/hide.
This commit is contained in:
bmauger 2025-04-07 14:01:01 -04:00 committed by GitHub
commit d428a5b170
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,9 @@
class="funnel-header d-flex justify-content-center align-items-center flex-column"
v-if="imageSrc">
<img class="logo-image img-fluid" :src="imageSrc" alt="Safelite logo" />
<!-- <menuModal /> Hide temporarily until re-implemented for use with progress bar. Edit display: none below as well. -->
<!-- // menu-modal temporarily not in use until the hamburger menu is re-implemented for use with the progress bar. See display: none below. -->
<menuModal />
<!-- // menu-modal temporarily not in use until the hamburger menu is re-implemented for use with the progress bar. See display: none below. -->
</div>
<template v-for="globalAlert in globalAlertMessages" :key="globalAlert.id">
<transition name="fade" mode="out-in">
@ -59,7 +61,7 @@ export default {
},
components: {
alert,
//menuModal, Temporary hide. See above.
menuModal,
},
mounted() {
// Check if alert event is on the bus