]> git.digitality.be Git - pdw25-26/commit
Mobile : add code to Wallette/mobile + supp .gitkeep
authorThibaud Moustier <thibaudmoustier0@gmail.com>
Tue, 24 Feb 2026 14:18:44 +0000 (15:18 +0100)
committerThibaud Moustier <thibaudmoustier0@gmail.com>
Tue, 24 Feb 2026 14:18:44 +0000 (15:18 +0100)
commitaa20bf1c2ce86c40e31ec89054a40a52fb15a335
treec70019007fe1453a513f4f0575d0cd373d10b2a7
parent62a7773a76bdf90824f3df5c6b9702d3bcc01d0e
Mobile : add code to Wallette/mobile + supp .gitkeep
31 files changed:
Wallette/mobile/.expo/README.md [new file with mode: 0644]
Wallette/mobile/.expo/devices.json [new file with mode: 0644]
Wallette/mobile/.gitkeep [deleted file]
Wallette/mobile/App.tsx [new file with mode: 0644]
Wallette/mobile/app.json [new file with mode: 0644]
Wallette/mobile/index.ts [new file with mode: 0644]
Wallette/mobile/package-lock.json [new file with mode: 0644]
Wallette/mobile/package.json [new file with mode: 0644]
Wallette/mobile/src/components/ActionsCard.tsx [new file with mode: 0644]
Wallette/mobile/src/components/MarketCard.tsx [new file with mode: 0644]
Wallette/mobile/src/components/StrategyCard.tsx [new file with mode: 0644]
Wallette/mobile/src/components/WalletCard.tsx [new file with mode: 0644]
Wallette/mobile/src/components/ui/uiStyles.ts [new file with mode: 0644]
Wallette/mobile/src/config/env.ts [new file with mode: 0644]
Wallette/mobile/src/mocks/dashboard.mock.ts [new file with mode: 0644]
Wallette/mobile/src/mocks/signals.mock.ts [new file with mode: 0644]
Wallette/mobile/src/models/UserSettings.ts [new file with mode: 0644]
Wallette/mobile/src/screens/DashboardScreen.tsx [new file with mode: 0644]
Wallette/mobile/src/screens/HistoryScreen.tsx [new file with mode: 0644]
Wallette/mobile/src/screens/SettingsScreen.tsx [new file with mode: 0644]
Wallette/mobile/src/services/dashboardService.ts [new file with mode: 0644]
Wallette/mobile/src/services/mockApi.ts [new file with mode: 0644]
Wallette/mobile/src/services/signalService.ts [new file with mode: 0644]
Wallette/mobile/src/services/socketService.ts [new file with mode: 0644]
Wallette/mobile/src/theme/theme.ts [new file with mode: 0644]
Wallette/mobile/src/tsconfig.json [new file with mode: 0644]
Wallette/mobile/src/types/Alert.ts [new file with mode: 0644]
Wallette/mobile/src/types/DashboardSummary.ts [new file with mode: 0644]
Wallette/mobile/src/types/Signal.ts [new file with mode: 0644]
Wallette/mobile/src/utils/settingsStorage.ts [new file with mode: 0644]
Wallette/mobile/tsconfig.json [new file with mode: 0644]