Fixes and tickets

This commit is contained in:
Thomas Demirdjian
2025-10-28 15:43:18 +01:00
parent 2599a25d77
commit d1be3c19a2
31 changed files with 6663 additions and 795 deletions
+7 -1
View File
@@ -46,11 +46,17 @@ export default ({ navigation }) => {
type: "string",
},
{
title: "Notifications",
title: "Notifications push",
key: "notifications",
value: !!currentUserData?.notifications,
type: "boolean",
},
{
title: "Notifications par email",
key: "emailNotifications",
value: !!currentUserData?.emailNotifications,
type: "boolean",
},
{
title: "Langue",
key: "language",