Benjamin
41f1f376bc
feat: customizable item layout on fullscreen player ( #1769 )
...
* change container display to release type, readd badge styling to improve contrast
* make everything customizable
2026-03-04 21:23:14 -08:00
Kendall Garner
78875572e9
add explicit blurring to left expanded image and full screen ( #1701 )
...
* add explicit blurring to left expanded image and full screen
2026-02-12 18:49:57 -08:00
jeffvli
027e4046a2
handle radio metadata in discord rpc / fullscreen player ( #1649 )
2026-02-05 19:14:30 -08:00
Kendall Garner
bc40123891
fix(queue): use song serverId when switching servers
2026-01-08 20:43:35 -08:00
jeffvli
a66c67e86d
optimize settings store
2026-01-03 01:01:54 -08:00
jeffvli
dff182cbc5
use correct id for runtime images in useItemImageUrl
2025-12-26 14:04:48 -08:00
Jeff
25bfb65b6d
Add image URL generation at runtime to allow for dynamic image sizes ( #1439 )
...
* add getImageUrl to domain endpoints
* add new ItemImage component and hooks to generate image url
* add configuration for image resolution based on types
2025-12-23 20:18:52 -08:00
jeffvli
d463030271
improve transition on fullscreen player images
2025-12-04 21:33:10 -08:00
jeffvli
042047d7c1
clean up player repeat behavior
2025-11-29 19:33:39 -08:00
jeffvli
e986557d87
replace remaining legacy playqueue add functions
2025-11-29 19:33:34 -08:00
jeffvli
f3bb4187d7
wrap all instances of mantine hooks used in renderer
2025-11-29 19:33:33 -08:00
jeffvli
bf75dec0ce
migrate to react-router v7 and BrowserRouter
2025-11-29 19:32:11 -08:00
jeffvli
8b141d652c
disable single attribute per line
2025-07-12 11:17:54 -07:00
jeffvli
eb078d62cd
more adjustments to styles on the fullscreen player
2025-06-26 01:36:42 -07:00
jeffvli
64866c59bd
adjust styles on fullscreen player image section
...
- fix image transition
- fix image aspect ratio
- adjust text sizes and shadow
2025-06-25 20:40:45 -07:00
jeffvli
4acbb1820d
set fullscreen player badges to transparent
2025-06-24 14:52:40 -07:00
Jeff
c1330d92b2
Migrate to Mantine v8 and Design Changes ( #961 )
...
* mantine v8 migration
* various design changes and improvements
2025-06-24 00:04:36 -07:00
Kendall Garner
b7fb7c7f94
improve library header loading
2025-06-20 17:57:15 -07:00
jeffvli
1808f160b4
clean up dependencies
2025-05-26 17:20:28 -07:00
jeffvli
930165d006
fix all imports for new structure
2025-05-26 17:20:02 -07:00
jeffvli
1cf587bc8f
restructure files onto electron-vite boilerplate
2025-05-26 17:18:55 -07:00
Kendall Garner
14086ebc9c
improve similar items fallback, make ND album artist for song actually album artist, fix full screen race
2024-04-08 08:49:55 -07:00
Kendall Garner
a45e7f24e4
[enhancements]: fix carousel, full screen metadata improvements ( #524 )
...
* fix carousel, full screen metadata improvements
* Add missing mapped keys on multiple artist
* Remove bg opacity on metadata section
* Improve visibility of currently playing song
---------
Co-authored-by: jeffvli <jeffvictorli@gmail.com >
2024-03-04 18:53:00 -08:00
Kendall Garner
f50d1e0a8c
support opacity 0, spellcheck
2024-03-01 19:54:30 -08:00
Kendall Garner
94b649fefe
don't transform artist/album for fullscreen player
2024-02-26 22:47:17 -08:00
darkpixlz
6e677d7454
Image Resolution Setting ( #492 )
...
* Add customizable resolution for the fullscreen player image
---------
Co-authored-by: iiPython <ben@iipython.dev >
Co-authored-by: Benjamin <iipython@proton.me >
2024-02-13 18:00:59 -08:00
jeffvli
d517afdfd3
Set fullscreen player text shadow to css var
2023-11-01 04:00:58 -07:00
TacoCake
c7aa5d09c9
In the fullscreen player use dynamic resolution for the main image ( #290 )
...
* In the fullscreen player use dynamic resolution for the main image
* Use ceil instead of round
* Add types and lint
---------
Co-authored-by: Jeff <42182408+jeffvli@users.noreply.github.com >
2023-10-17 06:47:50 -07:00
jeffvli
51be0153d3
Adjust fullscreen player styles
...
- Remove opacity on metadata section
- Add text shadow to metadata text
- Add padding under title
- Uppercase artists and album name
2023-09-21 17:35:22 -07:00
Kendall Garner
6e62448b88
fix other places of duration display (and other minor fixes) ( #249 )
...
* fix other places of duration display
* add back comma
* add max-width for image
2023-09-20 16:07:40 -07:00
jeffvli
ec457d5125
Lint files based on updated rules
2023-09-15 20:42:38 -07:00
Kendall Garner
c8397bb5ef
Add transparency/opacity for queue sidebar ( #231 )
...
* add opacity
* add background for song metadata
* Add padding and border radius to opacity elements
* Remove font-weight transition on active lyrics (#233 )
---------
Co-authored-by: jeffvli <jeffvictorli@gmail.com >
2023-09-10 15:03:46 -07:00
jeffvli
853770ea8e
Prevent wrong initial color on navigation on the same route
2023-07-21 18:51:37 -07:00
jeffvli
30e52ebb54
Lint all files
2023-07-01 19:14:12 -07:00
jeffvli
fbd0e5b27b
Fix image position when scaling
2023-06-13 18:47:43 -07:00
Jeff
72099cb1fe
Add configuration for player image aspect ratio ( #138 )
2023-06-10 19:14:49 -07:00
jeffvli
01608fa875
Fix ref issue
2023-06-09 17:24:34 -07:00
jeffvli
7cd2077dcd
Refactor layout to grid
2023-06-04 16:46:05 -07:00
jeffvli
d289797d65
Add margin under image
2023-05-21 16:48:50 -07:00
Kendall Garner
8ee99adb2d
Fix full screen overflow ( #113 )
...
* fix text overflow making image take up too much space in full screen
* Fix missing key
---------
Co-authored-by: jeffvli <jeffvictorli@gmail.com >
2023-05-21 16:01:37 -07:00
Jeff
e47fcfc62e
Add fullscreen player view ( #27 )
...
* Add store controls for fullscreen player
* Normalize styles for playback config
* Add fullscreen player component
* Add option component
* Update player controls to use option/popover components
* Add esc hotkey to close player
* Add usePlayerData hook
2023-03-28 14:19:23 -07:00