Hide nav when keyboard is open

This commit is contained in:
Jon Staab
2025-11-25 15:30:40 -08:00
parent bfdc69f18c
commit e083719ceb
5 changed files with 40 additions and 2 deletions
+4
View File
@@ -37,6 +37,7 @@
import {initializePushNotifications} from "@app/util/push"
import * as notifications from "@app/util/notifications"
import * as storage from "@app/util/storage"
import {syncKeyboard} from "@app/util/keyboard"
import NewNotificationSound from "@src/app/components/NewNotificationSound.svelte"
const {children} = $props()
@@ -134,6 +135,9 @@
// Subscribe to badge count for changes
unsubscribers.push(notifications.badgeCount.subscribe(notifications.handleBadgeCountChanges))
// Initialize keyboard state tracking
unsubscribers.push(syncKeyboard())
// Listen for signer errors, report to user via toast
unsubscribers.push(
signerLog.subscribe(