]> git.digitality.be Git - pdw25-26/commit
feat(dashboard): Dashboard fonctionnel (mock, styles, services)
authorThibaud Moustier <thibaudmoustier0@gmail.com>
Mon, 9 Feb 2026 17:11:54 +0000 (18:11 +0100)
committerThibaud Moustier <thibaudmoustier0@gmail.com>
Mon, 9 Feb 2026 17:11:54 +0000 (18:11 +0100)
commit19005a65f743c95063d0f76e3e257dcf0d463115
tree6622fd39beef195228a2163c31ef25cf45bd52a0
parentbbd1f7fa29d9e894828dbaa5c19049b13e64133e
feat(dashboard): Dashboard fonctionnel (mock, styles, services)
App.tsx
package-lock.json
package.json
src/mocks/dashboard.mock.ts [new file with mode: 0644]
src/screens/DashboardScreen.tsx [new file with mode: 0644]
src/services/dashboardService.ts [new file with mode: 0644]
src/services/mockApi.ts [new file with mode: 0644]
src/types/DashboardSummary.ts [new file with mode: 0644]
src/utils/settingsStorage.ts [new file with mode: 0644]