Feature: Welcome-Dashboard für eingeloggte User — Hundefoto-Hero, Stats-Chips, Feature-Karten — SW by-v475, APP_VER 452

This commit is contained in:
rene 2026-04-29 06:35:42 +02:00
parent c8ae514c01
commit db386da2c0
5 changed files with 359 additions and 27 deletions

View file

@ -108,6 +108,7 @@ const API = (() => {
},
deletePhoto(id) { return del(`/dogs/${id}/photo`); },
getSkills(id) { return get(`/dogs/${id}/skills`); },
welcomeDashboard(dogId) { return get(`/dogs/${dogId}/welcome-dashboard`); },
};
// ----------------------------------------------------------