CASH-403 update menu modal show/hide.

This commit is contained in:
Bryan Mauger 2025-04-07 13:39:06 -04:00
parent 76342d50a5
commit 25ec4931a2

View file

@ -3,7 +3,9 @@
class="funnel-header d-flex justify-content-center align-items-center flex-column" class="funnel-header d-flex justify-content-center align-items-center flex-column"
v-if="imageSrc"> v-if="imageSrc">
<img class="logo-image img-fluid" :src="imageSrc" alt="Safelite logo" /> <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> </div>
<template v-for="globalAlert in globalAlertMessages" :key="globalAlert.id"> <template v-for="globalAlert in globalAlertMessages" :key="globalAlert.id">
<transition name="fade" mode="out-in"> <transition name="fade" mode="out-in">
@ -59,7 +61,7 @@ export default {
}, },
components: { components: {
alert, alert,
//menuModal, Temporary hide. See above. menuModal,
}, },
mounted() { mounted() {
// Check if alert event is on the bus // Check if alert event is on the bus