danis
8b465731f0
fix(leaderboard): lint removal + rows userAvatar wrong property induced by previous type any
2023-12-01 14:28:21 +01:00
danis
0e26dbfc65
fix(leaderboard): type check + headerShown set to false
2023-12-01 14:14:52 +01:00
danis
347c075ab1
fix(leaderboard): misuse of nullable() for totalScore User validator
2023-12-01 14:05:02 +01:00
danis
df682327d6
feat(leaderboard): i might be dumb
2023-11-30 13:34:20 +01:00
danis
46d5614e4c
Merge branch 'main' into feature/adc/#243-leaderboard
2023-11-30 11:56:19 +01:00
danis
7e1f03af57
feat(leaderboard): pretty
2023-11-30 11:49:39 +01:00
danis
b54032fe63
feat(leaderboard): wip
2023-11-30 10:51:18 +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
Clément Le Bihan
4c580f1693
Update generateImages_browserless.js
...
Added real dims inside cursor file
2023-11-27 22:54:58 +01:00
Clément Le Bihan
732f8e2577
Update generateImages_browserless.js
2023-11-27 17:58:51 +01:00
Clément Le Bihan
4b3ec157c2
Update CI.yml
...
Special commit that will be reverted after Louis decides to work
2023-11-22 13:12:19 +01:00
Arthur Jamet
58de04924e
Merge pull request #329 from Chroma-Case/front/lobby-v2
...
Front: New (Pseudo) Lobby
2023-11-20 07:40:35 +01:00
Arthur Jamet
66048ca793
Front: Prettier
2023-11-19 16:27:40 +01:00
Arthur Jamet
b0b5579cb3
Front: Play Page: Add correct info in top-right coard
2023-11-19 11:52:26 +01:00
Arthur Jamet
005cc7410f
Front: PlayView: Fix wrong theming of text color
2023-11-19 09:48:34 +01:00
Arthur Jamet
a4c2c4932d
Front: Add popup on playview to select mode
2023-11-19 09:34:19 +01:00
Arthur Jamet
617d31cb22
Front: Remove Old Lobby Page
2023-11-19 09:13:22 +01:00
Clément Le Bihan
384fb10f54
Prettier and linter stuff
2023-11-18 23:29:22 +01:00
Clément Le Bihan
72c615ffed
cleanup
2023-11-18 23:29:22 +01:00
Clément Le Bihan
ce2da1d859
Added louis's back modif and set public routes for cover and svg illustration
2023-11-18 23:29:22 +01:00
Clément Le Bihan
9d6beb74c0
Prrited
2023-11-18 23:29:22 +01:00