From 12dd219e16b8f625d1f889ea312a030469183c9c Mon Sep 17 00:00:00 2001 From: Deluan Date: Sat, 14 Jan 2023 10:41:36 -0500 Subject: [PATCH] Don't refresh artistInfo when setting artist's love/rating --- ui/src/artist/ArtistShow.js | 2 +- ui/src/artist/DesktopArtistDetails.js | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ui/src/artist/ArtistShow.js b/ui/src/artist/ArtistShow.js index 071708050..516ba271a 100644 --- a/ui/src/artist/ArtistShow.js +++ b/ui/src/artist/ArtistShow.js @@ -34,7 +34,7 @@ const ArtistDetails = (props) => { .catch((e) => { console.error('error on artist page', e) }) - }, [record]) + }, [record.id]) const component = isDesktop ? DesktopArtistDetails : MobileArtistDetails return ( diff --git a/ui/src/artist/DesktopArtistDetails.js b/ui/src/artist/DesktopArtistDetails.js index 71fa57fa6..8684eeb5c 100644 --- a/ui/src/artist/DesktopArtistDetails.js +++ b/ui/src/artist/DesktopArtistDetails.js @@ -54,7 +54,8 @@ const useStyles = makeStyles( button: { marginLeft: '0.9em', }, - loveButton: { + contextMenu: { + marginLeft: theme.spacing(1.5), top: theme.spacing(-0.2), left: theme.spacing(0.5), }, @@ -103,11 +104,11 @@ const DesktopArtistDetails = ({ img, artistInfo, record, biography }) => { {title} {config.enableFavourites && ( )}