Commit Graph

16 Commits

Author SHA1 Message Date
Arthur Jamet 617d31cb22 Front: Remove Old Lobby Page 2023-11-19 09:13:22 +01:00
Arthur Jamet c5d465df97 Front: Pretty and Lint (#225) 2023-06-17 07:01:23 +01:00
GitBluub 2434d5f5df fix: image via props and remove songIllustration function for cover property 2023-05-30 11:33:43 +02:00
GitBluub 6dcda01f6f feat: song illustrations code 2023-05-30 11:33:43 +02: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
Arthur Jamet b0e01ffbed Front: Navigation: Use actual routes to build a typed navigator 2023-04-14 11:46:40 +01:00
Arthur Jamet 3ca2bdaa90 Song Card: Rework Layout for responsivity 2023-03-23 19:17:58 +01:00
Clément Le Bihan 966c57db78 fixed titles and artists too long that breaked the layout, reduced the spacing of SongCardGrid and use itemDimesnion instead of NbElementsPerRow to see better on mobile 2023-02-23 19:00:12 +01:00
Arthur Jamet f5770cd104 Front: Dark mode (#157) 2023-02-19 10:02:57 +00:00
Arthi-chaud 889d07cfe5 Front: Fix API calls with JWT Token 2022-11-13 15:48:52 +00:00
Clément Le Bihan 284da8b8c7 Feature/addsearchpage (#85)
* Added a searchbar view with a debounce

* Added SearchBar with suggestions handled

* Front: Fix style of search suggestions

* added multiple types of suggestions and fixed image rendered

* Search bar revamped done

* removed unused files

Co-authored-by: Arthi-chaud <arthur.jamet@gmail.com>
2022-10-25 19:36:44 +02:00
Arthi-chaud c21ed52cf0 Front: Competencies Table 2022-10-07 12:29:12 +01:00
Arthi-chaud cddf1b7ff7 Front: Home View: Song Card Grid 2022-10-07 11:30:56 +01:00
Arthi-chaud e17268c46c Front: Song Card is clickable 2022-10-07 10:33:52 +01:00
Arthi-chaud 5f63e593f9 Front: Home View: Use Native Base for Layout 2022-10-06 08:57:19 +01:00
Arthi-chaud a78d2a0196 Front: Home Page: Basic Grid layout 2022-10-05 09:18:48 +01:00