From 5e9c644c035006d923fdfd6dbf2f4af36682448e Mon Sep 17 00:00:00 2001 From: Deluan Date: Sun, 15 Mar 2026 14:43:53 -0400 Subject: [PATCH] fix(ui): add overflow tooltip to playlist name for better visibility Signed-off-by: Deluan --- ui/src/playlist/PlaylistDetails.jsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/ui/src/playlist/PlaylistDetails.jsx b/ui/src/playlist/PlaylistDetails.jsx index eefed83b4..aeddf0d42 100644 --- a/ui/src/playlist/PlaylistDetails.jsx +++ b/ui/src/playlist/PlaylistDetails.jsx @@ -19,6 +19,7 @@ import { DurationField, SizeField, isWritable, + OverflowTooltip, } from '../common' import config from '../config' import subsonic from '../subsonic' @@ -274,12 +275,14 @@ const PlaylistDetails = (props) => {
- - {record.name || translate('ra.page.loading')} - + + + {record.name || translate('ra.page.loading')} + + {record.songCount ? (