Desktop view > renders correctly with all date fields 1`] = `
+
+
+ resources.album.fields.originalDate Mar 15, 2018
+
+ ·
+
+ resources.album.fields.releaseDate Jun 15, 2020
+
+ ·
+
+ 12 resources.song.name
+
+ ·
+
+
+ 01:00:00
+
+
+ ·
+
+
+ 100 KB
+
+
+
+`;
+
+exports[`Details component > Desktop view > renders correctly with date 1`] = `
+
+
+ May 1, 2020
+
+ ·
+
+ 12 resources.song.name
+
+ ·
+
+
+ 01:00:00
+
+
+ ·
+
+
+ 100 KB
+
+
+
+`;
+
+exports[`Details component > Desktop view > renders correctly with date and originalDate 1`] = `
+
+
+ resources.album.fields.originalDate Mar 15, 2018
+
+ ·
+
+ 12 resources.song.name
+
+ ·
+
+
+ 01:00:00
+
+
+ ·
+
+
+ 100 KB
+
+
+
+`;
+
+exports[`Details component > Desktop view > renders correctly with just year range 1`] = `
+
+
+ 12 resources.song.name
+
+ ·
+
+
+ 01:00:00
+
+
+ ·
+
+
+ 100 KB
+
+
+
+`;
+
+exports[`Details component > Desktop view > renders correctly with originalDate 1`] = `
+
+
+ resources.album.fields.originalDate Mar 15, 2018
+
+ ·
+
+ 12 resources.song.name
+
+ ·
+
+
+ 01:00:00
+
+
+ ·
+
+
+ 100 KB
+
+
+
+`;
+
+exports[`Details component > Desktop view > renders correctly with releaseDate 1`] = `
+
+
+ resources.album.fields.releaseDate Jun 15, 2020
+
+ ·
+
+ 12 resources.song.name
+
+ ·
+
+
+ 01:00:00
+
+
+ ·
+
+
+ 100 KB
+
+
+
+`;
+
+exports[`Details component > Mobile view > renders correctly with all date fields 1`] = `
+
+
+ ♫ Mar 15, 2018
+
+ ·
+
+ ○ Jun 15, 2020
+
+ ·
+
+ 12 resources.song.name
+
+
+`;
+
+exports[`Details component > Mobile view > renders correctly with date 1`] = `
+
+
+ ♫ May 1, 2020
+
+ ·
+
+ 12 resources.song.name
+
+
+`;
+
+exports[`Details component > Mobile view > renders correctly with date and originalDate 1`] = `
+
+
+ ♫ Mar 15, 2018
+
+ ·
+
+ 12 resources.song.name
+
+
+`;
+
+exports[`Details component > Mobile view > renders correctly with just year range 1`] = `
+
+
+ 12 resources.song.name
+
+
+`;
+
+exports[`Details component > Mobile view > renders correctly with no date fields 1`] = `
+
+
+ 12 resources.song.name
+
+
+`;
+
+exports[`Details component > Mobile view > renders correctly with originalDate 1`] = `
+
+
+ ♫ Mar 15, 2018
+
+ ·
+
+ 12 resources.song.name
+
+
+`;
+
+exports[`Details component > Mobile view > renders correctly with originalYear range 1`] = `
+
+
+ 12 resources.song.name
+
+
+`;
+
+exports[`Details component > Mobile view > renders correctly with releaseDate 1`] = `
+
+
+ Jun 15, 2020
+
+ ·
+
+ 12 resources.song.name
+
+
+`;
+
+exports[`Details component > Mobile view > renders correctly with year range (start and end years) 1`] = `
+
+
+ 12 resources.song.name
+
+
+`;
+
+exports[`Details component > renders correctly in mobile view 1`] = `
+
+
+ ♫ Mar 15, 2018
+
+ ·
+
+ ○ Jun 15, 2020
+
+ ·
+
+ 12 resources.song.name
+
+
+`;
+
+exports[`Details component > renders correctly with all date fields 1`] = `
+
+
+ resources.album.fields.originalDate Mar 15, 2018
+
+ ·
+
+ resources.album.fields.releaseDate Jun 15, 2020
+
+ ·
+
+ 12 resources.song.name
+
+ ·
+
+
+ 01:00:00
+
+
+ ·
+
+
+ 100 KB
+
+
+
+`;
+
+exports[`Details component > renders correctly with date 1`] = `
+
+
+ May 1, 2020
+
+ ·
+
+ 12 resources.song.name
+
+ ·
+
+
+ 01:00:00
+
+
+ ·
+
+
+ 100 KB
+
+
+
+`;
+
+exports[`Details component > renders correctly with date and originalDate 1`] = `
+
+
+ resources.album.fields.originalDate Mar 15, 2018
+
+ ·
+
+ 12 resources.song.name
+
+ ·
+
+
+ 01:00:00
+
+
+ ·
+
+
+ 100 KB
+
+
+
+`;
+
+exports[`Details component > renders correctly with just year range 1`] = `
+
+
+ 12 resources.song.name
+
+ ·
+
+
+ 01:00:00
+
+
+ ·
+
+
+ 100 KB
+
+
+
+`;
+
+exports[`Details component > renders correctly with originalDate 1`] = `
+
+
+ resources.album.fields.originalDate Mar 15, 2018
+
+ ·
+
+ 12 resources.song.name
+
+ ·
+
+
+ 01:00:00
+
+
+ ·
+
+
+ 100 KB
+
+
+
+`;
+
+exports[`Details component > renders correctly with releaseDate 1`] = `
+
+
+ resources.album.fields.releaseDate Jun 15, 2020
+
+ ·
+
+ 12 resources.song.name
+
+ ·
+
+
+ 01:00:00
+
+
+ ·
+
+
+ 100 KB
+
+
+
+`;
diff --git a/ui/src/artist/ArtistShow.jsx b/ui/src/artist/ArtistShow.jsx
index 2f3ff4299..b20fffeef 100644
--- a/ui/src/artist/ArtistShow.jsx
+++ b/ui/src/artist/ArtistShow.jsx
@@ -50,7 +50,7 @@ const ArtistDetails = (props) => {
)
}
-const AlbumShowLayout = (props) => {
+const ArtistShowLayout = (props) => {
const showContext = useShowContext(props)
const record = useRecordContext()
const { width } = props
@@ -98,7 +98,7 @@ const ArtistShow = withWidth()((props) => {
const controllerProps = useShowController(props)
return (
-
+
)
})
diff --git a/ui/src/common/RangeDoubleField.jsx b/ui/src/common/RangeDoubleField.jsx
deleted file mode 100644
index d388abeb7..000000000
--- a/ui/src/common/RangeDoubleField.jsx
+++ /dev/null
@@ -1,50 +0,0 @@
-import React from 'react'
-import PropTypes from 'prop-types'
-import { useRecordContext } from 'react-admin'
-import { formatRange } from '../common'
-
-export const RangeDoubleField = ({
- className,
- source,
- symbol1,
- symbol2,
- separator,
- ...rest
-}) => {
- const record = useRecordContext(rest)
- const yearRange = formatRange(record, source).toString()
- const releases = [record.releases]
- const releaseDate = [record.releaseDate]
- const releaseYear = releaseDate.toString().substring(0, 4)
- let subtitle = yearRange
-
- if (releases > 1) {
- subtitle = [
- [yearRange && symbol1, yearRange].join(' '),
- ['(', releases, ')))'].join(' '),
- ].join(separator)
- }
-
- if (
- yearRange !== releaseYear &&
- yearRange.length > 0 &&
- releaseYear.length > 0
- ) {
- subtitle = [
- [yearRange && symbol1, yearRange].join(' '),
- [symbol2, releaseYear].join(' '),
- ].join(separator)
- }
-
- return {subtitle}
-}
-
-RangeDoubleField.propTypes = {
- label: PropTypes.string,
- record: PropTypes.object,
- source: PropTypes.string.isRequired,
-}
-
-RangeDoubleField.defaultProps = {
- addLabel: true,
-}
diff --git a/ui/src/common/index.js b/ui/src/common/index.js
index 91d153e29..1a43047c1 100644
--- a/ui/src/common/index.js
+++ b/ui/src/common/index.js
@@ -13,7 +13,6 @@ export * from './Pagination'
export * from './PlayButton'
export * from './QuickFilter'
export * from './RangeField'
-export * from './RangeDoubleField'
export * from './ShuffleAllButton'
export * from './SimpleList'
export * from './SizeField'
diff --git a/ui/src/i18n/en.json b/ui/src/i18n/en.json
index 678e42cd4..4183d0ccd 100644
--- a/ui/src/i18n/en.json
+++ b/ui/src/i18n/en.json
@@ -58,6 +58,7 @@
"genre": "Genre",
"compilation": "Compilation",
"year": "Year",
+ "date": "Recording Date",
"originalDate": "Original",
"releaseDate": "Released",
"releases": "Release |||| Releases",