]> git.digitality.be Git - pdw25-26/commit
Mobile : Update mobile from thibaud-mobile
authorThibaud Moustier <thibaudmoustier0@gmail.com>
Fri, 27 Feb 2026 21:43:26 +0000 (22:43 +0100)
committerThibaud Moustier <thibaudmoustier0@gmail.com>
Fri, 27 Feb 2026 21:43:26 +0000 (22:43 +0100)
commitfd5b8e22d29370ee6fa953195a396d03090b60e0
tree74a9ef5d2760a9a2151f0e3510ecbafb5637cced
parent2b76a53b4d057d869505f82b0353db5b133351af
Mobile : Update mobile from thibaud-mobile
22 files changed:
Wallette/mobile/.expo/README.md [deleted file]
Wallette/mobile/.expo/devices.json [deleted file]
Wallette/mobile/App.tsx
Wallette/mobile/package-lock.json
Wallette/mobile/package.json
Wallette/mobile/src/config/api.ts [new file with mode: 0644]
Wallette/mobile/src/config/env.ts
Wallette/mobile/src/models/AccountProfile.ts [deleted file]
Wallette/mobile/src/models/AuthUser.ts [new file with mode: 0644]
Wallette/mobile/src/screens/AboutScreen.tsx
Wallette/mobile/src/screens/AccountScreen.tsx
Wallette/mobile/src/screens/AuthScreen.tsx
Wallette/mobile/src/screens/SettingsScreen.tsx
Wallette/mobile/src/screens/TutorialScreen.tsx [new file with mode: 0644]
Wallette/mobile/src/services/api/alertsApi.ts [new file with mode: 0644]
Wallette/mobile/src/services/api/authApi.ts [new file with mode: 0644]
Wallette/mobile/src/services/api/priceApi.ts [new file with mode: 0644]
Wallette/mobile/src/services/api/signalApi.ts [new file with mode: 0644]
Wallette/mobile/src/services/api/strategyApi.ts [new file with mode: 0644]
Wallette/mobile/src/utils/accountStorage.ts [deleted file]
Wallette/mobile/src/utils/authUsersStorage.ts [new file with mode: 0644]
Wallette/mobile/src/utils/tutorialStorage.ts [new file with mode: 0644]