Commit graph

504 commits

Author SHA1 Message Date
IsraelGPT
762488d823 load skeleton styling 2026-02-15 23:39:56 +00:00
IsraelGPT
b531d31dc1
Merge pull request #199 from itsgareth/fix/remove-linting-errors
fix: resolve all yarn lint errors
2026-02-16 00:08:15 +02:00
IsraelGPT
a0b7779520
Merge pull request #198 from itsgareth/fix/sidebar-settings-main-bottom-nav-sections-v2
fix(settings): restrict sidebar reorder to main vs bottom sections
2026-02-16 00:07:45 +02:00
Gareth Dawson
933d0e6a40 fix: resolve all yarn lint errors 2026-02-15 21:53:00 +00:00
Gareth Dawson
bd2ef5d8d5 fix(settings): restrict sidebar reorder to main vs bottom sections 2026-02-15 21:06:48 +00:00
Julien Maille
d0627fc14c FIX: pinned items overflow 2026-02-15 21:56:08 +01:00
Julien Maille
179e08c148 FIX: one last try to fix media keys on linux 2026-02-15 21:30:32 +01:00
binimum
5999f7312f
Nope, turns out I did it wrong 2026-02-15 20:11:15 +00:00
Julien
71bf5e3935
Merge pull request #196 from binimum/patch-1
Update am-lyrics to use latest version
2026-02-15 21:08:47 +01:00
JulienMaille
5cd0d10b77 style: auto-fix linting issues 2026-02-15 20:08:02 +00:00
Julien Maille
8eaafd7e18 FIX: share link from neutralino's app 2026-02-15 21:07:43 +01:00
binimum
9a566e8f09
Update am-lyrics to use latest version 2026-02-15 20:06:22 +00:00
Julien Maille
094ae91af9 BREAK IT: the damn auth login (and fix neutralino downloads too) 2026-02-15 20:55:32 +01:00
Julien Maille
db66767dde BREAK IT: the damn auth login (and fix neutralino downloads too) 2026-02-15 20:08:47 +01:00
IsraelGPT
c23f858412 JSPF playlist imports + plausible 2026-02-15 16:30:54 +00:00
IsraelGPT
790f5ee8b4 more font size changing 2026-02-15 15:30:48 +00:00
IsraelGPT
0b20caff69 equalizer changes 2026-02-15 15:01:34 +00:00
Julien Maille
127a57138b FIX: hover tooltip could be out of the screen 2026-02-15 14:22:53 +01:00
Julien Maille
9a6d4da463 FIX: google auth on windows/web
# Conflicts:
#	js/accounts/auth.js
2026-02-15 12:59:51 +01:00
IsraelGPT
7233fb5fbf fix Discord and Download link are visible even if not activated in home menu 2026-02-15 11:30:04 +00:00
Julien Maille
d76526f5e9 FIX: google auth on windows/web 2026-02-15 10:25:27 +01:00
Gareth Dawson
0d1910285c fix: restore iOS background play by detecting iOS before UA spoof 2026-02-14 22:56:33 +00:00
SamidyFR
3a52196b56 style: auto-fix linting issues 2026-02-14 19:41:08 +00:00
Samidy
2b9c9b344c Merge branch 'main' of github.com:SamidyFR/monochrome 2026-02-14 22:40:44 +03:00
Samidy
c69d497037 feat(sidebar): pinned items 2026-02-14 22:40:39 +03:00
Eduard Prigoana
b47e11ef48 fix(iOS): don't set isInitialized flag when skipping Web Audio on iOS
Previously, the code was setting isInitialized = true on iOS even though
no AudioContext was created. This caused isReady() to return true, which
led other code to try to use the non-existent audio context.

Now isInitialized remains false on iOS, so isReady() returns false and
the code properly falls back to using the standard HTMLAudioElement APIs.
2026-02-14 20:01:09 +01:00
Eduard Prigoana
d7dde87023 add loading skeletons 2026-02-14 17:49:54 +00:00
Eduard Prigoana
a941faaa4e Merge branch 'pr-183'
# Conflicts:
#	js/md5.js
2026-02-14 16:46:19 +00:00
Eduard Prigoana
615f5dc8bd add apple music fonts 2026-02-14 16:43:05 +00:00
JulienMaille
1e519002be style: auto-fix linting issues 2026-02-13 23:46:59 +00:00
Julien Maille
1a7a16d501 WIP: trying to fix neutralino linux 2026-02-14 00:46:31 +01:00
Julien Maille
decdacc812 WIP: trying to fix neutralino linux 2026-02-13 21:43:01 +01:00
Julien Maille
7eaea145f5 IMP: settings 2026-02-13 21:25:36 +01:00
Julien Maille
02cf092904 FIX: try to fix application volume control on linux 2026-02-13 21:02:00 +01:00
BlackSigKill
310d5434c9 fix all linting (js/html/css) 2026-02-13 18:01:46 +01:00
Julien Maille
7e635143be FIX: context menu on mobile or small screens 2026-02-12 23:17:20 +01:00
Julien Maille
7b938025d7 FIX: enforce playlist folder deletion 2026-02-12 16:43:26 +01:00
JulienMaille
ba859ab697 style: auto-fix linting issues 2026-02-12 15:11:14 +00:00
Julien Maille
1a4c75f833 FIX: several bugs 2026-02-12 16:10:51 +01:00
Julien Maille
952da07230 IMP: cleanup and add npm run dev:desktop to test neutralino app locally 2026-02-12 16:00:19 +01:00
JulienMaille
64a9171f79 style: auto-fix linting issues 2026-02-12 13:55:36 +00:00
Julien Maille
cafa97cb0f refactor(desktop): separate js for neutralino from the js used on the website 2026-02-12 14:55:06 +01:00
Eduard Prigoana
0213132606 improve qobuz functionality 2026-02-12 09:44:35 +00:00
Samidy
d50f4f7223 fix(Genius For Lyrics): Fix Genius For Lyrics Not Loading 2026-02-11 16:20:25 +03:00
Julien Maille
baf13606e8 FIX: missing extractStreamUrlFromManifest 2026-02-11 12:06:09 +01:00
Eduard Prigoana
1134680c88 (WIP) add qobuz 2026-02-11 10:28:48 +00:00
Eduard Prigoana
304eb78d7b set butterchurn as the default visualizer 2026-02-11 09:49:59 +00:00
JulienMaille
0ac75ca910 style: auto-fix linting issues 2026-02-10 23:19:24 +00:00
Julien Maille
9f67938810 WIP: neutralino linux 2026-02-11 00:18:58 +01:00
Eduard Prigoana
b2fcfa1d52 add /t/ for future qobuz and soundcloud integration 2026-02-10 22:10:40 +00:00