Commit Graph

22 Commits

Author SHA1 Message Date
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