Commit Graph

735 Commits

Author SHA1 Message Date
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 67a03f196e passing directly PlayView view function to the react screen to solve loss of state issues 2023-02-24 10:01:38 +01:00
Clément Le Bihan 054913952e added key to competenciiesTable 2023-02-24 10:01:38 +01:00
Clément Le Bihan 0ebc1f7eea Added alt prop rto image in lobbyview and fixed title not being displayed 2023-02-24 10:01:38 +01:00
danis 4612abf160 #137 - general cleaning translations done 2023-02-23 22:17:26 +01:00
danis 69be4ef64a completed translations + deleted cloned keys
updated sign* key translations to be more consistent with case
updated error handling of signup exceptions
2023-02-23 22:17:26 +01:00
Clément Le Bihan db0142f4f3 added a missing translation 2023-02-23 19:00:12 +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 b8e7b5d09d Updated SongCardGrids in HomeView to use itemDimension 2023-02-23 19:00:12 +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
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
Clément Le Bihan 3a0db23a65 removed devConfig proxies 2023-02-22 12:55:56 +01:00
Clément Le Bihan 5cfdb14f70 desactivated complex password requirement 2023-02-22 12:55:56 +01:00
Clément Le Bihan ee3653829c front Dockerfile dev done 2023-02-22 12:55:56 +01:00
Clément Le Bihan 1b619a8d1a remove hermes-engine 2023-02-22 12:55:56 +01:00
Clément Le Bihan da2f5966b3 added package for build 2023-02-22 12:55:56 +01:00
Clément Le Bihan 2c0741290a fix error buid web with animated v2 2023-02-22 12:55:56 +01:00
Clément Le Bihan ae901c49d5 started to implement front docker compose dev 2023-02-22 12:55:56 +01:00
Clément Le Bihan f37a081031 Merge pull request #130 from Chroma-Case/feature/adc/#71-create-search-route
Feature/adc/#71 create search route
2023-02-20 18:32:54 +01:00
Arthur Jamet f5770cd104 Front: Dark mode (#157) 2023-02-19 10:02:57 +00:00
danis 6ebc7a2a5d Merge branch 'main' into feature/adc/#71-create-search-route 2023-02-07 21:36:47 +03:00
danis 31dbb108ba revert test files to default 2023-02-06 14:02:23 +03:00
danis cca7a9ff38 removed useless docker and robot files 2023-02-06 13:12:23 +03:00
danis 0fd1b38464 deleted useless CI file 2023-01-28 20:53:29 +03:00
danis 4b5039cbf1 ran prettier 2023-01-28 20:52:52 +03:00
danis 52d5c0eee4 PR fix front issues 2023-01-28 20:39:54 +03:00
Clément Le Bihan 144d9bec5f Merge pull request #131 from Chroma-Case/tmp_branch_fix_front
invert shaddy condition
2023-01-29 01:50:42 +09:00
Clément Le Bihan d92d05809f invert shaddy condition 2023-01-29 01:49:40 +09:00
Clément Le Bihan 3e092af6d8 added dynamic system for ws connection to handle secure context and s… (#128)
* added dynamic system for ws connection to handle secure context and special web rules

* Front: Fix Play on end

* fix build and ws reverse proxy

---------

Co-authored-by: Arthi-chaud <arthur.jamet@gmail.com>
2023-01-28 16:17:02 +00:00
Arthur Jamet d9e33a9847 front: Play Page: Midi Playback (#127) 2023-01-27 16:01:30 +00:00
danis 7b4e0ef882 Merge branch 'main' into feature/adc/#71-create-search-route 2023-01-27 15:41:05 +03:00
GitBluub 2084488dd8 fix: dockerfile cmd 2023-01-27 02:33:30 +09:00
GitBluub a3f1ff6f7a fix: dockerfile cmd 2023-01-27 00:27:17 +09:00
GitBluub 6797ce3937 fix: dockerfile indent 2023-01-26 21:18:00 +09:00
GitBluub 595c8f785f feat: scorometer fetchs the midiPath from the backend 2023-01-26 21:18:00 +09:00
GitBluub 3e75441639 feat: basics of practice mode 2023-01-26 21:18:00 +09:00
GitBluub 36c5281454 wip practice mode 2023-01-26 21:18:00 +09:00
GitBluub e32b1810f9 refactoring 2023-01-26 21:18:00 +09:00
GitBluub c694e901b0 send method 2023-01-26 21:18:00 +09:00
GitBluub a95ed79095 getTiming methods 2023-01-26 21:18:00 +09:00
GitBluub ae873fa8dd sendDebug method 2023-01-26 21:18:00 +09:00
Clément Le Bihan b2bbf76705 fix baseAPIUrl to use reverse proxy 2023-01-26 17:44:50 +09:00
Clément Le Bihan b2cdfd32d4 Merge pull request #123 from Chroma-Case/front/play-page
Front: play page
2023-01-25 23:37:17 +09:00
Clément Le Bihan 6515eb98de added scoro arg 2023-01-25 23:32:26 +09:00
Clément Le Bihan 4b5d794357 added scoro arg 2023-01-25 23:29:52 +09:00
Clément Le Bihan 762b346438 removed old partition button 2023-01-25 23:19:41 +09:00
Clément Le Bihan 76d7f355ad Added SCORO_URL in CI 2023-01-25 23:13:45 +09:00