Feat impl settings page#77
Conversation
feat - aliment user datas
| sx={{ | ||
| lineHeight: "24px", | ||
| fontSize: "16px", | ||
| letterSpacing: "0.15px", | ||
| fontWeight: 400, | ||
| fontFamily: "Roboto", | ||
| }} |
There was a problem hiding this comment.
On évite le style au maximum dans les composant, tu peux utiliser typography
|
| responses: { get: APISchemas["ContactFirstLoginDto"]; put: APISchemas["ContactDto"]; delete: null } | ||
| responses: { get: null; put: APISchemas["ContactDto"]; delete: null } |
There was a problem hiding this comment.
La réponse du get m'étonne
There was a problem hiding this comment.
arf, c'est à nouveau le modéle openapi qui met du null. Tu avais remplacé avec du ContactFirstLoginDto à la mano...ennuyeux de devoir reprendre à chaque mise à jour des types/api..je corrigerai l'api en retour de congés
| } | ||
| ContactFirstLoginDto: { | ||
| identifier: string | ||
| identifier?: string |
| fontWeight: 600, | ||
| lineHeight: "18px", | ||
| letterSpacing: "0.1px", | ||
| fontSize: "14px", |
There was a problem hiding this comment.
Essaie d'utiliser une typography déjà existante
| robotoLarge: { | ||
| lineHeight: "24px", | ||
| fontSize: "16px", | ||
| letterSpacing: "0.15px", | ||
| fontWeight: 400, | ||
| fontFamily: "Roboto", | ||
| }, |




No description provided.