27 Commits

Author SHA1 Message Date
zoriya 3c04e8bb39 Fix types 2024-01-09 17:34:35 +01:00
Arthur Jamet 60988dd599 Front: Use Mutations to update 'liked' state 2023-12-29 18:13:40 +01:00
Arthur Jamet e85a959c26 Front: remove Visible IDs 2023-12-22 17:37:21 +01:00
Arthur Jamet 617d31cb22 Front: Remove Old Lobby Page 2023-11-19 09:13:22 +01:00
danis bc227fb0ea pretty + better handling + handling in artist detail view 2023-09-18 16:45:03 +02:00
danis 46ef0a7f1b remove expo-linear-gradient 2023-09-12 22:05:31 +02:00
danis 64640eda55 lints fix 2023-09-09 19:18:30 +02:00
danis a6d9cb3b40 run prettier 2023-09-09 18:55:32 +02:00
danis 3ff523560b fix PR II 2023-09-09 17:51:18 +02:00
danis b61968706d fix PR I 2023-09-09 14:25:43 +02:00
danis f85c30a53b clean code VI 2023-09-06 17:07:16 +02:00
danis 7e866f9826 clean code III 2023-09-06 15:59:50 +02:00
danis 01394056a6 Merge branch 'feature/adc/artist-view' into feature/adc/#224-genre-view 2023-09-04 14:24:21 +02:00
danis 1396fcb39c artist name fix 2023-09-04 11:05:33 +02:00
danis 1255343b97 artist view + moved components 2023-08-12 11:16:22 +02:00
danis bf09a25eb5 linear gradient 2023-07-11 10:06:55 +02:00
danis 3a09d10d3b you miss 100% of the shots you dont take 2023-07-09 23:24:31 +02:00
Arthur Jamet 87de52cae0 Front: 'Get Song By Artist' Query: fix typings 2023-07-05 14:18:31 +01:00
danis 28716eeab2 init genreDetailsView 2023-07-05 09:26:45 +02:00
danis 606af3901c Merge branch 'main' into feature/adc/artist-view 2023-06-28 09:22:25 +02:00
danis b2247e79ae having a bug with api :/ 2023-06-28 09:11:49 +02:00
Arthur Jamet 857158c6cf Front: Standardise queries (#233) 2023-06-23 15:16:22 +01:00
Arthur Jamet 3e84605c59 Front: If resource is not found, redirect to Error View 2023-06-22 18:30:52 +02:00
danis a6ae770194 Merge branch 'main' into feature/adc/artist-view 2023-06-21 09:19:04 +02:00
danis e378465126 components RowCustom & SongRow + artist banner 2023-06-21 08:21:34 +02: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