ts

Results 3 issues of ts

For files a.less: ``` @import b.less; .bar { .foo; font-size: 15px; } ``` and b.less: ``` .foo { background: green; } ``` lesscss-engine compiles a.less to the following css: ```...

Closes https://github.com/navidrome/navidrome/discussions/2488 Description: Allow the user to toggle between None/Love/Ratings as options for the player rating control. Changes: Adds a setting (stored in local storage) for picking which rating control...

#### Environment - **Package version(s)**: 5.16.3 #### Feature request In some situations we want to use the `useHotkey` hook to bind a hotkey, but don't want to have the `?`...