navidrome/ui/src
Kendall Garner 8b93962fad
Limit share size while handling theme properly (#2171)
* limit player to 768 px

Signed-off-by: Kendall Garner <17521368+kgarner7@users.noreply.github.com>

* fix size limitation

---------

Signed-off-by: Kendall Garner <17521368+kgarner7@users.noreply.github.com>
2023-02-13 20:00:39 -05:00
..
actions Add button to share selected songs 2023-01-24 18:36:47 -05:00
album Rename `DevEnableShare` to `EnableSharing` 2023-01-29 20:33:10 -05:00
artist Disable external links when `EnableExternalServices` is false. Fix #2022 2023-01-25 10:28:03 -05:00
audioplayer Only create context if gain mode active (#2173) 2023-02-13 19:57:23 -05:00
common Fix downloading and sharing from a playlist. Fix #2123 2023-01-30 11:20:22 -05:00
dataProvider Fix/Optimized Playlist tracks deletion 2021-10-26 14:05:28 -04:00
dialogs Add a fallback when the browser does not support copying the share link to clipboard (not a secure origin) 2023-01-30 12:09:01 -05:00
i18n Add a fallback when the browser does not support copying the share link to clipboard (not a secure origin) 2023-01-30 12:09:01 -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 Simplify radio CRUD code 2023-01-25 10:03:55 -05:00
reducers Add button to share selected songs 2023-01-24 18:36:47 -05:00
share Add a fallback when the browser does not support copying the share link to clipboard (not a secure origin) 2023-01-30 12:09:01 -05:00
song Refactor dialogs, make it simple to add a new dialog to all views 2023-01-24 18:36:47 -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 Simplify radio CRUD code 2023-01-25 10:03:55 -05:00
App.js Rename `DevEnableShare` to `EnableSharing` 2023-01-29 20:33:10 -05:00
SharePlayer.js Limit share size while handling theme properly (#2171) 2023-02-13 20:00:39 -05:00
authProvider.js Remove clearServiceWorkerCache, not needed anymore. (#1205) 2021-06-23 12:11:35 -04:00
config.js Add option to change max playlists shown in UI's sidebar, `MaxSidebarPlaylists`. Fix #2077 2023-02-01 10:25:25 -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