Commit graph

153 commits

Author SHA1 Message Date
Julien Maille
9e59a01739 FIX: toggle button hovering bug 2026-02-03 00:08:07 +01:00
EduardPrigoana
6d19792cd9 style: auto-fix linting issues 2026-02-01 20:49:35 +00:00
EduardPrigoana
fc2229dbf6 style: auto-fix linting issues 2026-02-01 20:35:18 +00:00
EduardPrigoana
47cc05e60e EQUALIZER FINALLY 2026-02-01 22:14:35 +02:00
EduardPrigoana
b726a0b6bf slight UI tweaks 2026-02-01 21:37:59 +02:00
EduardPrigoana
e6beacd005 volumebar 2026-02-01 19:13:14 +02:00
JulienMaille
95e8509b65 style: auto-fix linting issues 2026-01-29 22:54:13 +00:00
Julien Maille
c3041a81fd FIX: add to queue option from three dot menu 2026-01-29 23:53:09 +01:00
JulienMaille
6ec7ecb5ea style: auto-fix linting issues 2026-01-29 20:56:27 +00:00
Julien Maille
c05f5d2426 Enable and style clickable artist name in fullscreen player 2026-01-29 21:56:05 +01:00
Samidy
384f5717f8 Merge branch 'main' of github.com:SamidyFR/monochrome 2026-01-29 03:35:20 +03:00
Samidy
40f85b0198 fix(style): adjust spacing of buttons in fullscreen 2026-01-29 03:35:16 +03:00
JulienMaille
a6f94a8385 style: auto-fix linting issues 2026-01-28 23:04:47 +00:00
Julien Maille
3e8efa7264 WIP: viz 2026-01-29 00:02:42 +01:00
JulienMaille
575e4590bc style: auto-fix linting issues 2026-01-26 20:36:13 +00:00
Julien Maille
c34d3a7db6 feat(ui): add search history and shuffle buttons
- Implement persistent search history with 'Clear All' functionality
- Add shuffle buttons for album and artist headers with robust logic
- Fix repeat mode incorrectly defaulting to ON on startup
- Adjust CSV progress bar position to avoid control overlap
- Remove obsolete 'Inline Buttons' track action setting
- Fix search history dropdown stacking and icon selector specificity
2026-01-26 21:35:46 +01:00
Samidy
03b52944ed Merge branch 'main' of github.com:SamidyFR/monochrome 2026-01-26 01:56:37 +03:00
Samidy
c7facb2c4b mobile track fix 2026-01-26 01:56:34 +03:00
SamidyFR
f4127fda7a style: auto-fix linting issues 2026-01-25 22:06:16 +00:00
Samidy
6e06c090d8 button styles lol 2026-01-26 01:05:51 +03:00
Julien Maille
a6736d571f IMP: card three dot menu 2026-01-25 21:43:09 +01:00
JulienMaille
d5489edf01 style: auto-fix linting issues 2026-01-25 10:45:46 +00:00
Julien Maille
13627cdd61 feat: implement layout shift in fullscreen mode when side panels are active 2026-01-25 11:42:13 +01:00
Julien Maille
68d1f726c4 Fixed several pre-existing and introduced linting issues 2026-01-25 10:59:56 +01:00
SamidyFR
4ede3b2664 style: auto-fix linting issues 2026-01-24 12:13:44 +00:00
Samidy
b7bc90f4f1 Merge branch 'main' of github.com:SamidyFR/monochrome 2026-01-24 15:13:24 +03:00
Samidy
3f3e12817f basically monochrome 2.0 lol 2026-01-24 15:13:19 +03:00
Julien Maille
a2842fbf7c FIX playlist-detail-recommended layout 2026-01-20 21:08:41 +01:00
Julien Maille
876a68e43d FIX: linting issues 2026-01-19 23:03:30 +01:00
Julien Maille
4dd862b88c style: harmonize sidebar icons and fix visibility on light themes 2026-01-19 22:18:01 +01:00
Julien Maille
1a9bf43e3b Fix sidebar z-index on mobile to be above playbar 2026-01-19 22:08:49 +01:00
Samidy
6bd12624b8 Add desktop links wooo!!! (beta smh) 2026-01-19 23:40:50 +03:00
Julien Maille
baeff12c54 feat: handle unavailable tracks in playlists and mixes 2026-01-18 23:41:30 +01:00
JulienMaille
80e05b54e1 style: auto-fix linting issues 2026-01-18 22:29:50 +00:00
JulienMaille
661abbc00f style: auto-fix linting issues 2026-01-18 21:58:49 +00:00
Julien Maille
9a30b63153 FEAT: add glassmorphism and enhanced blur effects to lyrics 2026-01-18 22:58:19 +01:00
JulienMaille
39ddccc203 style: auto-fix linting issues 2026-01-18 21:50:50 +00:00
Julien Maille
6ea66f32cf FEAT: add tooltip for truncated text on cards and track items 2026-01-18 22:49:50 +01:00
Julien Maille
9a1ef9d0ef UI: fix tracklist layout for editable playlists (add space for delete button) 2026-01-18 22:28:15 +01:00
Julien Maille
53e20740b0 UI: increase inline actions column width to prevent overlap 2026-01-18 19:47:58 +01:00
Julien Maille
66ab529b32 UI: replace menu icon with 'Menu' text in tracklist header 2026-01-18 19:23:50 +01:00
Julien Maille
1caafdc673 UI: align duration header with track durations in tracklist 2026-01-18 18:21:29 +01:00
Julien Maille
c507891d46 UI: hide album name in now playing bar if identical to track title 2026-01-18 16:26:46 +01:00
Julien Maille
241b72f43b FIX: Firefox playback and button feedback
- Fix Firefox DASH playback errors (NS_ERROR_FAILURE) by using attachSource instead of re-initializing the player.
- Ensure dashPlayer is properly reset when switching to local files.
- Add hover brightness and active scale effects to primary and secondary buttons for better visual feedback.
2026-01-18 14:35:43 +01:00
JulienMaille
3ff27503d0 style: auto-fix linting issues 2026-01-18 13:10:31 +00:00
Julien Maille
a75d8b6b1f UI: Improve recommended tracks and album page layout, plus linting fixes
- Display recommended songs and artist top tracks in two columns on desktop.
- Implement a flowing 'L-shape' layout for the album page using floats.
- Increase playbar transparency in light mode for a better frost effect.
- Fix linting issues: add missing imports, merge duplicate CSS rules, and fix HTML quoting.
2026-01-18 14:08:52 +01:00
Julien Maille
47c5be79c7 IMP: small css adjustements 2026-01-18 11:28:47 +01:00
Julien Maille
4fd49bcff4 IMP: small css adjustements 2026-01-18 11:15:50 +01:00
SamidyFR
45f6194d44 style: auto-fix linting issues 2026-01-17 20:31:31 +00:00
Samidy
35d18ed555 Re-work styles for the player (kinda not really, looks much better now though) 2026-01-17 23:31:06 +03:00