jeffvli
8eb90ebf06
add new context menu implementation
2025-11-29 19:32:24 -08:00
jeffvli
f48c26915f
optimize sidebar resizing for performance
2025-11-29 19:32:23 -08:00
jeffvli
489daa6353
add drag/drop from lists into queue
2025-11-29 19:32:14 -08:00
jeffvli
7a4326f98d
initial implementation of play queue for new list
2025-11-29 19:32:14 -08:00
jeffvli
bf75dec0ce
migrate to react-router v7 and BrowserRouter
2025-11-29 19:32:11 -08:00
jeffvli
3c93167abb
refactor windowbar to prevent unnecessary renders
2025-11-29 19:30:47 -08:00
jeffvli
550ba4f768
temporarily remove old player implementations to prevent broken app
2025-11-29 19:30:46 -08:00
jeffvli
b685ec370a
remove barrel files in renderer
2025-11-02 01:39:01 -07:00
jeffvli
55e35e9b24
set default body background to #000
2025-09-22 18:24:04 -07:00
Kendall Garner
d68165dab5
move title to default layout
2025-09-15 20:10:56 -07:00
jeffvli
4a28e7230a
add hotkey to navigate to home route ( #1074 )
2025-09-06 01:01:48 -07:00
jeffvli
40fb5ba916
add show album / album artist context menu items ( #1105 )
2025-09-06 00:45:59 -07:00
Lyall
2271c211cb
display private mode status
2025-08-28 05:48:21 +01:00
jeffvli
8b141d652c
disable single attribute per line
2025-07-12 11:17:54 -07:00
jeffvli
f4db8fdb84
fix background color of collapsed sidebar
2025-06-28 13:34:16 -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
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
jeffvli
6587e9cac8
Fix invalid DOM prop on playerbar
2024-09-03 21:51:50 -07:00
Pyx
eb50c69a35
Album blur, allow clicking the playerbar to toggle the player, misc changes ( #717 )
...
* Album blur, allow clicking the playerbar to toggle the player
* Fix stopProporagion, sync package with upsteam, update translation
* recommit my existing changes
* Update default albumBackgroundBlur to 6
* according to git this commit resets the package files
* merge with our fork because pyx forgot to add it
* try adding a setting
* change the playerbar animation
* make the animation quicker bc its choppy
* change playerbar to use a bool instead
* requested opacity fix
* Refactor classes to use clsx
---------
Co-authored-by: iiPython <ben@iipython.dev >
Co-authored-by: Jeff <42182408+jeffvli@users.noreply.github.com >
2024-09-01 23:42:01 +00:00
Kendall Garner
5d6503c1f4
[bugfix]: do not show now playing for duplicate item in play queue
2024-04-17 21:51:39 -07:00
Kendall Garner
6824a5db7a
[enhancement]: also save fullscreen/maximize
2024-04-06 21:14:05 -07:00
jeffvli
613bfa7ae6
Various cleanup/fixes
2024-03-05 14:15:32 -08:00
mcneb10
a8814d3e8a
Fix 'undefined' in window title when song has no artist name ( #402 )
2023-12-05 19:05:08 -08:00
jeffvli
e77efcf836
Add artist name to window title
2023-10-18 20:49:50 -07:00
jeffvli
8cbc25a932
Add browser forward/back hotkeys ( #155 )
2023-09-22 17:52:00 -07:00
jeffvli
1a87adb728
Fix transient props for styled-components v6
2023-09-22 02:34:57 -07:00
jeffvli
ec457d5125
Lint files based on updated rules
2023-09-15 20:42:38 -07:00
jeffvli
30e52ebb54
Lint all files
2023-07-01 19:14:12 -07:00
jeffvli
cb7bf438e9
Add new app logo
2023-07-01 14:11:15 -07:00
jeffvli
736945d6ef
Set explicit window bar width
2023-06-11 20:18:28 -07:00
Gelaechter
d7ca25525c
Add zooming functionality ( #140 )
2023-06-11 12:45:13 -07:00
jeffvli
01608fa875
Fix ref issue
2023-06-09 17:24:34 -07:00
jeffvli
2bdc664619
Fix animation transition on fullscreen player open
2023-06-09 17:24:34 -07:00
jeffvli
7430bba853
Update minimum app dimensions
2023-06-04 16:46:05 -07:00
jeffvli
cd57142caf
Fix duplicate import
2023-06-03 00:40:13 -07:00
jeffvli
691bc8f1ef
Add full container spinner/loader
2023-06-02 13:07:30 -07:00
jeffvli
17b1acad9d
Optimize various pages
2023-06-01 20:08:43 -07:00
jeffvli
e7c7eb3ec0
Split up main content route component
2023-05-31 01:13:54 -07:00
Gelaechter
a878875f83
Add native titlebar & fix app restart for AppImages
2023-05-27 14:02:10 -07:00
jeffvli
c85a7079eb
Add handlers to open command palette
2023-05-20 02:08:37 -07:00
jeffvli
76ca03d8e3
Remove shadow on playerbar
2023-05-10 18:21:34 -07:00
jeffvli
e49fe6c452
Add collapsible sidebar ( #68 )
...
- Sidebar can collapse by menu option or dragging
2023-05-10 18:20:04 -07:00
jeffvli
dce6fc7e7d
Fix macOS window bar color
2023-03-31 06:15:04 -07:00
jeffvli
eecbcddea3
Refactor settings store and components
2023-03-30 06:44:33 -07:00
jeffvli
dbcda5b634
Fix grid layout for web window bar
2023-03-30 04:57:51 -07:00
jeffvli
58c7370536
Add dedicated OS window bars ( #22 )
2023-03-28 23:59:51 -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
jeffvli
cdb5cdf442
Fix sizing of drawer queue, add border
2023-02-09 00:18:25 -08:00
jeffvli
9dcc42ff28
Add border radius for all dropdown items ( #22 )
2023-02-08 11:45:29 -08:00