1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-12 00:55:01 +00:00
Commit graph

529 commits

Author SHA1 Message Date
Johan Girod
c69e6ac9b0 Ajoute un message explicatif quand la valeur renseignée abouti a un résultat impossible 2023-09-28 16:20:19 +02:00
Jérémy Rialland
78669b88ff Fix date loop with different timezone 2023-09-27 21:19:33 +02:00
Jérémy Rialland
f8cf7c2b69 debug Date loop 2023-09-27 21:19:33 +02:00
Jérémy Rialland
35386350c6 Remove unused code 2023-09-27 21:19:33 +02:00
Jérémy Rialland
ca4af46cc7 Avoid race condition when simulator change 2023-09-27 21:19:33 +02:00
Jérémy Rialland
497a675d06 Add notifications when simu is ended 2023-09-27 21:19:33 +02:00
Johan Girod
637deda0a1 Add a eslint rule for preventing the use of default import from styled component
Indeed it cause a bug of ESM compilation
2023-09-27 14:55:17 +02:00
Johan Girod
6d62fbb0ae Fix build bug 2023-09-27 14:55:17 +02:00
Johan Girod
ecfbc08a0d Améliore la recherche 2023-09-27 14:55:17 +02:00
Johan Girod
09ccdbb4c7 Move date-fns in async lazy component 2023-09-27 14:55:17 +02:00
Jérémy Rialland
88a8f72322 Explain errors avoided 2023-09-27 10:55:53 +02:00
Jérémy Rialland
53852a95c1 Ignore some error 2023-09-27 10:55:53 +02:00
Jérémy Rialland
ded5371705 Fix some html error 2023-09-27 10:55:53 +02:00
Jérémy Rialland
e83bbb6bad Add useBrowserOnly 2023-09-25 12:46:15 +02:00
Jérémy Rialland
db44a07f1c Multiple fix 2023-09-25 12:46:15 +02:00
Johan Girod
1acaf0913e Traductions manquantes 2023-09-21 18:48:04 +02:00
Johan Girod
81121f8a55 Met à jour la landing pour faire ressortir les outils mis en avant et le CTA pour voir les simulateurs 2023-09-21 18:48:04 +02:00
Johan Girod
52ade93997 Répare le code d'intégration
fix #2813
2023-09-21 16:22:44 +02:00
Johan Girod
1cdaeb1377 Ajoute la valeur par défaut selectionnée dans la question
fix #2567
2023-09-21 15:26:10 +02:00
Johan Girod
d18fe17f42 Linting 2023-09-15 11:25:54 +02:00
Johan Girod
b86b1538dd Répare l'affichage de la documentation sur le comparateur des statuts
fix #2796
2023-09-15 11:13:58 +02:00
Johan Girod
ab4c8fbe5b Répare regression sur l'affichage de la description 2023-09-13 14:12:12 +02:00
Johan Girod
43896628f2 Répare regression sur l'affichage de la description 2023-09-13 13:55:10 +02:00
Johan Girod
b5b46d0f9e Répare les tests E2E 2023-09-13 11:27:57 +02:00
Johan Girod
fefe90a1b5 Enlève swc styled-component plugin qui ajoute un import qui ne fonctionne pas en esm
Par conséquent, plus de css=. On remplace par le good'ol style=.
2023-09-13 11:27:57 +02:00
Johan Girod
7508d30f71 Update to publicodes 1.0.0-beta.73 && fix translation 2023-09-13 11:27:57 +02:00
Johan Girod
07e222286e Styled component update : répare typescript 2023-09-13 11:27:57 +02:00
Johan Girod
fcd469e007 Styled component update : répare le darkmode 2023-09-13 11:27:57 +02:00
Johan Girod
930b382c5a Styled component update : rempace useContext(ThemeContext) par useTheme 2023-09-13 11:27:57 +02:00
Johan Girod
6cc6a2ee23 Styled component update : ajoute des & devant tous les pseudo-selector 2023-09-13 11:27:57 +02:00
Johan Girod
669da2d203 Styled component update : Fix Errors on auto-entrepreneur 2023-09-13 11:27:57 +02:00
Johan Girod
48310e09d1 Styled component update : Fix Errors on landing 2023-09-13 11:27:57 +02:00
Jérémy Rialland
e65d37d893 Fix styled components 2023-09-13 11:27:57 +02:00
Jérémy Rialland
b4f794e160 Fix markdown in notifications 2023-08-21 12:18:11 +02:00
Jérémy Rialland
7de4b5c0d1 Add ErrorBoundary without feedback form 2023-08-14 17:33:34 +02:00
Jérémy Rialland
b0845c0f86 Add error message if the feedback msg is not send 2023-08-14 15:46:05 +02:00
Jérémy Rialland
9921b19e0b Add feedback module on error page 2023-08-14 15:46:05 +02:00
Jérémy Rialland
81cb52d174 Fix naviguation with up key 2023-08-14 15:46:05 +02:00
Jérémy Rialland
1f713ade57 Add darkmode in SelectCommune 2023-08-14 15:46:05 +02:00
Jérémy Rialland
b80741a705 Fix SelectCommune hidden by overflow auto 2023-08-14 15:46:05 +02:00
Jérémy Rialland
3c6daab0d1 Fix spacing in bottom pages 2023-08-14 15:46:05 +02:00
Jérémy Rialland
afdc4636c6 fix types errors 2023-08-07 16:49:45 +02:00
Jérémy Rialland
b7b1a01819 Fix types error 2023-08-07 16:49:45 +02:00
Jérémy Rialland
dd095fe03e Fix prettier 2023-08-07 16:49:45 +02:00
Jérémy Rialland
7333ffd306 Update react router to use useTransition 2023-08-07 16:49:45 +02:00
Johan Girod
9c49a34feb Améliore le style des références et ajoute un feedback sur la page résultat 2023-08-03 17:22:49 +02:00
Johan Girod
f14584753b Améliore la navigation dans l'assistant au choix du statut pour les mobiles 2023-08-02 12:48:41 +02:00
Johan Girod
218a8ea059 Améliore la navigation dans les intégrations pour l'assistant au choix du statut 2023-08-02 12:48:41 +02:00
Johan Girod
c8b48af193 Répare la navigation dans les iframes
fix #2528
2023-08-02 12:48:41 +02:00
Johan Girod
6668863134 Ajoute le tracking 2023-08-02 12:48:41 +02:00