navidrome/ui/src
Deluan 7ea111322b Don't pump the volume up to 100% if it is not in a mobile device. Fix #2255
This detection method is not bullet-proof, but should work for now.

Ref: https://stackoverflow.com/a/3540295
2023-03-16 17:25:07 -04:00
..
actions Add button to share selected songs 2023-01-24 18:36:47 -05:00
album Hide Love button on Artist Page when EnableFavourites=false. Fix #2245 2023-03-10 23:34:02 -05:00
artist Disable external links when `EnableExternalServices` is false. Fix #2022 2023-01-25 10:28:03 -05:00
audioplayer Don't pump the volume up to 100% if it is not in a mobile device. Fix #2255 2023-03-16 17:25:07 -04:00
common Hide Love button on Artist Page when EnableFavourites=false. Fix #2245 2023-03-10 23:34:02 -05:00
dataProvider Fix/Optimized Playlist tracks deletion 2021-10-26 14:05:28 -04:00
dialogs Disable share downloading when `EnableDownloads` is false. 2023-03-16 13:11:26 -04:00
i18n Add option to allow share to be downloaded 2023-03-10 23:33:29 -05:00
icons Optimize static images (#1941) 2022-10-20 10:51:31 -04:00
layout "Spell-Jacking" mitigation ~ prevent sensitive data leak from spell checker. (#2091) 2023-02-06 16:29:28 -05:00
personal Fix order of gain menu options (#2105) 2023-01-22 11:08:54 -05:00
player Refactor DownloadMenuDialog to use `useTranscodingOptions` hook 2023-01-24 18:36:46 -05:00
playlist Fix playlist delete and reorder actions 2023-02-06 10:41:33 -05:00
radio Fix translation key 2023-02-16 21:05:11 -05:00
reducers Add button to share selected songs 2023-01-24 18:36:47 -05:00
share Disable share downloading when `EnableDownloads` is false. 2023-03-16 13:11:26 -04:00
song Add file path to toggleable columns in SongList view. Fix #1719 2023-03-09 17:47:20 -05:00
store Bump redux and react-redux versions 2022-09-29 11:05:05 -04:00
subsonic Initial work on Shares 2023-01-24 18:36:45 -05:00
themes Clearer lyrics in Nord theme (#2146) 2023-02-04 13:02:15 -05:00
transcoding Simplify radio CRUD code 2023-01-25 10:03:55 -05:00
user "Spell-Jacking" mitigation ~ prevent sensitive data leak from spell checker. (#2091) 2023-02-06 16:29:28 -05:00
utils Add download button in the SharePlayer 2023-03-10 23:33:29 -05:00
App.js Add download button in the SharePlayer 2023-03-10 23:33:29 -05:00
authProvider.js Remove clearServiceWorkerCache, not needed anymore. (#1205) 2021-06-23 12:11:35 -04:00
config.js Add option to allow share to be downloaded 2023-03-10 23:33:29 -05:00
consts.js Add option to change max playlists shown in UI's sidebar, `MaxSidebarPlaylists`. Fix #2077 2023-02-01 10:25:25 -05:00
eventStream.js Trying to fix multiple EventStream connections, one more time 2021-12-02 10:49:32 -05:00
hotkeys.js Change "Go to current song" hotkey. 2022-12-18 20:58:01 -05:00
index.css Fixes the slide bar clickable area (#2113) 2023-01-24 11:15:14 -05:00
index.js Remove React.Strict mode 2021-06-25 14:08:00 -04:00
routes.js Upgrade Web UI to Create-React-App 4 and React 17 (#1105) 2021-05-25 09:58:06 -04:00
serviceWorker.js New service worker (#952) 2021-04-02 11:58:45 -04:00
setupTests.js Allow adding songs to multiple playlists at once. (#995) 2021-04-23 18:37:08 -04:00
useChangeThemeColor.js Fix PWA notification toolbar color (#1083) 2021-05-11 20:11:54 -04:00