Add artist context menu

This commit is contained in:
Deluan
2020-08-14 12:27:49 -04:00
parent 6fe1f84c68
commit bbc4f9f91f
6 changed files with 110 additions and 27 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import { linkToRecord, Loading } from 'react-admin'
import { withContentRect } from 'react-measure'
import subsonic from '../subsonic'
import { ArtistLinkField, RangeField } from '../common'
import AlbumContextMenu from '../common/AlbumContextMenu.js'
import { AlbumContextMenu } from '../common'
const useStyles = makeStyles((theme) => ({
root: {
+1 -1
View File
@@ -17,7 +17,7 @@ import {
SimpleList,
} from '../common'
import { useMediaQuery } from '@material-ui/core'
import AlbumContextMenu from '../common/AlbumContextMenu'
import { AlbumContextMenu } from '../common'
const AlbumDetails = (props) => {
return (