17 Commits

Author SHA1 Message Date
zoriya 17f64cd849 Add isLiked bool on the front 2024-01-13 01:10:58 +01:00
Clément Le Bihan 495380ec43 Fix CI 2023-12-29 18:13:40 +01:00
Arthur Jamet 962cf58e77 Front: DiscoveryView: USe Like status 2023-12-29 18:13:40 +01:00
Clément Le Bihan 00d097f643 Fixes prettier 2023-12-20 12:01:55 +01:00
Arthur Jamet 99da77f23e Front: Fix cirular dependecy between validators 2023-12-20 12:01:55 +01:00
Arthur Jamet 7a6dc8b0c9 Front: Use history include to get best/last score for a song 2023-12-20 12:01:55 +01:00
Clément Le Bihan 1d61b1e652 eslint 2023-12-04 23:16:20 +01:00
zoriya 3becdcff46 Fix types 2023-12-04 13:28:07 +01:00
zoriya eff5eae706 Handle includes in the home page 2023-12-04 13:28:07 +01:00
Arthur Jamet 10d1342294 Front: Api models validation (#245)
* Front: Model: Write Validators

* Front: Plage response validator

* Front: API: Typing 'fetch' return

* Front: Basic Models: Response Handlers

* Front: API: Validate authentication response

* Front: Validate Search History

* Front: Validate Responses of User updates

* Front: On Validation Error, more verbose console error
2023-07-05 09:22:55 +01:00
Arthur Jamet c5d465df97 Front: Pretty and Lint (#225) 2023-06-17 07:01:23 +01:00
Amaury 97bf7bdac8 Feature/adc/#192 barre de recherche (#201)
* context and react query add to searchView

* handle empty result + back

* #192 - New card components and history fetch + dummy suggestions fetch

* respoonsive design + filters map

* artist details view + translations + SongData mapping fix + items limitation

* history search back and front + cards + fix

* fixed useless history entries

* clean code

* clean code

* fix pr: SearchHistory new type related fixes

* simplified SearchResultComponent (useEffect removed, condition simplified to trigger different 'modes'

* search re-do onPress history cards + scoreView obj map

* clean code API.ts

* fix pr + search history behavior

* added utility function to get song suggestions with artists and fixed error types along the way

* fix in songrow the title didn't shrinked when not enough space on screen

* removed redirect callback from ArtistCard to ArtistResults

* moved the callback from genre card grid to searchresult and implemented history for songs

* SearchBar is now updating input search following stringQuery

* added scroll view to have the complete background

* Added the route props for query in Searchview

* fixed robot test

---------

Co-authored-by: Clément Le Bihan <clement.lebihan773@gmail.com>
2023-05-26 10:50:25 +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 473672ac33 fixed the getSong of the API.ts but modifications of the backend must be done 2023-02-23 19:00:12 +01:00
Arthi-chaud 889d07cfe5 Front: Fix API calls with JWT Token 2022-11-13 15:48:52 +00:00
Arthi-chaud 62f1576a70 Front: Song Lobby Page: Basic Layout with song title, illustration and illustration 2022-09-03 09:42:26 +02:00
Arthi-chaud e89c66feea Front: Add Models for API Wrapping 2022-08-13 13:56:31 +02:00