Commit Graph

1155 Commits

Author SHA1 Message Date
Clément Le Bihan aae0bbea3a Added a loading dispaly for the play button and removed onProgressUpdate from expo av and reusing the timestamp to advance the cursor despite perf issues 2024-01-13 18:38:15 +01:00
Clément Le Bihan f5136ae59b fixed issues with bad state reset and play pause gestion 2024-01-13 17:55:37 +01:00
Clément Le Bihan f632ed42a3 Play works on web websocket not reimplemented 2024-01-13 17:31:56 +01:00
Clément Le Bihan 00ee5cd531 started to implement jotai states to control and manage the playview 2024-01-13 12:17:40 +01:00
Clément Le Bihan 1d496301d9 Put margin and fixed profile username display 2024-01-13 12:17:40 +01:00
Clément Le Bihan d44e75a83a Added missing Int parses 2024-01-13 01:10:58 +01:00
zoriya e487d6d91e Fix total score increment 2024-01-13 01:10:58 +01:00
zoriya 7a63a66da5 Rework music list 2024-01-13 01:10:58 +01:00
zoriya 17f64cd849 Add isLiked bool on the front 2024-01-13 01:10:58 +01:00
zoriya ec17aa741f Allow search query to be empty 2024-01-13 01:10:58 +01:00
Clément Le Bihan 358841abd5 Fixed misplaced translation 2024-01-10 21:27:12 +01:00
Clément Le Bihan 64e7dbc71e removed rate modification of the song since I have nothing to rely on 2024-01-10 21:27:12 +01:00
Clément Le Bihan 5a0809c1d0 removed SoundPlayerSlice 2024-01-10 21:27:12 +01:00
Clément Le Bihan 4b5e3d2b04 Removed piano keys sounds 2024-01-10 21:27:12 +01:00
Clément Le Bihan 5f24c6e7bd using smplr player on web and mp3 on mobile 2024-01-10 21:27:12 +01:00
Clément Le Bihan 8bdf8ce334 wip 2024-01-10 21:27:12 +01:00
Clément Le Bihan 9012a6a9d8 new script to generate mp3s 2024-01-10 21:27:12 +01:00
Clément Le Bihan c5fd4aa7d5 modified mp3 generation & new mp3 generated 2024-01-10 21:27:12 +01:00
Clément Le Bihan 65cd04a494 moving partition magic from being timestamp controlled to be controlled by the audio 2024-01-10 21:27:12 +01:00
Clément Le Bihan c79ae7c6e8 fix message display and now using the API to get the correct melody url 2024-01-10 21:27:12 +01:00
Clément Le Bihan ddc97f0923 added route to get elody file of the song 2024-01-10 21:27:12 +01:00
Clément Le Bihan a9b902a427 Moved score animation into its own component 2024-01-10 21:27:12 +01:00
Clément Le Bihan 96d8e649c8 removed dupliacte popupCC in dom and now using two function less 2024-01-10 21:27:12 +01:00
Clément Le Bihan 22c93b7571 Experiment with full mp3 2024-01-10 21:27:12 +01:00
Clément Le Bihan 0644d4b580 Added melodies 2024-01-10 21:27:12 +01:00
Clément Le Bihan ee6a76cdd9 experiments with expo av 2024-01-10 21:27:12 +01:00
Clément Le Bihan 5ba815590a ci fix 2024-01-09 17:34:35 +01:00
Clément Le Bihan dd09827d08 minor fixes 2024-01-09 17:34:35 +01:00
zoriya b5b94adc83 Format code 2024-01-09 17:34:35 +01:00
zoriya 3c04e8bb39 Fix types 2024-01-09 17:34:35 +01:00
zoriya 17a4328af5 Better safe area handling everywhere 2024-01-09 17:34:35 +01:00
zoriya e81f2c1f75 Handle safe areas with tabs 2024-01-09 17:34:35 +01:00
zoriya f77874bec4 Fix desktop scafold background color 2024-01-09 17:34:35 +01:00
zoriya cfc72b8bc1 Fix margins with the desktop scaffold 2024-01-09 17:34:35 +01:00
zoriya 359b20fc6d Add a screen wrapper in desktop mode 2024-01-09 17:34:35 +01:00
zoriya a3659618ea Add the desktop scaffold 2024-01-09 17:34:35 +01:00
zoriya fa60fc65a9 Steal the createBottomNavigaton from react-navigation 2024-01-09 17:34:35 +01:00
zoriya b1727b7838 Fix gradient in white mode 2024-01-09 17:34:35 +01:00
zoriya a3f4703dae Fix routes for logged out users 2024-01-09 17:34:35 +01:00
zoriya 038918c212 Use a custom tabbar 2024-01-09 17:34:35 +01:00
zoriya 42a947dfb0 Remove all scafoldcc instances 2024-01-09 17:34:35 +01:00
zoriya 5525110d39 Add a bottom tab navigator 2024-01-09 17:34:35 +01:00
zoriya 7160b77607 Fix .env.example 2024-01-09 17:34:35 +01:00
zoriya b5183f84b4 wip 2024-01-09 17:34:35 +01:00
mathysPaul 13050e52f9 [IMP] lint, prettier, tsc 2024-01-08 01:27:39 +01:00
mathysPaul 5ef3885f72 [FIX] MusicList, MusicItem, IconButton: Prevent double-add on consecutive likes
Fixes the issue where consecutive likes on a track mistakenly
added it twice to the liked list. Now ensures correct toggling
between like and unlike.
2024-01-08 01:27:39 +01:00
mathysPaul a103666caf [REF] MusicView.tsx: Refactor & create MusicListCC 2024-01-08 01:27:39 +01:00
mathysPaul 29da5c2788 [ADD] Music view with Favorite, Last played and suggestion tabs 2024-01-08 01:27:39 +01:00
Arthur Jamet 1880b89b0c CI: Trigger Job if their source file has changes 2024-01-07 10:34:56 +01:00
Arthur Jamet e769ff1f13 CI: Attempt to fix Action's trigger 2024-01-07 10:34:56 +01:00