Commit graph

1096 commits

Author SHA1 Message Date
Julien Maille
65c8f9e481 style: restore correct font size for secondary buttons 2026-03-08 19:52:09 +01:00
Julien Maille
10f4d6952c dev: add local upload handler for development environment 2026-03-08 19:51:16 +01:00
Julien Maille
1c1c0037c0 fix: big button after css linting fixes 2026-03-08 19:48:53 +01:00
Julien Maille
c7b1d301db fix: linting errors and settings structure cleanup 2026-03-08 19:42:26 +01:00
Julien Maille
443ef4b6e1 fix: resolve security vulnerabilities in dependencies 2026-03-08 18:38:18 +01:00
Julien Maille
473d63c899 reorganize settings menu, add playback speed reset and instances tab 2026-03-08 18:35:07 +01:00
edideaur
b9bbbb6820 style: auto-fix linting issues 2026-03-08 11:52:44 +00:00
edideaur
9e280f6094
Merge pull request #284 from willianpm/feature/fullscreen-volume-wheel
feat: add mouse wheel support for fullscreen volume control
2026-03-08 13:52:23 +02:00
edideaur
910b745c01
Merge pull request #283 from DanTheMan827/update-devcontainer
chore(devcontainer): update Dockerfile and devcontainer configuration
2026-03-08 13:52:05 +02:00
willianpm
7cf0b3d386 fix(ui): prevent duplicate wheel listeners and correct mute handling
- Remove stacked wheel event listeners on fullscreen reopen to avoid multiple handler executions.
- Replace non-existent Player mute methods with audioPlayer.muted property and localStorage update.
- Ensures volume wheel and mute logic work correctly after multiple fullscreen toggles.
2026-03-08 02:15:17 +00:00
Daniel
a22802b8a7 chore(devcontainer): update postCreateCommand and remove unused mounts
- Changed core.editor configuration to local scope and added commit.gpgsign setting
- Combined npm and bun install commands into postCreateCommand
- Removed unused mounts for .gnupg and .ssh
2026-03-08 01:47:06 +00:00
Daniel
dfba735236
chore(devcontainer): update Dockerfile and devcontainer configuration
- Changed base image to mcr.microsoft.com/devcontainers/base:debian
- Updated system dependencies in Dockerfile
- Modified devcontainer.json for improved configuration
- Added tasks.json for npm build and development scripts
2026-03-08 01:14:23 +00:00
willianpm
277d8e801b feat: add mouse wheel support for fullscreen volume control
Added event handler to allow adjusting the fullscreen volume using the mouse wheel. Scrolling up unmutes and increases volume, scrolling down decreases volume. Improves user experience for volume adjustments in fullscreen mode.
2026-03-08 01:03:52 +00:00
SamidyFR
c7a4ba194d style: auto-fix linting issues 2026-03-07 21:04:44 +00:00
Samidy
6dbd07ed88 Merge branch 'main' of github.com:monochrome-music/monochrome 2026-03-08 00:04:18 +03:00
Samidy
ed566c94cc fix(profiles): remove double JSON.stringify on privacy field 2026-03-08 00:04:14 +03:00
edideaur
0b17fb1b4b higher image qualities for unreleased + fallbacks 2026-03-07 10:12:59 +00:00
edideaur
016d3d76b8 fix builds again 2026-03-07 09:25:51 +00:00
edideaur
c5d4fae95e
Merge pull request #280 from DanTheMan827/add-lockfile-workflow
Add workflow to update lock file automatically
2026-03-07 11:09:40 +02:00
SamidyFR
d4733020b6 style: auto-fix linting issues 2026-03-07 05:26:40 +00:00
Samidy
911a2016d0 test 2026-03-07 08:26:13 +03:00
Samidy
f212001d9a Merge branch 'main' of github.com:monochrome-music/monochrome 2026-03-07 08:07:20 +03:00
Samidy
6067c893a8 die 2026-03-07 08:07:17 +03:00
SamidyFR
346e4b2861 style: auto-fix linting issues 2026-03-07 05:03:21 +00:00
Samidy
38dd6f8220 Merge branch 'main' of github.com:monochrome-music/monochrome 2026-03-07 08:02:56 +03:00
Samidy
c074b48b0a shitty prob not working implementation for auto-updates in the desktop app 2026-03-07 08:02:52 +03:00
SamidyFR
1da88ac568 style: auto-fix linting issues 2026-03-07 02:50:41 +00:00
Samidy
db1d607603 Merge branch 'main' of github.com:monochrome-music/monochrome 2026-03-07 05:50:19 +03:00
Samidy
0b2fe88731 feat(keyboard): command palette 2026-03-07 05:50:15 +03:00
Daniel
c106e6d89a
Add workflow to update lock file automatically
This workflow automates the process of updating the lock file by checking out the code, configuring Git, setting up Bun, caching dependencies, installing them, and committing any changes back to the repository.
2026-03-06 18:57:26 -06:00
SamidyFR
6865e45ff7 style: auto-fix linting issues 2026-03-06 23:57:54 +00:00
Samidy
135e5fd0af
lets try that again 2026-03-07 02:57:28 +03:00
SamidyFR
67eb5075d4 style: auto-fix linting issues 2026-03-06 23:42:53 +00:00
Samidy
e15ca352a0
fix(auth): ATTEMPTED fix for google oauth (lowk havent tested this) 2026-03-07 02:42:30 +03:00
edideaur
135caf101f bruh 2026-03-06 23:08:45 +00:00
edideaur
dd8f0e14b9 fix date format 2026-03-06 23:04:23 +00:00
edideaur
e67effc26d please 2026-03-06 23:01:29 +00:00
edideaur
2c5afc220d C 2026-03-06 22:59:01 +00:00
edideaur
a00c95555b use normal cf r2 for files 2026-03-06 22:48:29 +00:00
SamidyFR
60d61f74d2 style: auto-fix linting issues 2026-03-06 21:01:28 +00:00
Samidy
cddf318d19
Merge pull request #279 from TimurCravtov/feat/local-files-duration
Feat/local files duration
2026-03-07 00:01:02 +03:00
Samidy
af45d86a2a Merge branch 'main' of github.com:monochrome-music/monochrome 2026-03-06 23:57:36 +03:00
Samidy
3f2d1c0a57 fix: make sidebar logo link to homepage (no matter the instance you're using) 2026-03-06 23:57:32 +03:00
edideaur
0de436a693 fix dockerfile and album cover clicks 2026-03-06 20:53:35 +00:00
Timur Cravtov
70a4681cc4 Merge branch 'feat/local-files-duration' of https://github.com/TimurCravtov/monochrome into feat/local-files-duration 2026-03-06 22:40:17 +02:00
Timur Cravtov
4e174297ca fix: move mvhd tag to run before udta guard 2026-03-06 22:40:05 +02:00
Timur Сravtov
1513a63af5
Merge branch 'main' into feat/local-files-duration 2026-03-06 22:30:00 +02:00
Timur Cravtov
6545b31388 feat(library): estimate flac and mp4 duration 2026-03-06 22:19:58 +02:00
Timur Cravtov
8c7a7547c9 feat(library): estimate mp3 files duration 2026-03-06 22:19:40 +02:00
edideaur
6db0923d20 update lockfiles 2026-03-06 20:09:44 +00:00