Commit Graph

47 Commits

Author SHA1 Message Date
Clément Le Bihan
c82cdc0445 PR fixes 2023-05-06 17:25:49 +02:00
Clément Le Bihan
1fa3d77e8d added search history in API.ts and displaying it on the HomePage 2023-05-06 17:25:49 +02:00
Arthur Jamet
c005ebbdc9 Front: Merge 2023-04-25 15:55:50 +01:00
Arthur Jamet
4b44ef0c11 Front: Remove comment 2023-04-23 15:32:44 +01:00
Arthur Jamet
bb96d57f27 Front: Use API to get settings 2023-04-23 15:30:37 +01:00
Arthur Jamet
88cfd1ecde Front: Fix Merge 2023-04-19 13:06:44 +01:00
Clément Le Bihan
fe782a4f94 fixed useQuery some code style and unused hooks 2023-04-19 06:01:13 +02:00
Clément Le Bihan
af3da974bf fixed bad naming for gamePlayed user data 2023-04-19 06:01:13 +02:00
Clément Le Bihan
1c76266444 added the front API function to tranform guest account into regular account and added translations 2023-04-19 06:01:13 +02:00
Clément Le Bihan
9d5060fc31 fixed missing isGuest info in the return of the user info from the front API wrapper, added a warning pop over when clicking disconnect while using a guest account 2023-04-19 06:01:13 +02:00
Clément Le Bihan
cf1e98f9e6 added createdAt info in user data and added types of elements to render in the list in order to have a more coherent look and a simpler api for the ElementList user 2023-04-19 06:01:13 +02:00
Clément Le Bihan
572bb0056d reamed user metrics into user data and added avatar picture and started to implement the user settings page 2023-04-19 06:01:13 +02:00
Clément Le Bihan
fbf85a635e fixed guest creation API front wrapping 2023-04-19 06:01:13 +02:00
Clément Le Bihan
728bb3d6a2 added guest support in the API and started the StartPageView layout 2023-04-19 06:01:13 +02:00
Arthur Jamet
4f9a3a9333 Front: Home Page: Use History 2023-04-12 11:31:20 +01:00
Clément Le Bihan
9dfc2881a2 added partyPlayed into the user metrics model and added a dummy profile setting view page 2023-04-05 16:33:24 +02:00
Clément Le Bihan
4e26925113 moved and reformat with tab SettingsView and updated view s with amaury's forms 2023-04-05 16:33:24 +02:00
Clément Le Bihan
8728707b28 updated API.ts handling code to update email and password 2023-04-05 16:33:24 +02:00
danis
ac4012087c password check 2023-04-05 16:33:24 +02:00
danis
6cca70a290 removed console.log + better reject message 2023-04-05 16:33:24 +02:00
danis
0fd64bfba0 clean code 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
danis
ec4ee5b94a handlers 2023-04-05 16:33:24 +02:00
Arthur Jamet
2bed2e1c64 Front/use search api (#167) 2023-03-08 16:29:30 +00:00
Clément Le Bihan
eee51ffddd Using a random subset of all songs in searchHistory and PlayHistory 2023-02-24 10:01:38 +01:00
Clément Le Bihan
c00a96a987 deactivating refetchOnWindowFocus globally and fetching songs from /song 2023-02-24 10:01:38 +01:00
Clément Le Bihan
48deb3c176 Added APIError en exception to filter out any system Error providing an easy way to handle business errors with translations 2023-02-23 19:00:12 +01:00
Clément Le Bihan
ba87662b73 added dummy sources until the APi gives us real covers, because I'm sick of amy whitehouse 2023-02-23 19:00:12 +01:00
Clément Le Bihan
3fc6de509f song related functions are using getSong to get real info but the initial data is faked 2023-02-23 19:00:12 +01:00
Clément Le Bihan
473672ac33 fixed the getSong of the API.ts but modifications of the backend must be done 2023-02-23 19:00:12 +01:00
Clément Le Bihan
68f618ad64 fixed the getUserInfo of API.ts 2023-02-23 19:00:12 +01:00
Arthur Jamet
d9e33a9847 front: Play Page: Midi Playback (#127) 2023-01-27 16:01:30 +00:00
Clément Le Bihan
b2bbf76705 fix baseAPIUrl to use reverse proxy 2023-01-26 17:44:50 +09:00
Arthi-chaud
24baef9c5a Front: API Wrapping :Fix hard-coded values 2023-01-25 14:13:00 +00:00
Arthi-chaud
a2072644d6 Front: Merge 2023-01-25 10:01:40 +00:00
Clément Le Bihan
2f5c9481aa Partitionvisual (#122)
* first tries with transition entry from native base

* setup moti for mobile and web use

* added Easing linear for consistant scroll scpeed

* pause works !

* added startAt, rewind and fast forward

* created temporary view for partition viewer

* Cleanup for PR

* fix little bug in rewind
2023-01-25 16:44:00 +09:00
Arthi-chaud
2934d760eb Front: Play Page: Use Scorometer 2023-01-07 08:19:36 +00:00
Arthi-chaud
f53fabb20b Front: Fix Refresh on authentication 2023-01-04 14:13:37 +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
Arthi-chaud
d2dd3b52de Front: Home View: Atomic Layout 2022-10-04 09:13:46 +01:00
Arthi-chaud
f6a0acb991 Front; Song Lobby: Cpaters, Scores and layout 2022-09-04 16:06:05 +02:00
Arthi-chaud
d04203ca32 Front: Create Song Lobby View + add loading component 2022-08-28 15:32:11 +02:00
Arthi-chaud
596c85fdb0 Front: Models: 'Competency' type renamed to 'Skill' 2022-08-28 12:04:10 +02:00
Arthi-chaud
d48d05581f Front: Basic API Wrapper with hard-coded values 2022-08-15 10:54:00 +02:00