Commit Graph

25 Commits

Author SHA1 Message Date
Arthur Jamet 7067fb9708 Front: Pretty 2023-10-28 08:09:21 +02:00
mathysPaul f610de3045 Restore guest mode 2023-10-08 19:47:03 +02:00
Bluub 8155549031 feat: back password reset email (#277) 2023-09-21 14:29:09 +02:00
mathysPaul 68c6c6fa11 fixing error from CI 2023-09-20 17:59:36 +02:00
mathysPaul 94a64d16e6 Redesign profil with datafake for skills 2023-09-20 17:40:52 +02:00
mathysPaul c4ca2e509e Fixing redesign-settings prettier & lint => CI 2023-09-19 18:23:31 +02:00
mathysPaul 1abfbf391f Fixing error prettier redesign CI 2023-09-19 17:36:19 +02:00
mathysPaul 1e504c8982 Redesign settings 2023-09-19 03:54:12 +02:00
Arthur Jamet c5d465df97 Front: Pretty and Lint (#225) 2023-06-17 07:01:23 +01:00
Clément Le Bihan 9033fbe937 Added a tab settings when user is guest to transform guest account into regular account 2023-04-19 06:01:13 +02:00
Clément Le Bihan 8eb524cc81 v1 of TabRowNavigator 2023-04-05 16:33:24 +02:00
danis 1fa43555df 94 - functionnal screens 2023-04-05 16:33:24 +02:00
danis 47629e3938 94 - API methods GET/POST 2023-04-05 16:33:24 +02:00
Chloé CHAUVIN 44411454b2 [WIP] finished the aesthetic but not functionnal 2023-04-05 16:33:24 +02:00
Chloé CHAUVIN 6e6dff526b [WIP] finished the aesthetic but not functionnal 2023-04-05 16:33:24 +02:00
danis ec4ee5b94a handlers 2023-04-05 16:33:24 +02:00
Clément Le Bihan df85d0cfa7 added autoComplete on signin component input's and fixed translations on submit buttons 2023-02-24 10:01:38 +01:00
Clément Le Bihan e9f49c51d0 Added autocompletes on qignupform component 2023-02-24 10:01:38 +01:00
Clément Le Bihan 5cfdb14f70 desactivated complex password requirement 2023-02-22 12:55:56 +01:00
Arthur Jamet f5770cd104 Front: Dark mode (#157) 2023-02-19 10:02:57 +00:00
Arthur Jamet 8546c86332 Front/translate refactor (#110)
* Front: i18n: Create component

* Front: Use new translation component

* Front: Translation COmpoent: Change props name

* Front: Fix merge
2022-11-24 17:20:45 +00:00
Arthi-chaud b83a369799 Front: Signin Form: Fix submittingstate on error 2022-11-17 18:22:32 +00:00
Arthi-chaud a458d07252 Front: Handle Empty Server response 2022-11-14 09:35:16 +00:00
Arthi-chaud 889d07cfe5 Front: Fix API calls with JWT Token 2022-11-13 15:48:52 +00:00
Clément Le Bihan 30d3be72b2 Feature/addsignupsignin (#83)
* first branch commit

* testing formik yup in react native

* made TextInput work with formik

* react native base form control working great removed formik

* adding the button logic

* fix stupid error when merging this commit and precending ones need to be rebased

* fix multiple merging issues

* functionnal login form setup in the app

* added translation support for LoginForm

* added a forgotten password and added translation fixes

* Renamed loginform to Signinform for better coherence

* v1 of signup form and finished a missing renamed for signinform

* errors messages are now displayed correctly

* removed unused helper text

* addded translations

* added a password complexity check

* added missing translations and a temporary implementation of the AuthentificationWiew

* PR diff preview quick fixes: Removed unused imports, auto format, removed unnecessary changes

* Front: Authentication View: Use toast as helper messages

* first branch commit

* testing formik yup in react native

* made TextInput work with formik

* react native base form control working great removed formik

* adding the button logic

* fix stupid error when merging this commit and precending ones need to be rebased

* fix multiple merging issues

* functionnal login form setup in the app

* added translation support for LoginForm

* added a forgotten password and added translation fixes

* Renamed loginform to Signinform for better coherence

* v1 of signup form and finished a missing renamed for signinform

* errors messages are now displayed correctly

* removed unused helper text

* addded translations

* added a password complexity check

* added missing translations and a temporary implementation of the AuthentificationWiew

* PR diff preview quick fixes: Removed unused imports, auto format, removed unnecessary changes

* Front: Authentication View: Use toast as helper messages

* removed a worng declaration

* fixed PR comments

Co-authored-by: Arthi-chaud <arthur.jamet@gmail.com>
2022-10-23 09:49:49 +02:00