quintodrome/ui/src
Deluan Quintão ded8cf236e
feat(ui): add 'Show in Playlist' context menu (#4139)
* Update song playlist menu and endpoint

* feat(ui): show submenu on click, not on hover

Signed-off-by: Deluan <deluan@navidrome.org>

* feat(ui): integrate dataProvider for fetching playlists in song context menu

Signed-off-by: Deluan <deluan@navidrome.org>

* feat(ui): update song context menu to use dataProvider for fetching playlists and inspecting songs

Signed-off-by: Deluan <deluan@navidrome.org>

* feat(ui): stop event propagation when closing playlist submenu

Signed-off-by: Deluan <deluan@navidrome.org>

* feat(ui): add 'show in playlist' option to options object

Signed-off-by: Deluan <deluan@navidrome.org>

---------

Signed-off-by: Deluan <deluan@navidrome.org>
2025-05-30 21:26:35 -04:00
..
actions feat(ui) add Save Queue to Playlist (#4110) 2025-05-23 22:04:18 -04:00
album fix(ui): update titles for radios, shares and show pages (#4128) 2025-05-27 09:01:52 -04:00
artist fix(ui): update titles for radios, shares and show pages (#4128) 2025-05-27 09:01:52 -04:00
audioplayer fix(ui): update song fetching logic to disable for radio (#4149) 2025-05-30 08:29:36 -04:00
common feat(ui): add 'Show in Playlist' context menu (#4139) 2025-05-30 21:26:35 -04:00
dataProvider feat(ui): add 'Show in Playlist' context menu (#4139) 2025-05-30 21:26:35 -04:00
dialogs feat(ui): add configuration tab in About dialog (#4142) 2025-05-30 21:07:08 -04:00
i18n feat(ui): add 'Show in Playlist' context menu (#4139) 2025-05-30 21:26:35 -04:00
icons build(ui): migrate from CRA/Jest to Vite/Vitest (#3311) 2024-09-28 11:54:36 -04:00
layout fix(ui): improve scan status handling (again) (#4115) 2025-05-24 21:26:05 -04:00
missing fix(ui): update artist link rendering and improve button styles 2025-05-23 17:42:19 -04:00
personal fix(ui): show last.fm api-key missing in a FormHelperText 2024-12-19 16:59:26 -05:00
player build(ui): migrate from CRA/Jest to Vite/Vitest (#3311) 2024-09-28 11:54:36 -04:00
playlist fix(ui): reset page to 1 on playlist change - #1676 (#4154) 2025-05-30 17:28:39 -04:00
radio fix(ui): update titles for radios, shares and show pages (#4128) 2025-05-27 09:01:52 -04:00
reducers feat(ui) add Save Queue to Playlist (#4110) 2025-05-23 22:04:18 -04:00
share fix(ui): update titles for radios, shares and show pages (#4128) 2025-05-27 09:01:52 -04:00
song feat(ui): add missing filter for admin users in album, artist, and song lists 2025-05-24 13:06:36 -04:00
store build(ui): migrate from CRA/Jest to Vite/Vitest (#3311) 2024-09-28 11:54:36 -04:00
subsonic feat(ui): add smooth image transitions to album and artist artwork (#4120) 2025-05-26 08:57:37 -04:00
themes build(ui): migrate from CRA/Jest to Vite/Vitest (#3311) 2024-09-28 11:54:36 -04:00
transcoding fix(ui): minor icon inconsistencies and "no missing files" translation (#3837) 2025-03-16 19:39:19 -04:00
user fix(ui): update artist link rendering and improve button styles 2025-05-23 17:42:19 -04:00
utils feat(ui): add configuration tab in About dialog (#4142) 2025-05-30 21:07:08 -04:00
App.jsx feat(ui): add configuration tab in About dialog (#4142) 2025-05-30 21:07:08 -04:00
authProvider.js fix(ui): remove index.html from service worker cache after creating admin user (#3642) 2025-01-12 18:32:02 -05:00
config.js feat(ui): add configuration tab in About dialog (#4142) 2025-05-30 21:07:08 -04:00
consts.js feat(Insights): add anonymous usage data collection (#3543) 2024-12-17 17:10:55 -05:00
eventStream.js build(ui): migrate from CRA/Jest to Vite/Vitest (#3311) 2024-09-28 11:54:36 -04:00
hotkeys.js Change "Go to current song" hotkey. 2022-12-18 20:58:01 -05:00
index.css chore(deps): bump JS dependencies 2025-03-07 19:47:08 -05:00
index.jsx fix(ui): service worker does not load new version of ui (#3402) 2024-10-16 21:39:14 -04:00
routes.jsx build(ui): migrate from CRA/Jest to Vite/Vitest (#3311) 2024-09-28 11:54:36 -04:00
setupTests.js Use the default import path for jest-dom. 2024-01-17 17:07:43 -05:00
sw.js fix(ui): service worker crashing on precacheAndRoute (#3528) 2024-12-08 17:43:34 -05:00
useChangeThemeColor.jsx build(ui): migrate from CRA/Jest to Vite/Vitest (#3311) 2024-09-28 11:54:36 -04:00
vite-env.d.ts build(ui): migrate from CRA/Jest to Vite/Vitest (#3311) 2024-09-28 11:54:36 -04:00