* i18n
* My last menubar edit
Based on : https://developer.apple.com/design/human-interface-guidelines/macos/menus/menu-bar-menus/
And : https://www.electronjs.org/docs/latest/api/menu
make changes about how work on linux and let the mac untouched for more native options
* Linux Only
* some fixes
* alt everywhere
* im stupid
* im stupid pt2
* popup fix
* Zoom
* Fixes
* Zoom and other things Update
* Hardcoded Changes
* i18N "es_ES"
* Windows/MacOS Fixes
* Some test
* test2
* MacOS
* Sorry MacOS
* PT2
* i suposse
* Test Changes
* Pre test
* finally
* Last
* documentation
* Update es_ES
* Now stores ZoomFactor
* Deprecated UI Scale to Zoom Built in Electron Feature. Its more easy, native and more compatible.
* I hate Git
* best methods
* Plz
* SVG
* finally fixes
- Added a settings toggle for it
- Added 1 language string to en_US and the i18n README
- Translated string to hu_HU
- Changed CSS background color for playback bar dot to songProgressColor
* 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