* Added basic/advanced volume control tooltip
Basic volume control tooltip will be in a percentage. Advanced volume control will be in dBFS
* Change font-family for lyric-body to match the rest of the UI
* app-mainMenu can be triggered by right click
Currently you can't open the little Cider popup menu without first uncollapsing the sidebar. This is extremely an extremely unepic sussy amogus L gamer moment. This change allows you to right click to bypass uncollapsing the sidebar and get straight to the hot app-mainMenu action. I think Cider speedrunners will greatly appreciate this quality of life addition. Please consider accepting this PR (short for pull request) to improve the UX (short for user experience).
* Improve Smooth Lyric Animation
PR #1094 introduced a few issues:
A) The animations would be paused when Cider was out of focus, making the lyrics remain grayed out
B) The animation was too slow, making it harder to sing along with karaoke mode on faster-paced songs
C) The easing method was inconsistent with the rest of the app and made the color look a little janky
This PR fixes issue A by changing the animation method from an animation to a transition, fixes B by increasing the speed (which themes can easily adjust if preferred), and fixes C by using the existing var(--appleEase) as the easing method
Currently you can't open the little Cider popup menu without first uncollapsing the sidebar. This is extremely an extremely unepic sussy amogus L gamer moment. This change allows you to right click to bypass uncollapsing the sidebar and get straight to the hot app-mainMenu action. I think Cider speedrunners will greatly appreciate this quality of life addition. Please consider accepting this PR (short for pull request) to improve the UX (short for user experience).
- replaced Inter with Pretendard
- starting overhaul for redmond style
- moved search bar to the title bar
- added cast button to bottom chrome
- moved mini player button to title bar
- moved playback progress above controls
- artwork is now spaced out from the bottom corner
- seperated artist and album text
- made mediaitems overall smaller to show more content
- media items now resize based on window size
- changed color of volume knob
- made default appearance slightly lighter
- made content area darker
- increase size of action buttons
added show loved tracks inline
set several less operations to async
changed default transition to fade in, moved slide in to sweetener
changed drawer transition to transform
optimizations for disabled gpu
* Add () to openAudioControls function call
* Duplicate new placeholder modal
* Add to app.modals
* Make modal do something
* Changed input to slider
* Change i18n string name and remove con.log
* Finalized i18n strings
* Add to store.ts and update i18n hehe
* Save rate to cfg
* fuck off
* AAHH
* Make auto-set more reliable
* no nightcore stuff here
Co-authored-by: cryptofyre <cryptofyre@cryptofyre.org>