Delete unused code, remove logs, add dnd package.

This commit is contained in:
Patrick Fic
2025-10-27 15:01:02 -07:00
parent bedc1f9501
commit a207d5dff7
44 changed files with 42 additions and 3137 deletions

View File

@@ -144,7 +144,11 @@ function Tab({ bodyshop, currentUser, signOutStart }) {
"Error",
`Unable to register for notifications: ${error.message}`
);
console.log("Notification registration error:", error);
console.log(
"Notification registration error:",
error,
error.stack
);
}
}}
>
@@ -161,7 +165,9 @@ function Tab({ bodyshop, currentUser, signOutStart }) {
}`}
</Text>
<Text style={styles.paragraph}>
{`${t("settings.labels.signedinuser")} ${currentUser?.email || "Unknown"}`}
{`${t("settings.labels.signedinuser")} ${
currentUser?.email || "Unknown"
}`}
</Text>
</Card.Content>
<Card.Actions>