ece93f79b2
Add a git blame ignore revs file for prettier
2023-12-04 13:28:58 +01:00
14e241db37
Format code with prettier
2023-12-04 13:28:07 +01:00
3becdcff46
Fix types
2023-12-04 13:28:07 +01:00
c0bc611268
Use includes on liked, music, score, search and fav pages
2023-12-04 13:28:07 +01:00
eff5eae706
Handle includes in the home page
2023-12-04 13:28:07 +01:00
59a48ad060
Handle includes in the front for the hisory
2023-12-04 13:28:07 +01:00
Clément Le Bihan
3f0c2472cb
explcit any are now warning and fixed other ci problems in zoe's code
2023-12-01 16:46:58 +01:00
a36afa3a47
Fix input validation
2023-12-01 16:46:58 +01:00
9bce8d74c9
Fix tab index of interactive base
2023-12-01 16:46:58 +01:00
Clément Le Bihan
e5acd56b0f
Removed andoid folder for eslint and type script and fixed apostrophes
2023-12-01 16:24:19 +01:00
Clément Le Bihan
685e79d76b
Changed to the original React native midi lib and added some packages to build the app
2023-12-01 15:49:20 +01:00
Clément Le Bihan
683984efe9
Cleanup CI and added check for error in scoro messages
2023-11-30 15:34:58 +01:00
Clément Le Bihan
6018028afd
Fixed API baseurl for nightly front and mobiles and fixed wrong start message to the scorometer
2023-11-30 15:34:58 +01:00
Clément Le Bihan
eac21844c4
Moved PopupCC in the dom and Removed react context in hopes to get better perf
2023-11-30 15:34:58 +01:00
Clément Le Bihan
0cb8dd2693
Added state for metronome and fixed onEndReached for mobile
2023-11-30 15:34:58 +01:00
Clément Le Bihan
a4a10eb7f2
Removed shadow elevation since we don't really see a change and its not working on mobile
2023-11-30 15:34:58 +01:00
Clément Le Bihan
ff4926fa80
Moved the Loading display to partition Magic to better display svg loading
2023-11-30 15:34:58 +01:00
Clément Le Bihan
dd581a8418
Added a tricked light theme for mobile
2023-11-30 15:34:58 +01:00
Clément Le Bihan
5f0d7dda59
Fix popup layout on mobile
2023-11-30 15:34:58 +01:00
Clément Le Bihan
dfdbbdc51c
Fixed the /api usage in web prod
2023-11-30 15:34:58 +01:00
Clément Le Bihan
b417076ee6
CI compliance
2023-11-28 23:12:45 +01:00
Clément Le Bihan
95da2cc500
lint fix
2023-11-28 23:12:45 +01:00
Clément Le Bihan
84ea0b3743
Fix tsc
2023-11-28 23:12:45 +01:00
Clément Le Bihan
00433ee7ba
Some fixes for API log error
2023-11-28 23:12:45 +01:00
Clément Le Bihan
7f282e2ec5
tried to desactivate SSR without success and fixed chromacase logo in scaffold auth
2023-11-28 23:12:45 +01:00
Clément Le Bihan
3b89387b12
Fixes, cleanup from first PR reread
2023-11-28 23:12:45 +01:00
Clément Le Bihan
3b24cefd3f
Removed the header on the play page
2023-11-28 23:12:45 +01:00
Clément Le Bihan
4de420e4dc
work on PlayView is almost done everything works fine the gameplay makes the mobile crash but it will be fixed later
2023-11-28 23:12:45 +01:00
Clément Le Bihan
36041369db
now using dims from cursor file info to set correct ratios for the partition display independantly of the front end platform
2023-11-28 23:12:45 +01:00
Clément Le Bihan
b33ff55167
Succesfully displayed a partition with correct size
2023-11-28 23:12:45 +01:00
Clément Le Bihan
e8e6012bf2
updated react native svg
2023-11-28 23:12:45 +01:00
Clément Le Bihan
92169bf485
Removed every pointer event bounding-box due to no support with react native
2023-11-28 23:12:45 +01:00
Clément Le Bihan
9f57e8ac67
Working on first support of svg on mobiles but seems quite complicated
2023-11-28 23:12:45 +01:00
Clément Le Bihan
262353376c
Reduced padding on mobile
2023-11-28 23:12:45 +01:00
Clément Le Bihan
fd50b2268b
Cleanup of the control bar code in the PLayview
2023-11-28 23:12:45 +01:00
Clément Le Bihan
6839cda5b8
Moved control bar into it's own component and fixed itslayout on mobile
2023-11-28 23:12:45 +01:00
Clément Le Bihan
d2aca488ad
Minor bugfixes for Desktop css compliance
2023-11-28 23:12:45 +01:00
Clément Le Bihan
1fe7491bcd
Added scrollview for SettingsProfile
2023-11-28 23:12:45 +01:00
Clément Le Bihan
6a8fe074e0
Removed Scrollview from ScaffoldMobile and now each view implement its scroll
2023-11-28 23:12:45 +01:00
Clément Le Bihan
624b640e01
Added a phone size for SongCardInfo fixed flex layout to display SongCardInfo in DiscoveryView and added first scrollview
2023-11-28 23:12:45 +01:00
Clément Le Bihan
ce4e09f1f6
Additional CSS for goldenratiocards
2023-11-28 23:12:45 +01:00
Clément Le Bihan
c085e9aa22
Tried to make work the golden ratio on phone but failed (it's better tho)
2023-11-28 23:12:45 +01:00
Clément Le Bihan
dc491983f5
Separated GoldenRatio comp from Discovery view
2023-11-28 23:12:45 +01:00
Clément Le Bihan
a0587fbad6
Fixed flex layout for ProfileView on mobile
2023-11-28 23:12:45 +01:00
Clément Le Bihan
702caed232
Added must wondition for APIBase Url for dev modes
2023-11-28 23:12:45 +01:00
Clément Le Bihan
cb65e08465
Redid the implementation of the icon in the TextFieldBase to work on mobile
2023-11-28 23:12:45 +01:00
Clément Le Bihan
c1e862e6bd
Fixed ScaffoldAuth layout on mobile
2023-11-28 23:12:45 +01:00
Clément Le Bihan
533dc0e7ad
Fixed css for mobile android
2023-11-28 23:12:45 +01:00
Clément Le Bihan
ecac53516e
init branch
2023-11-28 23:12:45 +01:00
Arthur Jamet
9133a369d5
Front: Play piano sounds natively ( #326 )
...
* Fixed cache misimplementation and reinstalled canvas package with correct node version (17) works on prod docker compose but not on dev so :)
* Fixed type definition of SongCursorInfos fixed 'race conditions' in asset generation service removed hard coded cursor infos fixed tsc looking to build folders
* Front: Basic Load of piano sounds
* Front: Use store for piano notes
* WIP
* Front: Native Sound playing
* Front: fix type
* Front: Play all notes under cursor
* Docker: Force running backend on amd64
* Front: Rebase, and add native metronome sound
* Front: Metronome: Use icons from iconsax
* Poof, it typechecks
* Front: add missing ref
* Now callback is called with the first note
* Front: Fix Native build w/ requires
* Front: Try bumping rn version
* Front: CI: Attempt to make things work
* Front: Pretty
* Front: Make sounds sound better
---------
Co-authored-by: Clément Le Bihan <clement.lebihan773@gmail.com >
2023-11-28 18:16:17 +01:00