feature/IO-3377-Add-Notification-Tone-For-Messaging - Finalize

This commit is contained in:
Dave
2025-09-24 14:32:45 -04:00
parent e11260e8fc
commit 5ae2e33596
6 changed files with 221 additions and 43 deletions

View File

@@ -73,9 +73,6 @@ export function App({
setIsPartsEntry(isParts);
}, [setIsPartsEntry]);
//const b = Grid.useBreakpoint();
// console.log("Breakpoints:", b);
// Associate event listeners, memoize to prevent multiple listeners being added
useEffect(() => {
const offlineListener = () => {
@@ -165,7 +162,7 @@ export function App({
/>
<NotificationProvider>
<SoundWrapper>
<SoundWrapper bodyshop={bodyshop}>
<Routes>
<Route
path="*"