]> git.digitality.be Git - pdw25-26/commit
Mobile : StrategyScreen created + modification
authorThibaud Moustier <thibaudmoustier0@gmail.com>
Wed, 25 Feb 2026 14:10:45 +0000 (15:10 +0100)
committerThibaud Moustier <thibaudmoustier0@gmail.com>
Wed, 25 Feb 2026 14:10:45 +0000 (15:10 +0100)
commit5c9e3e6e4298dc712186608df310980e86e827b6
tree7e484df8b1dd8da13bd45be64bee4cee1f470e27
parentdd81507bf6b6ecb8dc9634e605ae1f04a927bbc4
Mobile : StrategyScreen created + modification
Wallette/mobile/App.tsx
Wallette/mobile/src/components/StrategyCard.tsx
Wallette/mobile/src/mocks/strategies.mock.ts [new file with mode: 0644]
Wallette/mobile/src/models/UserSettings.ts
Wallette/mobile/src/screens/DashboardScreen.tsx
Wallette/mobile/src/screens/SettingsScreen.tsx
Wallette/mobile/src/screens/StrategyScreen.tsx [new file with mode: 0644]
Wallette/mobile/src/services/strategyService.ts [new file with mode: 0644]
Wallette/mobile/src/types/Strategy.ts [new file with mode: 0644]
Wallette/mobile/src/utils/settingsStorage.ts